@charset "utf-8";
/* CSS Document */


ul {
    padding: 15px;
}

body {
	/*background-color: #000066;*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	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;
}

.oneColElsCtr #container {
	width: 890px;
	background: #FFFFFF;
	background-color: #000066;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000066;
	min-height: 850px;
}

div.footer {
	text-align: right;
	color: #CCCCCC;
	font-size: 12px;
	vertical-align: baseline;
	padding: 0px 20px;
}

div.IntroTitle {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 36px;
	color: white;
}
.fileTable td a:link {
	color: #0000CC;
}

.fileTable td a:visited {
	color: #FF0033;
}

.fileTable {
	color: black;
}

div.PageContent {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.centeredText {
	font-size: 12px; 
	color: #CCCCCC;
	width: 100%; 
	text-align: center;
}
#studentTestsTable a {
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#studentTestsTable p {
	font-size: 16px;
	font-weight:bold;
}

a:link {
	color: #66FFFF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #66FFFF;
}

#mainContent h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#mainContent h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#mainContent p {
	font-size: 12px; 
	color: #CCCCCC;
	text-align: justify;
}

.techGuideList {
	color: #66CCFF;
	font-size: 10px;
}

div.PageContent {
	color: #CCCCCC;
	font-size: 12px;
}

.rateinformation {
	color: #CCCCCC;
	font-size: 12px;
}.noScriptList {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.infoTable {
	background-color: white;
	color: black;
	text-align:center;
}