html {
	margin:0px;
}
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	text-align: center;
	font-size: 0.8em;
	background:#EBEBEB url('../graphics/background.png') repeat;
}
#wrapper {
	width:765px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#header {
	margin-top:10px;
	height:81px;
	width:800px;
	background: #fff url('../graphics/header_background2.png') top left;
}

#content {
	text-align:left;
	width:800px;
	padding:0px 0px 20px 0px;
	background: #fff url('../graphics/content_background.png') top left repeat-y;
}
.phase1 {
	margin-top: 10px;
	width: 600px;
	text-align: justify;
	}
.stickit {
	margin-left:15px;
	padding:0;
}

.textcolumn {
	width:520px;
	text-align:center;
	margin: 0 0 0 120px;
}

.textcolumn3 {
	width:520px;
	text-align:left;
	margin: 0 0 0 120px;
	}
.monsterright {
	width:250px;
	float: right;
	margin: 0 20px 0 0px;
	}
.monsterleft {
	width:250px;
	float: left;
	margin: 0 20px 0 0px;
	}
.rightcolumn {
	width:190px;
	float: right;
	margin: 0 20px 0 0px;
	}
.rightcolumn1 {
	width:120px;
	float: right;
	margin: 0px 0px 0 60px;
	}
.leftcolumn {
	width:190px;
	float: left;
	margin: 0 20px 0 0px;
	text-align: justify;
}
.leftcolumn1 {
	width:290px;
	float: left;
	margin: 0 20px 0 0px;
}

#footer {
	clear:both;
	height:49px;
	text-align:center;
	background: #fff url('../graphics/footer_background.png') top left no-repeat;
	font-size:0.8em;
	width:800px;
	margin-top:-3px;
}

.floatleft {
	float:left;
}

.floatcenter {
text-align:center;
}

a, a:visited {
	color: #3399cc;
}
a:hover {
	color:#CC0000;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 10px;
	margin: 0 0 0 0px;
	padding-bottom: 4px;
	color:#CC0000;
	}
h2 { 
		font-size: 1.3em;
		font-weight: normal;
		text-align: left;
		padding-top: 10px;
		margin: 0 0 10px 0px;
		padding-bottom: 4px;
		color: #002266;
		}

h3 { 
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0 0px;
	padding-top:8px;
	}
h4 { 
	font-size: 1em;
	font-weight: bold;
	}

p {
	margin:0;
	padding-top:0.8em;
	padding-bottom:0.2em;
}

#navcontainer {
	/*text-align:center;*/
	/*margin:20px 0 0 20px;*/
	padding:40px 0 0 60px; /*contols position of top menu items*/
}


/* new nav bar */

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url('../images/menubg.gif') center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 125px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #99cc99;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url('../images/menubgover.gif') center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #669966;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url('../images/menuarrow.gif') no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

/* new nav bar ends */