body{
	padding:0;
	margin:0;
	font:76% arial, verdana, sans-serif;
	background:#D3D3D3;
	color:#000000;
}

a{
text-decoration:none;
color:#286ea0;
}

a:hover{
text-decoration:underline;
}


#container{
	margin:20px auto 0px auto;
	width:730px;
	padding:5px 20px 0px 20px;
	background:#ffffff;
}

#logo{
	margin:15px 0 0 0;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 29px;
}

#logo h1 a{
color:#303030;
}

#logo h1 a:hover{
text-decoration:none;
}

#logo h4 {
	color:#303030;
	float:right;
	margin-top: -50px;
	font-size: 24px;
	margin-right: 10px;
}

#navitabs{
	clear:both;
	width: 720px;
	height: 25px;
	background-color: #000000;
	padding-top: 5px;
	padding-left: 10px;
}

.navitab{
	margin:3px 0 px 10px;
	text-decoration:none;
	letter-spacing:1px;
	background:#000;
	color: #FFFFFF;
	padding-right: 10px;
}

.navitab:hover{
	text-decoration:none;
	background:#000;
	color: #FFFFFF;
}

.activenavitab{
	color:#ffffff;
	margin:0 0 px 0;
	text-decoration:none;
	background:#000;
}

.activenavitab:hover{
text-decoration:none;
}

#desc{
	height:169px;
	color:#000000;
	padding:0;
	background:#000;
	clear:both;
	margin:0px 0 0 0;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

#desc p{
	width:320px;
	font-size:1.2em;
	line-height:1.3em;
	padding:0 0 0 15px;
	margin-top: 5px;
}

#desc h2{
padding:15px 15px 0 15px;
color:#3366FF;
}

#desc a{
color:#666666;
text-decoration:underline;
}

#main{
	width:590px;
	float:left;
	padding:0 15px 0 0;
	border-right:1px solid #d0d0d0;
	background-color: #FFFFFF;
}

.block{
background:#f0f0f0;
padding:15px;
}

#sidebar{
	width:120px;
	float:right;
	background-color: #FFFFFF;
}

#sidebar p{
font-size:0.9em;
line-height:1.3em;
margin:0 0 12px 0;
}

.sidelink{
	text-align:left;
	display:block;
	width:100px;
	background:#f0f0f0;
	padding:3px 4px 3px 8px;
	margin:5px 10px 5px 0;
}

.sidelink:hover{
	background:#e0e0e0;
	text-decoration:none;
}

#footer{
	clear:both;
	background:#fff;
	color:#808080;
	font-size:0.9em;
	padding:8px 0 8px 0;
	text-align:center;
	width: 730px;
}

#footer a{
color:#808080;
}

h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
	margin:0 0 20px 5px;
	font-size:1.6em;
	font-weight:normal;
	color: #286EA0;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}
h4{
	margin:10px 0 0 20px;
	font-size:1.2em;
	font-weight:normal;
	color: #286EA0;
}

p{
	margin:0 0 15px 5px;
	line-height:1.5em;
	text-align:left;
}

.right{
	text-align:right;
	color: #FFFFFF;
}

a img{
border:0;
}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#f0f0f0;
}

.hide{
display:none;
}
footer left{
	width: 190px;
	text-align: left;
}


footer right{
	text-align: right;
}
#last{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: thin;
	background-color: #D3D3D3;
	color: #666666;
}
last:a  {
color: #666666;
}
last:hover{
color: #666666;
}

#lastright{
	width: 730px;
	background-color: #D3D3D3;
	color: #666666;
	text-align: right;
}
#lastleft{
	width: 730px;
	background-color: #D3D3D3;
	color: #666666;
	text-align: left;
	padding:8px 0 8px 20px;
}
/*menu stuff */
horz{
	height: 20px;
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:12px;
	width:80px;
	padding:7px 0;
	color:#fff;
	background:#000;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
}
/* style the links hover */
.menu :hover{
color:#fff;
background:#ccc;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:80px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

