html 
{
	overflow: -moz-scrollbars-vertical !important;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #E3E3C7;	
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

#mainContainer{
	width: 95%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right:auto;
}

#headerDiv {
	background-color: #003366;
	width: 100%;
	margin-left: auto;
	margin-right:auto;
}			

#logo{
	background-color: #003366;
	background-image:url('../images/WAOlogo.gif');
	background-repeat:no-repeat;
	width: 175px;
	height: 83px;
	float: left;
}

#slogan{
	background-color: #003366;
	color: #FFFFFF;	
	text-align: left;
	width: 72%;
	float: left;
}

#image{
	background-color: #003366;
	background-image:url('../images/map.gif');
	background-repeat:no-repeat;	
	text-align: right;
	width: 80px;
	height: 87px;
	float: right;
}

#greenBar{
	background-color: #99cccc;
	color: #ffffff;
	width: 100%;
	margin-left: auto;
	height: 20px;		
}

#titleBar{
	background-color: #003366;
	color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	height: 30px;
}

#titleBar2{
	background-color: #003366;
	color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	height: 10px;
}

#mainText{
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;			
	width: 100%;
	margin-left: auto;
	margin-right:auto;
}

#footer{
	margin-left: auto;
	margin-right:auto;
	background-color: #99cccc;
	color: #FFFFFF;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #003366;	
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

/*This script is taken from: http://www.positioniseverything.net/easyclearing.html
To deal with the box model in Mozilla */
.clearfix:after {
    content: "."; 
	height: 0; 
    display: block;     
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*This script is taken from: http://www.positioniseverything.net/easyclearing.html
To deal with the box model in Mozilla */
#clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
/* End hide from IE-mac */

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

a.copyright, a:active.copyright, a:visited.copyright, a:link.copyright {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	color:#006699;
	text-decoration:underline;
	font-weight:bold;	
}

a:hover.copyright {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	color:#003366;
	text-decoration:underline;
	font-weight:bold;	
}

a.breadcrumb, a:active.breadcrumb, a:visited.breadcrumb, a:link.breadcrumb {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;	
	padding-left: 5px;
}

a:hover.breadcrumb {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#003366;
	text-decoration:underline;
	font-weight:bold;	
	padding-left: 5px;
}

a.questions, a:active.questions, a:visited.questions, a:link.questions {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#006699;
	text-decoration:underline;
	font-weight:bold;	
}

a:hover.questions {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#003366;
	text-decoration:underline;
	font-weight:bold;	
}

a.back, a:active.back, a:visited.back, a:link.back {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	color:#006699;
	padding-left:10px;
	text-decoration:underline;
	font-weight:bold;	
}

a:hover.back {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	color:#003366;
	padding-left:10px;
	text-decoration:underline;
	font-weight:bold;	
}

a.image, a:active.image, a:visited.image, a:link.image {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;	
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

h3 {
font-family:Verdana;
font-size:14px;
color:#000000;
text-align:left;
padding-left:10px;
}

p.courseTitle {
font-family:Verdana;
font-size:20px;
color:#ffffff;
text-align:center;
padding-right: 5px;
}

ul.two {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;	
	line-height: 0.5cm;
}

ol.two {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	line-height: 0.5cm;
}

ul {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 0.5cm; 
	text-decoration:none;	
	text-align: left;
	
}

ol {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height: 0.5cm; 
	color:#000000;
	text-decoration:none;
	
}

p.text {
font-family:Verdana;
font-size:11px;
color:#000000;
text-align:left;
padding-left:10px;
padding-right:10px;
line-height: 0.5cm; 
}

p.text2 {
font-family:Verdana;
font-size:11px;
color:#000000;
text-align:left;
line-height: 0.5cm; 
}

p.slogan {
font-family:Verdana;
font-size:12px;
color:#ffffff;
text-align:right;
line-height: 0.5cm; 
font-weight: bold;
padding-right:10px;
}

p.mission {
font-family:Verdana;
font-size:9px;
color:#cccc99;
text-align:right;
line-height: 0.5cm; 
font-weight: bold;
padding-right:10px;
}

p.copyright {
font-family:Verdana;
font-size:9px;
color:#006699;
text-align:right;
line-height: 0.5cm; 
font-weight: bold;
padding-right:10px;
}

p.breadcrumb {
font-family:Verdana;
font-size:11px;
color:#000000;
text-align:left;
line-height: 0.5cm;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/





