﻿/*=============body styles==================*/
body {
	margin: 10px auto 0px auto;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/*============== site links==============*/
a:link {
	font-weight: normal;
	color: #CC0000;
	background: transparent;
	text-decoration: none;
}
a:visited{
	font-weight: normal;
	color: #CC0000;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : underline;
	background: transparent;
	color: #CC0000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: none;
	color: #800000;
}

/*================container styles=============*/
#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
	text-align: center;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	font-weight: normal;
	font-size:36px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 28px;
}
#top {
	margin: 0px auto;
	width: 686px;
	height: 96px;
	background: url(images/topbar.jpg) no-repeat
}
#middle {
   	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}
#bottom {
	margin: -100px auto 0px;
	width: 686px;
	height: 106px;
	background: url(images/bottom.gif) no-repeat;
	clear: left;

}

/*================top navigation styles============*/
#nav {
	width: 560px;
	padding: 20px 10px 5px;
	margin: 0px auto;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
	border-bottom: 1px dotted #C4D0D7;
}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#nav a {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#nav a:hover {
	color: #990000;
	text-decoration: underline;
	font-size: small;
}

/*================content syles============*/
#content {
	padding: 0px 68px 1px 68px;
	margin: 0px auto 0px auto;
	text-align: left;
	font-size: medium;
}
#side {
	margin: 30px auto 0px auto;
	width: 110px;
	border-left: 1px dotted #C4D0D7;
	padding: 0px 10px 0px 20px;
	color: #000000;
	float: right;
	font-size: 70%;
}
#content h1 {
	color: #993300;
	font-weight: bolder;
	font-size: 20px;
	padding: 0px 135px 0px 10px;
}
#content h2	{
	color: #993300;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content p {
	padding: 0px 170px 0px 10px;
	font-size: 11px;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #000000;
}

/*============== Misc styes ==========================*/
#contact {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.center {
	text-align: center;
}
	
/*============== Styles for footer ===================*/
#footer {
	font-size: 10px;
	font-weight: lighter;
	border-top: thin #AD6D6D solid;
	clear: both;
	padding: 5px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
	text-align: center;
	height: 43px;
}
	
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	
}

