body {
	margin: 10px 30px 30px 30px;
	padding: 0;
	background: url("/images/template/wrapper-bkgd.jpg");
	background-repeat: repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	text-align: center;
}	

#wrapper {
	border: 1px solid #CCCCCC;
	margin: 0pt auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	width: 800px;
	background-color:#FFFFFF;
}

#header {
	margin: 0;
	padding: 0;
}	

#header-topnav {
	margin: 0;
	padding: 0;
	height: 54px;
}

#header-searchform {
	float: right;
	height: 54px;
}

#header-searchform .text {
	margin-top: 30px;
	width: 100px;
	height: 15px;
	border: 1px solid #A7A49E;
	float: left;
}	

#header-nav {
	margin: 0;
	padding: 0;
}		

#main {
	margin-top: 10px;
	width: 100%;
	padding: 0px;
	background-image: url("/images/template/content-bkgd-FAD.jpg");
	background-position: top right;
	background-repeat: repeat-y;
}

#main-content {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	width: 595px;
}		

#main-content h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	color: #00357E;
}

#main-content h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00357E;
}

#main-content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #00357E;
}

#main-content p {
	line-height: 1.3;
}

#main-content .caption {
	font-size: smaller;
	font-weight: bold;
}

#main-content .footnote {
	font-size: smaller;
	font-style: italic;
}

#main-content li {
	line-height: 1.3;
}

#main-content a:link {
	color: #AE1035;
	text-decoration: underline;
	font-weight: normal;
}

#main-content a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

#main-content a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#main-content img.left-image { 
	padding: 3px 10px 5px 0px;
	float: left;
}

#main-content img.right-image {
	padding: 3px 0px 5px 10px; 
	float: right;
}

#main-right {
	float: right;
	width: 175px;
}

#main-right .inner {
	padding-left: 10px;
}

#main-right .inner h3{
	font-size: 12px;
	font-weight: bold;
	color: #AE1035;
	margin-top: 0;
}

#main-right .inner .rightnav {
	color: #7F7B6F;
	font-size: 11px;
	line-height: 1.5;
}

#main-right .inner .rightnav ul {
	list-style-image: url("/images/template/navbullet.gif");
	margin-left: 0;
	padding-left: 15px;
	font-weight: bold;
}

#main-right .inner .rightnav a, a:visited {
	color: #7F7B6F;
	text-decoration: none;
	font-weight: normal;
}

#main-right .inner .rightnav a:hover {
	color: #AE1035;
	text-decoration: none;
}

#main-right .inner .rightnav .thispage {
	color: #AE1035;
	font-weight: bold;
}
	
#footer {
	background-image: url("/images/template/content-bkgd-FAD.jpg");
	background-position: top right;
	background-repeat: repeat-y;
	height: 45px;
}		

#footer-right {
	float: right;
	width: 175px;
}

#footer-content {
	float: left;
	width: 610px;
}

#footer-content p {
	font-size: 11px;
	color: #7F776E;
	padding-top: 20px;
	padding-left: 170px;
}	

#footer-content a:link, a:visited {
	color: #7F776E;
}

#clearspace-main {
	clear: both;
	height: 4px;
}		

#clearspace-footer {
	clear: both;
	height: 10px;
}

* html #main-content {
	margin-left: 0;
}