body {
	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: #363636;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/main_bkg2.jpg);
	background-repeat: no-repeat;
	}
	a:link, a:visited{
	color:#0054ff;
	text-decoration:underline;
}
 a:hover{

color:#ff3300;
}
.oneColFixCtr #container {
	width: 805px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 250px;
}
.oneColFixCtr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtr #mainContent2 {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	border: 1px ridge #cccccc;
}
h1{
	font-family: "Lucida Grande", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0054ff;
}
.footertext{
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}
#top{
	position:absolute;
	top:0px;
	right:0px;
	color:#c2c2c2;
	height: 32px;
	width: 100%;
	background-color: #363636;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
}#nav {
	width: 937px;
	position: absolute;
	margin-left: 30px;
}

#nav a:link, #nav a:visited{
	color:#c2c2c2;
	padding-right:30px;
	text-decoration:none;
}

#nav a:hover{

color:#FFFFFF;

}

#top .top_line{

color:#666666;

padding-left:5px;
padding-right:5px;

}
#Learnmore {
	position: absolute;
	left: 638px;
	top: 535px;
	width: 353px;
	text-align: right;
}
#Learnmore a:link, #Learnmore a:visited{
	color:#b2b2b2;
	text-decoration:none;
	font-family: "Lucida Grande", Arial;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 4px;
}

#Learnmore a:hover{

color:#0054ff;

}
#fpexam{
	float: left;
	width: 50%;
}
#fpcfse{
	float: left;
	width: 50%;
}
.divider {
	padding-top: 4px;
	padding-bottom: 4px;
 }
 clear {
 clear: right;
 }
 #dropmenudiv{
	position:absolute;
	border:1px solid #cccccc;
	border-bottom-width: 0;
	font:normal 11px Lucida Grande, Arial;
	line-height:18px;
	z-index:100;
	text-align: left;
	width: 50px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f2f2f2;
}
.posted {
	font-family: "Lucida Grande", Arial;
	font-size: 9px;
	font-style: italic;
	color: #666666;
}
/* ----------- Downloads --------------- */
#l_sidebar {
	width: 400px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
	
#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border-top:1px #ccc solid;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	}

#l_sidebar ul li a:hover {
	background: #EFEFEF;
	color: #ff6600;
	}
	
#l_sidebar p{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	}
