body {

margin-top: 0px;
margin-left: 0px;
margin-right: 0px;

}

#header {

background-color: #FFFFFF;
width: 800px;

}

#wrapper {
	width: 800px;
        margin-top: 0px;
        /*background: url(images/innerwrapper_bg.jpg) repeat-y;*/
        border-left: 1px solid #132472;
        border-right: 1px solid #132472;
}

#leftcolumn {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
        background: #132472;
        width: 220px;
        /*border-right: 1px solid #000000;*/
	/*float: left;*/
}

#leftcolumn a {
        font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #000099;
        text-decoration: underline;
}

#leftcolumn a:visited {
        font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #000099;
        text-decoration: underline;
}


#center {
        font-family: Arial;
	font-size: 14px;
	color: #000000;
        text-align: left;
        width: 700px;
	background-color: #FFFFFF;
}

#center p {
	margin: 20px;
}

#center a:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
}

#center a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
}

#center a:hover {
	text-decoration: underline;
}

#center h1 {
	font-family: "Verdana";
	font-size: 18px;
	color: #120F82;
	text-align: left;
        margin-top: 15px;
	margin-left: 20px;
}

#rightcolumn {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
color: #FFFFFF;
background: #FFFFFF;
text-align: left;
        width: 200px;
	/*float: right;*/
}

#rightcolumn a:link {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
        width: 200px;
text-align: left;
text-decoration: underline;
	/*float: right;*/
}

#rightcolumn a:visited {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
        width: 200px;
text-decoration: underline;
text-align: left;
	/*float: right;*/
}

#footer {
	background: url(images/footer_bg.jpg) repeat-x;
	font-family: Arial;
	font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
        height: 42px;
}

#footer p {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
}

#footer a:link, a:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#dropmenudiv{
	
	position:absolute;
	background-color:#FFFFFF;
	border:1px double #AAAAFF;
	font:normal 12px Verdana;
	color: #6666FF;
	line-height:18px;
	z-index:100;
	text-decoration: none;
	opacity: .95;
	filter: alpha(opacity=95);
	margin-top: 0px;
	margin-left: 0px;

}



#dropmenudiv a:link, #dropmenudiv a:visited, #dropmenudiv a:active {

	width: 100%;
	background-color:#FFFFFF;
	display: block;
	border-bottom: 1px solid #AAAAFF;
	color: #465073;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
        text-align: left;
	text-decoration: none;
	text-indent: 3px;
	font-weight: bold;
	font-size:  12px;

}



#dropmenudiv a:hover {

	background-color: #132472;
	text-decoration: none;
	font-weight: bold;
text-align: left;
	color: #FFFFFF;
	font-size:  12px;

}



#dropmenudiv p {

	width: 100%;
	background-color:#5E7491;
	display: block;
	border-bottom: 1px solid #AAAAFF;
	padding: 5px -2px 5px 2px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}