/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper{
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 0px;
}

#page_header{
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/header3.jpg);
	background-repeat: no-repeat;
}

.clearit {
	display: block;
	clear: both;
}

#content{
	margin-top: 70px;
	padding-left: 5px;
	padding-right: 5px;
}

#content h1{
	font-size: 130%;
	font-weight: bold;
}

#content h2{
	font-size: 100%;
	font-style: italic;
	color: #405B84;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 0px;
}

#content h3{
	font-size: 100%;
	font-style: italic;
	color: #405B84;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

#content h4{
	font-size: 80%;
}

#content p{
	font-size: 80%;
	font-weight: normal;
}

#content ul{
	font-size: 80%;
	font-weight: normal;
}

#rightcol{
	margin-left: 200px;
}

#rightcol h1{
	font-size: 100%;
	font-weight: bold;
}

#rightcol h2{
	font-size: 80%;
	font-weight: bold;
}

#rightcol h3{
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0;
	font-size: 80%;
}

.rightcontainer{
width: 99%;
margin-top: 30px;
float: right;
}

#nav{
	position: relative;
	top: 0px;
	left: 40px;
}

#nav ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
}

#nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#nav ul li a{
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	width: 9em;
	color: #405B84;
	padding: 0 25px 0 25px;
}


#nav ul li a:hover, #nav ul li a:focus{
	font-weight: bold;
	color: #405B84;
}

.rightimage {
	float: right;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.leftimage {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#leftcol{
	margin-left: 10px;
	margin-top: 30px;
	float: left;
	width: 170px;
}

#leftcol h1{
	font-size: 100%;
	font-weight: bold;
}

#bottomnav{
	margin-top: 50px;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
}

#bottomnav ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#bottomnav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#bottomnav ul li a{
	text-decoration: none;
	text-align: center;
	padding: 0 15px 0 15px;
}

#rightbox {
	float: right;
	width: 180px;
	margin: 15px 0 15px 15px;
	padding: 5px 0px;
	border: thin solid #000000;
	text-align: center;
}

#rightbox h1{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#rightbox ul{
padding: 0;
margin: 0;
list-style-type: none;
font-size: 80%;
background-color: transparent;
}

#rightbox ul li{
display: inline;
padding: 0;
margin: 0;
}

#rightbox ul li a{
text-decoration: none;
padding: 4px 0 6px 4px;
height: 1%;
display: block;
color: #405B84;
}

#rightbox ul li a:hover, #leftcol #nav ul li a:focus{
background-color: #003366;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
color: #ffffff;
}

#weatherbox {
	float: right;
	width: 190px;
	margin: 10px 0px 10px 10px;
	padding: 5px 0px;
	border: thin solid #000000;
	text-align: center;
}

#weatherbox h1{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 2px;
	color:#000000;
}

#weatherbox h2{
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 6px;
	color:#000000;
}

#weatherbox p{
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#lists h4{
	font-size: 80%;
	margin-bottom: 5px;
}

#lists ul{
	font-size: 80%;
	margin-top: 5px;
}

#specsleftcol{
	float: left;
	width: 350px;
}

#specsrightcol{
	margin-left: 370px;
}

#specs h4{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

#specs td h4{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

#specs td{
	font-size: 80%;
}
.centerbox {
	border: medium solid #6633FF;
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.logtable {
	background-color: #FFCCFF;
	background-position: center center;
	position: relative;
}
