




/* CSS Document */

body
{
	background:#E9E7E8 url(/images/bg_body.gif) top center repeat-y;
	font-family:"Trebuchet MS", "Lucida Grande", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:62.5%;
	margin:0;
}

/*----------------------------------------------------------------------------------------------------------
>>> LAYOUT
----------------------------------------------------------------------------------------------------------*/
div#outer
{
	min-width:760px;
	text-align:center;
	
}

div#inner
{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	background-color:#FFF;
}

div#header
{
	background-color:#000;
	height:95px;
	color:#FFF;
	font-size:1.9em;
	font-weight:normal;
	font-style:italic;
	padding:5px 0;

}


div#content
{
	padding:10px 25px;
	text-align:left;
	color:#444;
	font-size:1.2em;
	line-height:150%;
}

div#footer
{
	padding:10px 25px;
	text-align:left;
	color:#999;
	font-size:1.1em;
	line-height:150%;
	text-align:center;
}
/*----------------------------------------------------------------------------------------------------------
>>> NAVIGATION
----------------------------------------------------------------------------------------------------------*/


div#navigation
{
	background-color:#1E28AC;
	height:3.1em;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width:176px;
}

#nav a {
	display: block;
	width: 90px;
	padding:0.6em 8px;
	text-align:center;
	text-decoration:none;
	background-color:#1E28AC;
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
}

#nav li ul a
{
	width: 160px;
	text-align:left;
	padding:0.3em 8px;
	border-top:1px solid #182088;
	font-size:1.2em;
}

#nav a:hover
{
	background-color:#AAA;
	color:#111;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*----------------------------------------------------------------------------------------------------------
>>> HEADINGS, PARAGRAPHS, LINKS
----------------------------------------------------------------------------------------------------------*/


#content h1
{
	font-size:150%;
	font-weight:normal;
	background-color:#CCC;
	line-height:150%;
	padding:4px 10px;
	color:#444;
	border-bottom: 3px solid #BBB;
}

#content h2
{
	font-size:125%;
	font-weight:normal;
	color:#111;
	margin-bottom:4px;
	padding-bottom:0;
}

#content h3
{
	font-size:140%;
	font-weight:normal;
	background-color:#CCC;
	padding:4px 10px;
	color:#444;
	border-bottom: 3px solid #BBB;
	margin-top:0;
}

#content a:link, #content a:visited
{
	color:#1E28AC;
}

#content a:hover
{
	background-color:#1E28AC;
	color:#FFF;
	text-decoration:none;
}

#footer a:link, #footer a:visited
{
	color:#999;
}

#footer a:hover
{
	color:#1E28AC;
}

/*-----------------------------------------------------------------------------------------------------------------
>>>MISC STYLES
-----------------------------------------------------------------------------------------------------------------*/


	.noWrap
	{
		clear:both;
		height:1px;
		overflow:hidden;
 	}

	.imgFloatLeft
	{
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		border:7px solid #ddd;
	}
	
	.imgFloatRight
	{
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		border:7px solid #ddd;
	}
	
	.required
	{
		font-size:11px;
		color:#888888;
		font-style:italic;
	}
	
	.table_padding
	{
		padding:5px;
	}
	
		.imgBorder
	{
		border:7px solid #ddd;
	}