BODY{
	font-family: arial, helvetica, sans-serif;
	color: #000033;
	background-color: #FEFEFF;
	margin: 0px;
}

.bold{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.wrapper{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
	background-color: #FEFEFF;
	position: absolute;	
	margin-left: 10px;
	margin-top: 10px;
	top: 10px;
	min-width: 640px;
	width: 95%;
}

.menu{
	position: relative;
	left: 10px;
	top: 25px;
	height: 500px;
	width: 150px;
}

.menu p{
	display:block;
	font-size: 0.75em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3333CC;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	padding-left: 8px;
	border: 1px solid #000000;	
	width: 140px;
}

.menu a{
	display:block;
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #330000;	
	background-color: #FFFFCC;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	padding-left: 8px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 140px;
}

.menu a:link{
	display:block;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFCC;	
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	padding-left: 8px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 140px;
}

.menu a:visited{
	display:block;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFCC;	
	font-weight: normal;
	text-decoration: none;	
	margin: 0px 0px 0px 0px;
	padding: 3px;
	padding-left: 8px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 140px;
}

.menu a:hover{
	display:block;
	font-size: 0.7em;
	color: #000000;
	background-color: #CCDDDD;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	padding-left: 8px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 140px;
}

.menu a:active{
	display:block;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFCC;	
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	padding-left: 8px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 140px;
}

.content{
	position: relative;
	font-size: 0.9em;
	width = 100%;
	left: 166px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	top: -475px;
	padding: 5px;
	border-left: 1px solid #AAAAFF;
}

.content P{
	margin-top: 0em;
	margin-bottom: 0.7em;
}

.content small{
	font-size: 0.6em;
	color: #888888;
	margin-top: 0.1em;
	margin-bottom: 0em;
}

.content H1{
	text-weight: bold;
	font-size: 1.15em;
	color: #3333CC;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

.content H2{
	text-weight: bold;
	font-size: 1.1em;
	color: #3333CC;
	margin-top: 0.5em;	
	margin-bottom: 0em;	
}

.content H3{
	text-weight: bold;
	font-size: 1em;
	color: #3333CC;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

.content error{
	color: #FF3333;
}

.content TD{
	font-size: 0.9em;
}

.header{
	position: relative;
	left: 10px;
	top: 15px;
	width: 100%;
	height: 110px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #AAAAFF;
}

.header H1{
	text-weight: bold;
	font-size: 1.3em;
	color: #3333CC;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

#titleimg{
	position: absolute;
	right: 5px;
	top: 0px;
}

#logoimg{
	position: absolute;
	left: 0px;
	top: 0px;
}

#headtxt{
	position: absolute;
	left: 205px;
	top: 25px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #2C4466;
	font-weight: normal;
	font-style: italic;
}

.footer{
	position: relative;
	left: 10px;
	top: -465px;
	width: 100%;
	margin: 0px;
	padding: 0px;	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	color: #330000;
	font-weight: normal;
	border-top: 1px solid #AAAAFF;
}

.copyright{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
}