@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dcddde;
	background-image: url(../images/cap_background_green.jpg);
	background-repeat: repeat-x;
}
html, body, p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #5D5F3D;
	-moz-text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	color: #666;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #999;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #E73D24;
}
a:link {
	color: #5D5F3D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5D5F3D;
	font-weight: bold;
}
a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}	
#outerWrapper {
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#mainNav {
	clear: both;
	width: 925px;
	height: 25px;
	position: relative;
	background-image: url(../images/cap_title1.png);
	background-repeat: no-repeat;
	background-position: 625px 30px;
	padding-top: 55px;
	padding-left: 55px;
}
#mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainNav ul li {
	float: left;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #666;
	position: relative;
	width: auto;
	text-align: center;
}
#mainNav ul li a {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	display: inline;
}
#mainNav ul li a:link , #mainNav ul li a:visited{
	color: #5D5F3D;
	text-decoration: none;
}
#mainNav ul li a:hover, #mainNav ul li a:active {
	color: #333;
	text-decoration: none;
}
#topBorder {
	background-color: #CCC;
	clear: both;
	height: 24px;
	width: 980px;
}

#btmTitle {
	clear: both;
	height: 49px;
	width: 355px;
	margin-left: 625px;
}
#mainContent {
	width: 880px;
	clear: both;
	height: 425px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 30px;
}
#btmBorder {
	background-color: #999;
	clear: both;
	height: 10px;
	width: 980px;
}
#footer {
	clear: both;
	width: 530px;
	text-align: center;
	height: 55px;
	margin-top: 15px;
	padding-right: 160px;
	padding-left: 290px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #666;
	text-align: left;
}
.topBtmPad {
	padding-bottom: 25px;
	padding-top: 10px;
}
.leftPad {
	margin-left: 400px;
}
.rightPad {
	margin-right: 10px;
}
