﻿@charset "utf-8";
/* CSS Document */

#main .nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #666666;
	padding-left: 15px;
	color: #FFFFFF;
	height: 34px;
	padding-top: 15px;
	letter-spacing: .2em;
}
#main .nav a:hover {
	color: #CCCCCC;
}
#main {
	border: 2px solid #666666;
	margin-top: 25px;
	background-color: #FFFFFF;
}
#main .footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: center;
}
#content {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}
#content h1 {
	font-size: 24px;
	color: #0099CC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
#content h2 {
	font-size: 18px;
	color: #666666;
	display: inline;
}
#main .footer a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
body {
	background-image: url(images/bg_rpt.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

#main .nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
}
#content img {
	display: inline;
	border: medium solid #333333;
}
.caption {
	display: inline;
	font-size: 14px;
	color: #336699;
	text-align: justify;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
}
#content h4 {
	display: inline;
	font-size: 14px;
	color: #333333;
	font-weight: 200;
}
