
a:active      { text-decoration: none; color: #A80000 }
a:link       { text-decoration: none; color: #A80000 }
a:visited    { text-decoration: none; color: #A80000 }
a:hover    { text-decoration: underline; color: #FF9900; }

body {
	background-color: #ddd;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: .8em;
	text-align:left;
}
p {
	padding: 0;
	margin: 12px 0 12px 0;
}
h1 { 
	font-size: 1.3em;
	margin-top: 0;	
}
h2  { 
	font-size: 1em; 
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333;
}
img {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

#container {
	width: 800px;
	margin: auto;
	padding: 0;
	/*border: 1px solid #999;*/
	background-color: #fff;
}
#top {
	background-color: #333;
	text-align:right;
	padding: 0px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
#nav {
	margin-left: 192px;
	width: 600px;
	height: 58px;
}
#bottom {
	clear: both;
	font-size: 9px;
	color: #666666;
	margin-top: 0px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav a {
	font-size: 10px;
	text-decoration:none;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: bold;
	float: left;
	padding: 14px 13px 0px 14px;
	line-height: 130%;
	margin: 0;
	height:40px;
	background-image: url(../images/top_link.jpg);
	}
#nav a:hover {
	color: #333;
	background-image: url(../images/topover.jpg);
}	
.mainlink a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #A80000;
	text-decoration:none;
	letter-spacing:1px;
}
.mainlink a:hover {
	color: #FF9900;
}
.quote {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-align: right;
	color: #A80000;
	margin-top: 0;
}
.quote a {
	text-decoration:none;
	color: #A80000;
}
.quote a:hover {
	color: #FF9900;
}
.sidetext {
	color: #666666;
	font-size: .75em;
}
/*#main {
	background-color: #fff;
	height: 400px;
	clear: left;
}*/
.clear {
	clear:both;
}
#leftside {
	padding: 20px/* 20px 1em 1em*/;
	/*position:relative;*/
	width:160px;
	height:300px;
	margin-left: 20px;
	margin-top: 20px;
	border-right: 1px solid #ccc;
	float: left;
}
#rightside {
	padding: 20px;
	/*position:relative;*/
	width:510px;
	margin-left: 220px;
	margin-top: 20px;
	/*float:left;*/
}
#middle {
	padding: 1em;
	position:relative;
	width:740px;
	margin: 40px 0px 80px 0px;
}

#footer{
	clear: both;
	color:#FFFFFF;
	height: 57px;
	text-align: center;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	line-height: 100%;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}
#footer p {
	padding: 24px 0 0 0;
	margin: 0;
}
#footer a {
	color: #fff;
	text-decoration:none;
	/*height: 45px;*/
}
#footer a:hover {
	text-decoration: underline;
}
