html, body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #003399;
 	line-height: 18px;
}

h1{
	 font-size: 16px;
	 font-weight:800;
}

h2{
	 text-align:center;
	 font-size: 12px;
	 font-weight:800;
}

h3{
	 font-size: 12px;
	 font-style:italic;
}

.content ul {
	list-style-image: url(images/dot_red_small.gif);
	list-style-type: disc;
}

.content li {
	margin-bottom:12px;
}

.contact {
	font-size:10px;
	line-height:12px;
}

.header{
	white-space: nowrap; 
}

.footer{
 	text-align: center;
 	font-size: 10px;
 	line-height: 14px;
	padding-bottom:10px;
	padding-top:10px;
}

.content{
	padding-left:5px;
	padding-right:5px;
}

.sidebar{
	width:175px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:12px;
	line-height:14px;
}

.sidebar img{
	border:#CCCCCC;
	border-width:1px;	
}

.nav{
	width:160px;
	font-size:10px;
	line-height:12px;
	padding-left:5px;
	white-space:nowrap;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration:underline;
}

hr {
	height:0px; 
    border:0px; 
    border-top:1px solid #CCCCCC;
}

#button ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-image: url(images/dot_blue_small.gif);
	list-style-type: disc;
	list-style-position: inside;
	white-space:nowrap;
}
		
#button li {
	margin-left:5px;
	border-bottom:1px solid #CCCCCC;
	margin-top:3px;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}

#button li a {
	margin-left:5px;
	text-decoration: none;
	width: 100%;
	color:#003399;
	font-size:13px;
	font-weight: 700;
	white-space:nowrap;
}


#button li a:hover {
	margin-left:10px;
	background-color:#EEEEEE;
	color: #FF0000;
	padding:1px;
	white-space:nowrap;
}

.kit {
	font-size:9px;
	line-height:11px;
}

.kit ul {
	list-style-image: url(images/dot_yellow_small.gif);
	list-style-type: disc;
}

.kit li {
	margin-bottom:4px;
}

.kit img {
	border:#CCCCCC;
	border-width:1px;
}

#search .submit {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #CCCCCC;
 color: #003399;
 width:45px;
}

#search .text {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 100px;
 background-color: #FFFFFF;
}

table.layout {
	border-color:#FFFFFF;
}

td.layout {
	border-color:#FFFFFF;
}

table {
	text-align: left;
	border-collapse: collapse;
}

table.data { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

td {
	border:solid 1px #CCCCCC;
	padding:5px;
}

tr {
	vertical-align: top;
}

th {
	font: 14px #FFFFFF;
	background-color:#FF0000;
	border-bottom:1px solid #CCCCCC;
}

tr.grey {
	background-color: #EEEEEE;
	font-size:14px;
	padding-bottom:30px;
}

td.grey {
	background-color: #EEEEEE;
}

.float {
	float:right;
	padding:5px;
	}
