body {
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	background-color: #315177;
}

a, a:link, a:hover {
	color: #04567e;
}

#wrapper {
	margin: 0 auto;
	clear: both;
	width: 960px;
	border: 1px solid #87bd40;
	background-color: #fff;
}

#logo {
	display: block;
	background-image: none;
	height: 190px;
	width: 960px;
	margin: 0;
	padding: 0;
}

#top_nav {
	clear: both;
	font-size: 1.1em;
	line-height: 1em;
	width: 960px;
	margin: 0;
	padding: 0;
	background-color: #87bd40;
	height: 30px;
}

.mac.safari #top_nav{ font-size: 1.1em; }

#contenttop {
	
	clear: both;
	width: 960px;
	background-color: #fff;
	height: 20px;
	padding: 0;
	margin: 0;
}

#content {
	width: 960px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#padding {
	padding: 5px 25px 0px 25px;
	height: auto;
}

#right {
	float:right;
	height: auto;
	width: 270px;
	text-align: left;
	
}
 
#left {
	float:left;
	height: auto;
	width: 600px;
	text-align: left;
}

#sponsor { 
	float: left; 
	border-top: 1px solid #ccc;
	margin: 5px 0 15px 0;
	text-align: center;
	width: 250px;
}



#footer {
	background-color: #fff;
	text-align: left;
    padding: 20px 0;
	margin: 0;
	line-height: 1em;
}
/*-----------Headings-----------*/

H1, .header1 { color: #002a5c; font-size: 1.5em; 
line-height: 1.2em;  }
H2, .header2 { color: #002a5c; font-size: 1.3em; 
line-height: 1.2em;  }
H3, .header3 { color: #002a5c; font-size: 1.1em;
line-height: 1.2em;  }
H4, .header4 { color: #002a5c; font-size: 1.1em;
line-height: 1.2em; font-weight: bold; }
H5, .header5 { color: #002a5c; font-size: 1.1em; font-weight: bold;  }


.header3 { font-weight: bold; }

.underline { 
display: block;
border-bottom: 1px solid #1a489e;
margin-top: 10px;
margin-bottom: 10px;
}

.smaller { 
font-size: .9em;
}
.caption { font-size: .8em; line-height: 1.4em;}

/*-----------Tables-----------*/
.datetable {
font-size: 1em;
border-color: #f5ba41;
border-style: double;
border-width: 0px 0px 3px 0px;
}
 
.datetable td {
border-color: #f5ba41;
border-style: solid;
border-width: 1px 0px 0px 0px;
padding: 3px 4px;
vertical-align: top;
}

.orange {
background-color: #f5ede4;
}

.gray {
background-color: #e9f2f7;
}
.blue {
background-color: #e4f4f9;
}

.green {
background-color: #ecf9db;
}

.yellow {
background-color: #f6f8d7;
}

.articletable {
border-color: #CCC;
border-style: solid;
border-width: 1px;
}

.articletable td {
border-color: #CCC;
border-style: solid;
border-width: 1px;
padding: 5px;
vertical-align: top;
}


.button1 {
height: 28px;
background-color: #002a5c;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
border: 1px solid #12314c;
padding: 1px 10px;
}


/*-----------Columns-----------*/

.columnleft {
width: 290px;
float: left;
}

.columnright {
width: 290px;
float: left;
margin-left: 10px;
}

/*-----------Buttons-----------*/

.bluebutton {
width: 270px; 
height: 40px; 
margin: 6px 0px 0px 0px;
background-image: url(/wac2011/images/button_new.gif);
background-position: top left;
background-repeat: no-repeat;
font-weight: bold;
color: #fff;
text-decoration: none;
line-height: normal;
}


.bluebutton a {
width: 100%;
color: #fff;
text-align: center; 
text-decoration: none;
font-size: 1em;
display: block;
padding: 11px 0px 0px 0px;
}


.bluebutton a:hover {
color: #f7be53;
}





/*-----------Generic Classes-----------*/
.floatLeft {
	float: left;
}
	
.floatRight{
	float: right;
}
.clearBoth  {
	clear: both;
}



 /*-----------Right column-----------*/
.headerbar {
display: block;
line-height: 1em;
padding: 12px 5px 4px 5px;
margin: 15px 0px 1px 0px;
border-bottom: 1px solid #f5ba41;

}




/*----Form Fields----*/


fieldset {    
width: 590px;  
margin: 15px 0 0 0;
padding: 10px;
border: 0px;  
position: relative;
}


label {
float: left;  
width: 190px; 
margin-right: 1em; 
}

.textbox {
margin: 5px 0px;
}

.response {
float: left;  
width: 300px;
}





