/* CSS Document */
body {
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #2E3447;
}

.page_sidebg {
	background-image: url(images/sidebg.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;	
	color: #2E3447;
}
a:link 		{ color: #57648A; text-decoration: underline; }
a:visited 	{ color: #2E3447; text-decoration: underline; }
a:hover 	{ color: #2E3447; text-decoration: underline; }
a:active 	{ color: #2E3447; text-decoration: underline; }

.nav_menu { 
	font: bold 11px Tahoma, Arial, "Times New Roman"; 
	text-align: center; 
}

.nav_menu a:link 	{ color: #57648A; text-decoration: none; }
.nav_menu a:hover 	{ color: #2E3447; text-decoration: none; }
.nav_menu a:active 	{ color: #2E3447; text-decoration: none; }
.nav_menu a:visited { color: #2E3447; text-decoration: none; }

.page_headers {
	font: bold 14px Tahoma, Arial, "Times New Roman";
	color: #2E3447;
}

.form_label {
	font: bold 11px Tahoma, Arial, "Times New Roman";
	color: #57648A;
}

.form_input {
	font: 11px Tahoma, Arial, "Times New Roman";
	color: #2E3447;
}

.qualifications {
	font: 9px Tahoma, Arial, "Times New Roman";
	color: #2E3447;
}

.italics {
	font: italic 11px Tahoma, Arial, "Times New Roman";
	color: #2E3447;
}

.footer_text { 
	font: 10px Tahoma, Arial, "Times New Roman";
	color: #E6E6EE; 
}
	
.footerbar_text { font: bold 10px Tahoma, Arial, "Times New Roman"; }
.footerbar_text a:link { color: #57648A; text-decoration: none; }
.footerbar_text a:hover { color: #2E3447; text-decoration: none; }
.footerbar_text a:active { color: #2E3447; text-decoration: none; }
.footerbar_text a:visited { color: #2E3447; text-decoration: none; }

