@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	font-family:Verdana;
	color:#2B2B2A;
	font-size:11px;
	bgcolor: #BFBFBF;
	}
	
* {
	margin:0;
	padding:0;
	}

a img {
	border:none;
	}

/* Font Style */
html {
	font-family:verdana;
	color:#2B2B2A;
	font-size:11px;
	}
	
.blue {
	font-family:verdana;
	color:#4E98F0;
	font-size:11px;
	}
	
#content {
	font-family:Verdana;
	font-size:11px;
	}
	
.title {
	font-family: Century Gothic;
	font-size: 14px;
	color: #3E3E3E;
	}

.cnt {
	font-family:verdana;
	color:#353534;
	font-size: 11px;
	line-height: 16px;
	}
	
.whitet {
	font-family:verdana;
	color:#ffffff;
	font-size:11px;
	line-height: 16px;
	}
	
	
/* Structure */

body {
	background:#ffffff url(../graphics/bg-page.gif) repeat-y center top;
	font-size:11px;
	}
	

#wrapper {
	width:979px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	}
	
#header {	
	height:53px;
	background:url(../images/banner.jpg) top right no-repeat;
	}

#content {
	padding:0 0 0 0;
	width:979px;
	background:url(../graphics/bg-page-l.gif) no-repeat bottom center;
	margin:0 auto 0 auto;
	}

#mb { 
	background-image: url(../graphics/bg-page-l.gif) ;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	vertical-align: top;

	}
	
	/* background:url(../graphics/bg-page-l.gif) bottom center no-repeat;
	/* }*/
	
a:link.white { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none;
}
	
a:visited.white  { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none;
}
		
a:hover.white  { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #4293f0; 
	text-decoration: underline;
}

a:link { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #353534; 
	text-decoration: none;
}
	
a:visited  { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #353534; 
	text-decoration: none;
}
		
a:hover  { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: underline;
}

a:link.bluelink { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #4E98F0; 
	text-decoration: none;
}
	
a:visited.bluelink  { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #4E98F0; 
	text-decoration: none;
}
		
a:hover.bluelink  { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #A2C91D; 
	text-decoration: underline;
}


/* form */

input { 
 background-color: #353534; 
 color: #9F9F9F;
 font-face: verdana;
 font-size: 10px;
 font-weight: bold;
 border: 1px solid #353534
}

textarea { 
 background-color: #353534; 
 color: #9F9F9F;
 font-face: verdana;
 font-size: 10px;
 font-weight: bold;
 border: 1px solid #353534;
 scrollbar-base-color:#262625;
 scrollbar-arrow-color:#4A4A4A;"
 scrollbar-DarkShadow-Color: #4A4A4A; 
 scrollbar-track-color: #4A4A4A; 
 scrollbar-3dlight-color: #4A4A4A; 
}

/*news */

.labelfield{ /*CSS for label field in general*/
	font-family:verdana;
	color:#353534;
	font-size:10px;
	line-height: 16px;
}

.datefield{ /*CSS for date field in general*/

font-family:verdana;
	color:#353534;
	font-size:10px;
	line-height: 16px;
}
	


#example2 div{ /*CSS specific to demo 2*/
	margin-bottom: 5px;
	font-family:verdana;
	color:#353534;
	font-size:11px;
	line-height: 16px;
}

#example2 div a{ /*CSS specific to demo 2*/

	margin-bottom: 5px;
	font-weight: bold;
}

code{ /*CSS for insructions*/
color: red;
}

