﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

#nav {
	border: 0;
	width: 100%;
	}

#nav td {
	text-align:center;
	color: white;
	font-size: 10px;
	background: #0d2027;
	border-left: 1px solid #4c4c4c;
}

#nav a {
	display: block;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 10px 8px 10px;
	}	

#nav a:hover {
	background: #f6bc29;
	color: black;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	background: #c4c4c4 url('../siteart/bkg.jpg') repeat-x;
	overflow-x: hidden;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 930px;
	background: white;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#foot {
	padding: 30px 0px 38px 0px;
}

#date {
	padding:6px 15px 0px 0px;
	width: 250px;
	border-right: 1px solid #4c4c4c;
}

.heading {
	font-size: 20px;
	text-transform: uppercase;
	color: #760303;
}

#left {	
	text-align:center;
	padding: 0px 15px;	
}

#left img {
	border:0;
}

#main-content {
	padding: 0px 25px;
	border-left: 1px solid #eaeaea;
	width: 100%;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

li {
	list-style-type: square;
	padding-bottom: 4px;
	font-size: 11px;
}