@charset "utf-8";
*{
	padding:0;
	margin:0;
}
img, div { behavior: url(/includes/iepngfix.htc) }
a, a:link{
	color: #10076D;
	font-weight: bold;
	text-decoration:none
}
a:hover{
	text-decoration:underline;
}
body  {
	font: 80% Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
	text-align: center;
}
h1, h2,ul, p{
	margin-bottom:1em;
	font-size:90%;
}
h1, h2{
	color:#10076D;
	text-transform:capitalize;
}
img{
	border: none;
}
img.mid{
	margin: 0 6px 10px;
}
#sidebar img{
	background: url(../images/img_shadow.png) no-repeat right bottom;
	padding-right: 10px;
	padding-bottom: 8px;
	clear: both;
}
#topNav {
	background: #6384B1;
	float: right;
	width: 113px;
	height: 104px;
	text-align:right;
	font-size:0.8em;
	padding:2px 0.5em;
}
#logo{
	margin: 19px 35px;
	#margin: 18px 35px 17px;
}
#nav{
	list-style: none;
	width: 100%;
	background:#10076D;
	color:#fff;
	padding: 0.3em 0 0.4em;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	margin: 0px;
}
#nav li{
	display: inline;
	color: #fff;
	text-transform:lowercase;
	margin: 0 1em;
}
#nav a, #nav a:link, #topNav a, #topNav a:link,#footer a, #footer a:link{
	color: #fff;
}
#nav a.selected{
	color: #8CBAA3;
}
#container {
	position:relative;
	width: 710px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
} 
#image_x1 {
	position: absolute;
	top: -16px;
	right: -29px;
}
#container #content {
}

#nav_container {
	position: relative;
}

#header {
	background: #10076D;
	color: #FFFFFF;
} 
 #sidebar {
	float: right;
	clear: right;
	width: 133px;
	padding: 10px 0px;
	color: #FFFFFF;
	font-size: 8pt;
	font-style: italic;
	line-height: 1.7em;
	font-weight: bold;
	margin: 0px -10px 0px 0px;
	text-align: right;
}
 #mainContent {
	margin: 0px 140px 0 0;
	padding: 20px 0px 0 20px;
} 
 #footer {
	padding: 0.3em 0.5em 0.4em;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin: 0px;
	background:#10076D;
	color: #FFFFFF;
} 
 #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: 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: 0px;
	line-height: 0px;
	float: none;
}
#mainContent li {
	margin-left: 1em;
	padding-left: 0.5em;
}
