body {
	background : #e1dcd6;
	color : #333;
	margin : 0px;
	padding : 20px 0px 20px 0px;
	font-family : verdana, arial, san-serif;
}

a {
	color : #004813;
}

a:visited {
	color : #ad0717;
}

p {
	font-size: small;
}

h4 {
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px;
}

.largetext {
	font-size: medium;
}

.border {
border: 2px solid #7A7A7A;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
}

blockquote {
	font-size: small;
}

div#main {
	width : 880px;
	padding : 0px;
	background : #fff url('../images/center_bg.jpg') repeat-y;
	padding : 0px 40px 0px 40px;
	overflow : hidden;
}

div#top {
	background : #fff url('../images/top_cap.jpg') no-repeat;
	height : 41px;
}

div#bottom {
	background : #fff url('../images/bottom_cap.jpg') no-repeat;
	height : 40px;
}

div#header {
}

div.page_centered {
	width : 960px;
	margin-left : auto;
	margin-right : auto;
}

img#flag {
	float : right;
}

#flag {
	float: right;
}

.promo {
	color : #ad0717;
	font-size : 1.2em;
	font-weight : bold;
}

.hidden {
	position : absolute;
	left : 0px;
	top : -500px;
	width : 1px;
	height : 10px;
	overflow : hidden;
}

.icon {
	float : left;
}

.column1 {
	width : 172px;
	float : left;
	margin : 0px;
	padding : 0px;
}

.column2 { 
	width : 568px;
	float : left;
	margin : 0px 20px 0px 20px;
	padding : 0px;
}

.column3 {
	width : 100px;
	float : left;
	margin : 0px;
	padding : 0px;
}

#sponsors {
	text-align : center;
}

#sponsors img {
	margin-bottom : 20px;
	border : none;
}

#sponsors h2 {
	font-size : 0.75em;
	color : #333;
}

address {
	font-style : normal;
	color : #fff;
	clear : both;
	background : #004813;
	font-size : 0.75em;
	padding : 3px 3px 4px 3px;
}

address a { 
	color : #fff;
}

address a:visited {
	color : #fff799;
}

div#content h2 {
	font-weight : bold;
	color : #004813;
	clear: right;
}

div#content h3 {
	font-weight : bold;
	color : #004813;
}

div#content ul li {
	font-size: small;
}

div#content ol li {
	font-size: small;
}

div.content_column {
	width : 274px;
	margin : 0px 0px 0px 0px;
	padding : 0px;
	float : left;
}

div.content_column h2 {
	font-size: 1em;
	font-weight : bold;
	color : #004813;
}

div.content_column h3 {
	font-size: 0.85em;
	font-weight : bold;
	color : #004813;
}

div#footer img {
	border : none;
}

div#footer {
	margin-top : 20px;
}

div#footer .column1 {
	width : 100px;
}

div#footer .column2 { 
	text-align : center;
	width : 640px;
}

div#footer .column3 {
	text-align : right;
	width : 100px;
}

/*  This is to be used if you remove the center logo in the footer
.logofloatleft {
	float: left;
}

.logofloatright {
	float: right;
}
*/

.alert{
border: 4px solid #DE7218;
background: #FCE5D7;
padding: 2%;
margin: 2px;
width: 90%;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6{
color: #592901;
margin: 0;
}

.alert h3 {
text-transform: none;
}

.announce {
text-align: left;
clear: both; 
border: 1px dotted #000000;
background:  #fcf9d5;
padding: 0;
margin: 0;
width: 520px ;
margin-left: auto ;
margin-right: auto ;
}

.announce p {
	margin-left: 10px;
}

.width500{
width: 500px;	
}

div#menu ul {
	list-style-image : url('../images/bullet.gif');
	font-weight : bold;
	margin-left : 20px;
	padding-left : 0px;
}

div#menu ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#wizard {
	background: #e5ece7;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px #004813 dashed;
}

#wizardlist {
	list-style: none;
}

#wizardlist li {
	margin-top: 5px;
	width: 50%;
	padding: 10px;
	border: 1px solid #004813;
	background: #f0f0f0;
}

#wizardlist li a {
	text-decoration: none;
}

#wizardlist li a:hover {
	text-decoration: underline;
}
.nostyle li, .noimage li{
list-style: none;
}
.floatright {
float: right;
}

dd {
	font-size: small;
}

dt {
	font-weight: bold;
	font-size: small;
}

dd {
	margin-left: 20px;
	margin-bottom: 15px;
}

/* Table styles */
.font75percent {
font-size: 75%;
}
.font85percent {
font-size: 85%;
}
.tableheader {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 125%;
font-weight: bold;
}
.centeralign {
text-align: center;
}