body, html {
	color: #333333;
	background-color: #6A87AD;
	margin: 0px;
	padding: 0px;
}
body {
	text-align:center;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px 0 15px;
	padding: 0;
	line-height: 1.5em;
}

/* HEADINGS ----------*/

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	Padding: 0;
}
h1 {
	font-size: 200%;
	color:#666666;
	margin-bottom: 10px;
}
h2 {
	font-size: 150%;
	color:#666666;
	margin-bottom: 10px;
}
h3 {
	font-size: 125%;
	color:#666666;
	margin-bottom: 10px;	
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
	margin-bottom: 5px;
}

/* LINKS ----------*/

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: underline;
}

/* STRUCTURE ----------*/
#container {
	margin:0 auto;
	width:750px;
	text-align:left;
	background-image: url(../images/ui/wamo_page_background.gif);
	background-repeat: repeat-y;
}
#header {
	height: 182px;
	background-image: url(../images/ui/wamo_page_header.gif);
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 59px;
	background-image: url(../images/ui/wamo_page_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:10px;
	text-align: center;
	clear: both;
}
#fullcolumn {
	display: inline;
	float: left;
	width: 690px;
	padding: 0px 30px 20px 30px;
}
#wideleftcolumn {
	float: left;
	width: 480px;
	padding: 0px 15px 20px 30px;
}
#narrowrightcolumn {
	float: right;
	width: 180px;
	padding: 0px 30px 20px 15px;
}



/* NAVIGATION ----------*/

#primarynav {
	margin: 0px 40px 20px 40px;
	text-align: center;
}
#primarynav li {
	display: inline;
	list-style-type: none;
	padding-right: 18pt;
	font-size: 16px;
}
#primarynav li a {
	color: #F7931E;
	text-decoration: none;
}
#primarynav li a:hover {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F7931E;
}
	