/* set the page background color and margins. */
body {
	margin: 0px; padding: 0;
	scrollbar-3dlight-color: #383a4b;
	scrollbar-darkshadow-color: #383a4b;
	scrollbar-highlight-color: #383a4b;
	scrollbar-shadow-color: #383a4b;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #383a4b;
	scrollbar-track-color: #fff;
}

/* set the page font formatting. */
body, p, div, td { font: normal 12px arial; color: #333; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: underline; color: #011B7C; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: underline; color: #7C7FA2; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: underline; color: #011B7C; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: underline; color: #7C7FA2; } /* visited link hover color*/


/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }

/* set font size for each H tag. Change this before using any of these elements */
h1 { font: bold 15px arial; color: #000000; }
h2 { font: bold 12px arial; color: #000000; }
h3 { font: bold 11px arial; }
h4 { font: bold 12px arial; }
h5 { font: bold 12px arial; }
h6 { font: bold 12px arial; }
h7 { font: bold 12px arial; }


/* only custom styles below this line */
.imgBorder { border: 1px solid #DAEDF9; }
.blackimgBorder { border: 1px solid #000000; }
.larger { font-size: 1.2em; }
.larger { color: #ffffff; }
.red { color: #cc0001; }

/* set input, select and textfield elements sizes */

input, select, textarea {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

input.noborder { border: 0px solid #666666; }

.table_bg { background: #fff url(../images/body.gif) no-repeat;}

.footer_nav { font: normal 10px arial; color: #fff; }

.home_content, div .home_content { font: normal 12px arial; color: #fff; }
.home_content a:link { font-weight: normal; text-decoration: underline; color: #A1D784; } /* unvisited link color */
.home_content a:hover { font-weight: normal; text-decoration: underline; color: #fff; } /* hover over an unvisited link color */
.home_content a:visited { font-weight: normal; text-decoration: underline; color: #A1D784; } /* visited link color*/
.home_content a:visited:hover { font-weight: normal; text-decoration: underline; color: #fff; } /* visited link hover color*/

.inside_top { font: normal 10px arial; color: #fff; }

#container { border-right: 1px solid #000; border-left: 1px solid #000; }
.footer { font: normal 11px arial; color: #000; }
.footer a:link { font-weight: normal; text-decoration: none; color: #011B7C; } /* unvisited link color */
.footer a:hover { font-weight: normal; text-decoration: none; color: #7C7FA2; } /* hover over an unvisited link color */
.footer a:visited { font-weight: normal; text-decoration: none; color: #011B7C; } /* visited link color*/
.footer a:visited:hover { font-weight: normal; text-decoration: none; color: #7C7FA2; } /* visited link hover color*/

.bottom_nav, div .home_content { font: normal 12px arial; color: #000; }
.bottom_nav a:link { font-weight: normal; text-decoration: none; color: #011B7C; } /* unvisited link color */
.bottom_nav a:hover { font-weight: normal; text-decoration: none; color: #7C7FA2; } /* hover over an unvisited link color */
.bottom_nav a:visited { font-weight: normal; text-decoration: none; color: #011B7C; } /* visited link color*/
.bottom_nav a:visited:hover { font-weight: normal; text-decoration: none; color: #7C7FA2; } /* visited link hover color*/

.howcontent { background: #fff url(../images/body_how_bg.jpg) repeat-y; }