/* Blanket rules for all elements*/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#F1F1F1;
	background-image:    url("/assets/images/bk.gif");
	background-position: center;
	background-repeat: repeat-y;
	
}

table {
	background-color: #ffffff;
}

/* Rules for headings */
h1 {
	font-size: 18px;
	color: #333333;
}

h2 {
	font-size: 16px;
	color: #666666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#toptop{
	border-top: 20px solid #000099;
	padding: 0px;
}

#top{
	background-image:    url("/assets/images/topstripbk.jpg");
	background-position: right;
	background-repeat: no-repeat;
	border-left: 20px solid #000099;
	padding: 5px 10px 5px 15px;
}

p {
	font-size:11px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#speed {
	border: 1px solid #000099;
	width: 150px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border-color: #999999;
}

#speed h1{
	font-size:12px;
	font-weight: bold;
	background-color: #ff6600;
	color: #ffffff;
	margin: 0;
	padding: 5px;
	text-align: center;

}

.copy {
margin: 0px;
padding: 0 10px 10px 10px
}

# nav {
margin: 0px;
}

#nav ul {
padding: 0px;
margin: 0px;
list-style: none;
}

#nav ul li{
padding: 0px;
margin: 0px;
list-style: none;
background: transparent;
}

#nav ul li a{
padding: 3px 3px 3px 35px;
border-top: solid 1px #000099;
border-right: solid 1px #000099;
border-bottom: solid 1px #000099;
margin: 2px 0px 2px 0px;
background: #E5E5EF url("/assets/images/li.gif") no-repeat left;
display: block;
text-decoration:none;
width: 120px;
height:100%;
}

#nav ul li a:hover{
padding: 3px 3px 3px 35px;
border-top: solid 1px #000099;
border-right: solid 1px #000099;
border-bottom: solid 1px #000099;
margin: 2px 0px 2px 0px;
background: #ff6600 url("/assets/images/li.gif") no-repeat left;
color: #ffffff;
display: block;
text-decoration:none;
width: 120px;
height:100%;
}


ul {
padding: 0px;
margin: 0px;
list-style: none;
}

ul li{
padding: 0px;
margin: 0px;
list-style: none;
background:    url("/assets/images/li.gif") no-repeat left;
padding: 3px 3px 3px 30px;
}

#speed ul {
	padding: 5px 0px 5px 0px;
}

h2 a {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover {
	color: #666666;
	text-decoration: none;
}

a {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

