/* 
CSS Classis
By Matthew Deutsch
*/

body {
padding: 0px;
text-align: centre;
font: 75% verdana,sans-serif,times,;
background: #f4f4f4;
margin: 0 auto;
}

#wrap {
	width:750px;
	margin: 0 auto;
	text-align:centre;
}

#Content {
	width:750px;
	padding:1px 5px;
	background:#ffffff; 
	color:#303030; 
}


#Header {
	margin: 0 0 10px; 
	height: 200px; 
	width: 750px;
}
#Header img {
	Width: 750px;
	height: 200px;
}

#navlist {
    height: 35px;
    width: 570px;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #f4f4f4;
	float: right;
	padding: 0px 0px 0px 0px; 
	margin: 0px 10px 5px 0px;
}
#navlist ul {
    border-top: solid #000 0px;
    border-bottom: solid #000 0px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	white-space: nowrap;
}
#navlist li {
	list-style-type: none;
	padding: 5px 14px 0px 0px;
	display: inline
}
#navlist li a {  
    padding: 0px 10px;
}
#navlist li a:hover {
	text-decoration: underline;
    color: rgb(40, 110, 160);
    background-color: ebebeb;
}


#Leftmenu {
	float: left; 
	width: 150px; 
	margin: 0 0 10px 0; 
	padding: 0; 
	font-size: 0.9em;
	font: arial;
}
#Leftmenu img {
	padding: 0px 0px 5px 0px;
}
#Leftmenu ul {
	list-style: none; 
	width: 150px; 
	margin: 0 0 20px 0; 
	padding: 0; 
	font-size: 1.1em;
}
#Leftmenu li {
	margin-bottom: 1px;
}
#Leftmenu li a {
	font-weight: bold;
	height:  27px; 
	font: arial; 
	text-decoration: none;
	color: rgb(40, 110, 160);
	display: block;
	padding: 5px 0 0 10px;
	background: #f4f4f4;
	border-left: 3px solid #c7c7c7; 
	border-right: 2px solid #cccccc
}
#Leftmenu li a:hover {
	background: #ebebeb;
	color: rgb(40, 110, 160);
	border-left: 3px solid rgb(40, 110, 160);
	border-right: 2px solid rgb(40, 110, 160);
	text-decoration: underline;
}


#Text {
	margin: 0px 0 20px 160px;
	padding: 0px 10px 0px 10px;
	line-height: 1.6em;
	font: 75% verdana,sans-serif,times,;
	font-size: 1.1em;
}
#Text h1 {
	font-size: 1.9em;
	text-decoration: underline;
}
#Text h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
#Text img {
	padding: 1px;
}
#Test table td {
	font-size: .8em;
}




#footer {
	background:#fff; 
	border-top:2px solid #dadada; 
	clear:both; 
	color:gray; 
	font-size:0.9em;
	margin:0 auto; 
	padding:8px 0; 
	text-align:center; 
	width:750px;
}
#footer p {
	margin:0; 
	padding:0;
}


h3 {font-size: 1.3em;margin: 0 0 10px 0;}
a {text-decoration: none;color: #286ea0;}
a:hover {text-decoration: underline;color: #286ea0;}
a img {border: 0;}

/* Class Styles */

.navtext {
	color: 000000;
	font-weight: bold;
	font: Ariel;
}

.navtext2{
	color: B0171F;
	font-weight: bold;
	font: Ariel;
}