/* CSS Document */

/* =Typography Base Styles
------------------------------------------------------------------*/
body{
	text-align:center;
	min-width: 50em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10
}
.clear{
	clear:both;	
}
hr{
	border: none;
	background-color: #ffff33; /* :HACK: slight color difference between color and background color to validate under W3C CSS. */
	color: #efd731;
	height: 1px;
}
hr+p{
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6{
	margin: 0.5em 0 0.25em 0;	
}
p {
	margin: 0 1em 1em 0;
}
ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.25em;
	font-size: .75em;
	display:inline-block;
}
ul.leftFloatFix, ol.leftFloatFix{/*KLUDGE: fixes alignment of bullets next to left floated blocks such as images. set to a different value in IE specific stylesheets*/
	margin-left:8.75em;
}
th, td{
	font-size:1em;
}
td table td{
	font-size:1.0em;
}
input, select {
	font-size:1em;
}
.hidden{
	float:left;
	margin-left: -2000em;
}
.floatLeft{
	float: left;	
}
.floatRight{
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
caption{
	font-size:1.2em;
}

/* =Links
------------------------------------------------------------------*/

a:link, a:visited {
	color: #0B3B87;

}
a:hover {
	color: #1479C4;

}

/* =Main Content
------------------------------------------------------------------*/
#mainContent{
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
}
#mainContent.noSidebar{
	width: 68.5em;
}
#mainContent .column{
	float: left;
	padding-left:6.0em;
}
#mainContent hr {
	margin: 0 0 0 -1.5em;
}
#mainContent p {
	font-size: .8em;
}
#mainContent h1 {
	font-size: 1.1em;	
}
#mainContent h2 {
	font-size: 1.0em;	
}
#mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	font-size: 1.0em;
}
#mainContent li li, #mainContent LI P, #mainContent TD P, #mainContent BLOCKQUOTE P {
	font-size:.8333em; /*NOTE: control EMS sizing of nested elements in the main content area*/
} 
#mainContent table td p{
	font-size:.8em;
}

/* =Image styles
------------------------------------------------------------------*/
img.floatLeft{
	float: left;
	margin: 0 1em 1em 0;
}
img.floatRight{
	float: right;
	margin: 0 0 1em 1em;
}

/* =Sidebar
------------------------------------------------------------------*/
.sidebar{
	/* width: 6.5em;*/

	font-size: .8em;
}
#sidebar a:link {
	text-decoration:none;
}
.sidebar a:hover {
	text-decoration:underline;
}

/* =Footer
------------------------------------------------------------------*/
#footer p {
	margin-bottom:0;
	padding: 1em 1em 1em 0;
	font-size: .7em;
}
#footer a:link, #footer a:visited {
	color: #000;
	background-color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	background-color:#ffffff;
	text-decoration:underline;
}

/* =Box Styles
------------------------------------------------------------------*/
#wrapper{
	position:relative;
	width: 76.4em;
	text-align:left;
	margin: 0em auto 0em auto;
	border:1px solid #efd731;
	padding-top:12.9em;
}
.box {
	border: 1px solid #efd731;
	margin-bottom: 1.0em;
	padding-bottom:1em;
}
.box p {
	margin-top: 0em;
}
.box h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	padding: 0 .75em 0 .75em;
	color: #000;
	background-color: #D4CFAF; /* #e3e3e3*/
	text-transform: uppercase;	
}
.box h3 {
	font-size: 1.2em;
}
.box p, .box ul, .box ol, .box table, .box h3{
	font-size: 1.2em;
	margin-left: 0.1em;
	margin-right: 0.75em;
	margin-bottom:0;
}
.box h2 {
	background-color: #D4CFAF; /*#aa9f5f;*/
}


/* navigation list styles */
#navigation ul
{
line-height:10px;
padding-left: 0px;
margin-top:0;
margin-bottom:0;
margin-left: 0;
color:#000000;
background-color: #efd731;
float: left;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
}
#navigation ul li 
{ 
color:#000000;
display: inline; 
}
#navigation ul li a
{
padding: 9px 9px 9px 9px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
color: #000000;
background-color: #efd731;
height: 20px; /* required for netscape */
text-decoration: none;
float: left;
/* border-right: 1px solid #fff; */
} 
ul#navlist  li
{
color: #000000;
background-color: #efd731;
}
ul#navlist li a:hover
{
color: #000000;
background: #f5e985;
}
ul#navlist li#contact a
{
float: right;
color: #000000;
background: #efd731;
}
 ul#navlist li#contact a:hover
{
float: right;
color: #000000;
background: #f5e985;
}

-->
</style>