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;
	width: 664px;
}

.menu{
	position: relative;
	left: 10px;
	top: 25px;
	height: 250px;
	width: 100px;
}

.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: 90px;
}

.menu a{
	display:block;
	font-size: 0.75em;
	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: 90px;
}

.menu a:link{
	display:block;
	font-size: 0.75em;
	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: 90px;
}

.menu a:visited{
	display:block;
	font-size: 0.75em;
	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: 90px;
}

.menu a:hover{
	display:block;
	font-size: 0.75em;
	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: 90px;
}

.menu a:active{
	display:block;
	font-size: 0.75em;
	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: 90px;
}

.content{
	position: relative;
	font-size: 0.9em;
	width = 664px;
	left: 116px;
	top: -225px;
	padding: 5px;
	border-left: 1px solid #AAAAFF;
}

.content P{
	margin-top: 0em;
	margin-bottom: 0.7em;
}

.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: 770px;
	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;
	left: 585px;
	top: 0px;
}

.footer{
	position: relative;
	left: 10px;
	top: -215px;
	width: 770px;
	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;
}