@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A7A7A7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	   scrollbar-face-color: #E5D01D; 
   scrollbar-shadow-color: black; 
   scrollbar-highlight-color: #A7A7A7; 
   scrollbar-3dlight-color: #A7A7A7;   
   scrollbar-darkshadow-color: B7B7B7;
   scrollbar-track-color: #A7A7A7; 
   scrollbar-arrow-color: black;
}


.bodywhite {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
   scrollbar-face-color: #E5D01D; 
   scrollbar-shadow-color: black; 
   scrollbar-highlight-color: #A7A7A7; 
   scrollbar-3dlight-color: #A7A7A7;   
   scrollbar-darkshadow-color: B7B7B7;
   scrollbar-track-color: #A7A7A7; 
   scrollbar-arrow-color: black;
}

.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #478DCA;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.headers {
	font-size: medium;
	color: #0000CC;
	font-weight: bold;
 
 }
.headerslarge {
	font-size: x-large;
	color: #3399FF;
	font-weight: bold;
 }

.paragraphtext {
	font-size: small;
	text-align: justify;
}
.paragraphtext_withborder {
	font-size: small;

}


