﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

#nav {
	width: 100%;
	padding: 25px 25px 10px 25px;
	font-size: 15px;
	color: #17578d;
	}
	
#nav div {
	float: right;
}	

#nav a {
	font-size: 11px;
	color: #4e4b45;
	text-transform: uppercase;
	text-decoration:none;
	padding: 0px 10px;
	}	
	
#nav a:hover {
	color: black;
	text-decoration: underline;
}	

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	background: #9b9b9b url('../siteart/background.jpg') repeat;
	overflow-x: hidden;
	}

td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#main-content {
	padding: 10px 25px 25px 25px;
	background: #f4f4f3;
}

.title {
	color: #387ab7;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#callout {
	 background: #dbd3be;
}

#callout table {
	border:0;
	width: 100%;
}

#callout table td {
	border: 2px solid white;
	width: 33%;}


.a-top {
	font-size: 16px;
	background: #a19a88;
	display: block;
	padding: 12px 0px 10px 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.a-bottom {
	background: #bfb7a2;
	display: block;
	padding: 12px 0px 10px 12px;
}

.b-top {
	font-size: 16px;
	background: #c89b0e;
	display: block;
	padding: 12px 0px 10px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #121212;
}

.b-bottom {
	background: #f0bb11;
	display: block;
	padding: 12px 0px 10px 12px;
	color: #121212;
}

.c-top {
	font-size: 16px;
	background: #473307;
	display: block;
	padding: 12px 0px 10px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.c-bottom {
	background: #543c07;
	display: block;
	padding: 12px 0px 10px 12px;
	color: white;
}

#callout table td .b {
	border: 2px solid white;
	width: 33%;
}

#callout table td .c {
	border: 2px solid white;
	width: 33%;
}


