/* GENERAL STYLES */
/*
	dark blue color: #003C72;
	light blue color: #C2CEE1;
*/

/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

html { overflow: scroll; }
body
{
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	background: #fff;
	background-image: url('/images/back4.gif');
	font-size: 75%;
	text-align: center;
	margin: 0;
}
h1
{
	font-size: 1.7em;
	margin-bottom: 1em;
	margin-top: 0em;
}
h2
{
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
}
h3
{
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
p
{
	margin-top: 0em;
	margin-bottom: 1em;
	/*font-size: 90%;*/
}
a
{
	color: #003C72;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ol, ul
{
	list-style-position: inside;	
}
.date
{
	font-size: 60%;
	color: #999;
	font-weight: normal;
}

#Container
{
	background: #fff;
	width: 760px;
	/* Correct the text align after the hack above */
	text-align: left;
	margin: 10px auto;
	border: 1px solid #000;
}
#Banner
{
	width: 100%;
	border-bottom: 1px solid #C2CEE1;
}
#Banner img
{
	border: 0px;
	margin: 6px;
}
#BannerLeft
{
	height: 90px;
}
#BannerRight
{
	width: 500px;
	height: 90px;
	float: right;
	display: block;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 120%;
	color: #C2CEE1;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	padding: 0px 10px;
	background: #fff;
}
#BannerRight b
{
	color: #003C72;
}
#imgAC
{
	float: left;
}
#imgGWS
{
	float: right;
}


/* NAVIGATION */

#Navigation
{
	float: left;
	width: 160px;
	padding: 0px;
	background:#fff;
	margin-top: 12px;
}
ul#MainNav
{
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 50px;
	background: #F2F5F8;
	border-top: 1px dotted #003C72;

}
ul#MainNav li
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 1em;
	color: #003C72;
	background: #F2F5F8;
	display: block;
	padding: 7px 3px 7px 7px;
	border-bottom: 1px dotted #003C72;
	border-right: 8px solid #003C72;
	/*border-top: 1px solid #fff;*/
	/*width: 142px;*/
	height: auto;
}
ul#MainNav li a
{
	display: block;
	/*width: 142px;*/
	text-decoration: none;
	color: #003C72;
}
ul#MainNav li a:hover
{
	text-decoration: underline;
}
ul#MainNav li.Current
{
	background: #4A99C8;
	color: #fff;
}
ul#MainNav ul
{
	list-style-position: outside;
	display: block;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
	border: 0px;
	padding-left: 5px;
}
ul#MainNav ul li
{
	list-style-type: none;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 0.8em;
	color: #003C72;
	padding: 0;
	display: block;
	border: 0px;
	height: auto;
	margin: 0px;
}
ul#MainNav ul li ul li
{
	font-size: 1em;
}
ul#MainNav ul li a
{
	padding: 0px 0px 0px 10px;
	border-left: 3px solid #F2F5F8;
}
ul#MainNav ul li a.current
{
	background: #F2F5F8;
	font-weight: bold;
	border-left: 3px solid #F2F5F8;
}


/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}


#BodyDiv
{
	float: right;
	width: 570px;
	padding: 10px 10px 10px 0px;
	margin-left: 16px;
}
#BodyDiv img
{
	margin: 0px 8px 8px 0px;
}
#imgLeft
{
	float: left;
	margin: 0px 8px 8px 0px;
}
#Main h1
{
	font-family: Trebuchet MS;
	font-size: 125%;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #003C72;
}
#Main p
{
	margin-top: 8px;
	line-height: 1.2em;
}


#Contact
{
	clear: both;
	width: 100%;
	color: #003C72;
	background: #003C72;
	padding: 6px 0;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
#Contact .reverse
{
	background: #fff;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#Footer
{
	clear: both;
	width: 100%;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	margin: auto;
	margin-top: 1em;
	color: #aaa;
}
#Footer a
{
	color: #777;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active
{
	text-decoration: underline;
}

#bottomInfo
{
	color: #888;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
