@import url("navtree.css");


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
	
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-top: 10px;
}

h1 {font-size:220%; color:#431837;}
h2 {font-size:190%; color:#7a2c65;}
h3 {font-size:170%; color:#02494e;}

h4 {
font-size:150%;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:110%;
font-weight:lighter;
color:#2c868d;
border-bottom: 1px dotted #a0c5c8;
}

.mileage
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color:#016AA9;
}



.bodytext
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color:#666666;
	line-height: 150%;
}

.bodytext a, .bodytext a:active, .bodytext a:visited
{
color:#666666;
text-decoration:underline;
}
.bodytext a:hover
{
color:#016AA9;
text-decoration:none;
}

.caltext
{
	font-family: "Trebuchet MS";
	font-size: 13pt;
	color:#666666;
	line-height: 150%;
}

.caltext a, .caltext a:active, .caltext a:visited
{
color:#666666;
text-decoration:underline;
}
.caltext a:hover
{
color:#016AA9;
text-decoration:none;
}

.caltextbold {
	font-weight: bold;
	color: #0099CC;
}


img.floatleft { float: left;
margin: 0px 16px 0px 0px;
padding: 0px 0px 0px 0px;
 }	
 
 img.floatright { float: right;
margin: 0px 0px 10px 16px;
padding: 0px 0px 0px 0px;
 }	
 
.bodytext ul li {
	line-height:150%;
	padding: 0px 0px 6px 0px;
	list-style: url(../img/bullet.gif);

}

.bodytext ol li {
	line-height:135%;
	list-style: url(none);
}


.red
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color:#FF0000;
}

	
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
    background-color:#fff;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/

div#navcontainer
{
background-color: #048d98;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #2fa2ab;
}

div#navcontainer ul li a:hover
{
background-color: #3cb6c0;
color: white;
}

#active a { border-left: 1px solid #2fa2ab; }
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 800px;
	padding-top: 5px;
}

/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: 800px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}

/* Container Left Start*/
div#MainText-left {
	width: 120px;
}
div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 120px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
div#MainText-left ul li a{
	width: 100%;
	height: 25px;
	display: block;
	color: #EBC7E1;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-left: 10px;
	background-color: #431837;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7A2C65;
}
div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #95357A;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7A2C65;
}


/* Container Right Start*/
div#MainText-right {
	clear: both;
	width: 625px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 5px;
	line-height: 18px;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #048d98;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #ADDCDC;
}
div#Footer a{
	color:#ADDCDC;
	text-decoration: underline;
}
div#Footer a:hover{
	color: #fff;
	text-decoration: none;
}
