@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #F4F4F4;
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 45px;
}
h3 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-left: 15px;
	text-align: left;
	font-style: italic;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#container  {
	width: 900px;
	text-align: left;
	background-color: #F4F4F4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header  {
	background-repeat: no-repeat;
	height: 30px;
}
.home #banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

#nav ul {
	padding: 0;
	margin: 0;
	height: 37px;
	position: relative;
}

#nav li {
	list-style: none;
	float: left;
	display: block;
	margin-right: 20px;
	height: 37px;
	padding-top: 0px;
}
#nav .current   {
	color: #FF8F13;
	font-weight: bold;
}


#nav a:link, #nav a:visited {
	text-decoration: none;
	height: 27px;
	display: block;
	float: left;
	padding-top: 10px;
	border-bottom: none;
}

#nav a:hover,
#nav a:active {
	border: none;
	color: #495B6F;
}
#nav a {
	color: #000;
}
#mainContent  {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
#mainContent p  {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#nav hr {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
}
#footer hr {
	color: #000;
	margin: 0px;
}
#footer  {
	background-image: url(images/footer.jpg);
	height: 50px;
}


#footer p  {
	margin: 0;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	color: #666;
}
#footer p a  {
	color: #666;
	text-decoration: none;
}
#footer p a:hover {
	color: #333;
	text-decoration: none;
}
#bottom_text p{
	text-align: center;
	font-size: 13px;
	color: #333;
}
.links {
	float: right;
}
#mainContent a {
	color: #000;
}

#mainContent a:hover {
	color: #666;
	text-decoration: none;
}
iframe {
	border: 0px solid #F4F4F4;

}
#caption {
	color: #666;
	font-size: 12px;
	margin-top: 0px;
	width: 280px;
}

