﻿a:link, a:visited, a:active {text-decoration:underline; color:white; font-size:11px; font-weight:bold}
a:hover {text-decoration:underline; color:#ffd6d5;}

#nav {
	border: 0;
	width: 100%;
	}
	
#nav td {
	text-align:center;
	font-weight:bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #0065b3 url('../siteart/nav-blue.jpg') repeat-x top;
	border-right: 1px solid #438ec7;
}	

#nav a {
	display: block;
	padding: 14px 10px 11px 10px;
	color: white;
	text-decoration: none;
	}	
	
#nav a:hover {
	background: #328bcf;
}	

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: white;
	margin: 60px 23px 23px 23px;
	background: #dee1e5 url('../siteart/background.jpg') repeat-x top;
	overflow-x: hidden;
	}

td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: white;
	}
	
#maintable {
	border: 0;
	width: 770px;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#main {
	background: #a52b29 url('../siteart/circle.jpg') no-repeat 30px 30px;
	padding: 30px 30px 30px 70px;
}

#right {
	background: #972422 url('../siteart/arrow.jpg') no-repeat 30px 30px;;
	padding: 30px 30px 30px 70px;
	width: 30%;
}

.heading {
	font-size: 20px;
	font-weight: bold;
}

.heading-md {
	font-size: 15px;
	font-weight: bold;
}

#foot {
	padding: 35px 0px;
}