@import url("reset.css");

body{
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #96abc0;
	text-align: center;
	font: 80%/1.4  tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
}

div{
	display: block;
}

#container{
	position: absolute;
	height: 100%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

#container #body{
	width: 800px;
	height: 100%;
}

#container #body #header{
	background-image: url('../images/logo.png');	
	background-repeat: no-repeat;	
	width: 800px;
	height: 200px;
}

#container #body #header #right{
	background-image: url('../images/link_box.png');	
	background-repeat: no-repeat;	
	float: right;
	width: 130px;
	height: 170px;
	padding-top: 5px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#container #body #header #right img{
	padding-top: 5px;
}

#container #body #content{
	background-image: url('../images/content_mid.png');
	background-repeat: repeat-y;
	width: 800px;
	float: none;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
}

#container #body #content p, #container #body #content ul, #container #body #content ol, #container #body #content h2, #container #body #content h4, #container #body #content h5, #container #body #content h6{
	max-width: 750px;
	position: relative;
}

#container #body #content li{
	max-width: 725px;
	margin: 0;
	padding: 0;
}

#container #body #menu{
	background-image: url('../images/content_top_menu.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 45px;
	z-index: 99;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	overflow: visible;
}

#container #body #menu a{
	text-align: center;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

#container #body #menu a:hover{
	color: #dddddd;
}

#container #body #footer{
	background-image: url('../images/content_bottom_footer.png');	
	background-repeat: no-repeat;
	width: 800px;
	height: 31px;
	vertical-align: middle;
	font-size: 10pt;
	z-index: 98;
	padding-top: 6px;
}

#container #body #footer a{
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

#container #body #footer a:hover{
	color: #dddddd;
}

h1{
	padding-top: 8px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #003366;
}


h2{
	padding-top: 10px;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	color: #003366;
}


h3{
	padding-top: 8px;
	text-align: center;
	font-size: 15pt;
	font-weight: normal;
	color: #333333;
}

h4{
	padding-top: 8px;
	text-align: left;
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
}

h5{
	padding-top: 10px;
	text-align: left;
	font-size: 12pt;
	font-weight: lighter;
	color: #003366;
}

p{
	text-align: justify;
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 10pt;
}

a, a:visited{
	color: #003366;
}

li{
	text-align: justify;
	font-size: 10pt;
	list-style-type: disc;
}

ol, ul{
	text-align: justify;
	margin-left: 20px;
	padding-bottom: 5px;
	margin-right: 15px;
        width: 90%;
}

ul{
	list-style-type: disc;
}

ol{
	list-style-type: decimal;
}
