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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.png);
	background-color: #020356;
	overflow-y:scroll;
}
p {margin:0; padding:0; text-align:justify;}
#outside_container {
	background-image: url(../images/background.png);
	background-repeat:repeat-x;
	background-color: #999791;
}
#header {	
	min-height:139px;
	width:940px;
	position:relative;
	margin: auto;
}
#container {	
	min-height:380px;
	width:940px;
	position:relative;
	margin: auto;
	background-image: url(../images/background_main.gif);
	background-repeat:repeat-y;
}
#outside_footer {

}
#footer {
	min-height:150px;
	width:940px;
	position:relative;
	margin: auto;
}
#topborder {	
	width:940px;
	height:12px;
	position:relative;
	margin:0;
	padding:0;
	background-image: url(../images/topborder.gif);
	background-repeat:no-repeat;
}
#content {
	position:relative;
	padding-left:215px;
	padding-right:9px;
	width:716px;
	min-height:432px;
}
#menu {
	position:absolute;
	left:0px;
	top:12px;
	width:204px;
	height:432px;
	z-index:1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.headtext {font-size: 16px; padding: 0 14px 0 14px; margin-bottom:10px;}
.headtext img {margin-right: 10px; margin-bottom: 10px;}
.bodytext {padding: 0 14px 0 14px;}
#menuitems {
	position:absolute;
	left:19px;
	top:31px;
	width:184px;
	height:192px;
	z-index:1;
}
#submenuitems {
	position:absolute;
	left:19px;
	top:259px;
	width:184px;
	height:104px;
	z-index:1;
}
