@charset "utf-8";
/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #7390A6;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.4em;
	color: #7390A6;
}
#topNav {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
	line-height: 48px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 20px;
}
#topNav a:link, #topNav a:visited {
	color: #FFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #000;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #7390A6;
	background-image: url(../images/parent_bkgnd.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 130px;
}
.twoColFixRtHdr #header {
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 150px;
	background-color: #FFBE38;
	padding: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F3F3F3;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}
.twoColFixRtHdr #footer {
	height: 78px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDCAD4;
	background-image: url(../images/footer_bkgnd.png);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#rightnav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
#rightnav ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 2px;
}
#rightnav li a, #rightnav li a:visited {
	color: #EC9F00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
#rightnav li a:hover {
	color: #000;
}
#rightnav ul li #current {
	color: #333;
}
#rightnav p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;

}
#rightnav p a, #rightnav p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7390A6;
}
#resource {
	margin-top: 90px;
	margin-left: 20px;
}

