@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana;
	margin:0;
	padding:0;
	background-color: #999966;
}
.whiteText32 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	color: #FFFFFF;
	text-align: left;
}
.textAlignLeftSmallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.textAlignLeftSmallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	}
	
#wrapper {
	background-color:#999966;
	width:900px;
	
}
#header {
height:50px;
width:900px;
background-color:#ffffff;
}
#header2 {
height:20px;
width:900px;
background-color:#330000;
float:left;
}
#headerleft {
height:50px;
width:900px;
background-color:#999966;
float:left;
}

#contentleft {
	width:200px;
	background-color:#999966;
	float:left;
	height:466px;
	
}
#contentright {
	width:700px;
	background-color:#999966;
	float:left;
	height:466px;
}

#footer {
height:20px;
width:900px;
background-color:#330000;
float:left;
}
li {
	
	display: inline;
	padding-right: 90px;
}
ul {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
}

a:link {
	color: #66CC99;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FFFF33;
	text-decoration: none;
}
.italic32 {
	color: #000000;
	font-style: italic;
}
.verdana14grey {
	color: #000000;
	font-style: italic;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-align: left; font-style: italic; }
.style3 {
	color: #000000;
	font-style: italic;
	font-size: 14px;
}


