@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 15px Book Antiqua, Helvetica, sans-serif;
	color: #00009C;
	background: #8CBDE1;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}

*
{
margin:0px;
padding:0px;
}

#header
{
width:900px;
height:144px;
padding:7px 7px 7px 7px;
background-color:#FFFFFF;
margin-bottom:7px;
margin-top:7px;
}

#picture
{
	width:900px;
	height:237px;
	background-image:url(picture.jpg);
	background-repeat:no-repeat;	
}


h1, h2, h3
{
	padding:0px;
	margin:0px;
}

#header h1
{
position:relative;
left:12px;	
top:10px;
color:#800000;
font-size:40px;
}

#header h2
{
position:relative;
display:block;
float:right;
top:158px;
margin-right:11px;
font-size:16px;
color:#00009C;
}


#header h3
{
position:relative;
display:block;
float:right;
top:158px;
margin-right:11px;
font-size:15px;
color:#800000;
}
#container
{
width:914px;
margin:0px auto 0px auto;
}

#main
{
	display:block;
background-color:#FFFFFF;
padding-top:7px;
padding-bottom:7px;
}

.leftcol h2
{
	text-align: left;
	margin-left: 10px;
	font-size: 20px;
	color: #800000;
	margin-bottom:6px;
}

.rightcol h2
{
	text-align: center;
	margin-right: 10px;
	font: 20px;
	color: #00009C;
	color: #800000;
	margin-bottom:6px;
}


.maincol h2
{
color:#800000;
margin-bottom:3px;
}

.maincol p
{
margin-bottom:6px;
}




.clear
{
clear:both;	
}


#leftcol_container, #maincol_container, #rightcol_container
{
float:left;
margin-left:7px;
}


#leftcol_container 
{
	width:170px;

}
#rightcol_container
{
	width:130px;

}
#maincol_container
{
width:587px;	
	
}


.leftcol_bottom
{
background-image:url(images/leftcol_bottom.png)	;
background-repeat:no-repeat;
width:170px;
height:5px;
margin-bottom:5px;
}

.rightcol_bottom
{
background-image:url(images/rightcol_bottom.png)	;
background-repeat:no-repeat;
width:130px;
height:5px;
margin-bottom:5px;
}


.maincol_bottom
{
background-image:url(images/maincol_bottom.png)	;
background-repeat:no-repeat;
width:587px;
height:5px;
margin-bottom:5px;
}


.leftcol, .maincol, .rightcol
{
clear:both;	
padding-left:5px;
padding-right:5px;	
padding-bottom:5px;	
padding-top:5px;
}



.leftcol
{
display:block;
background-color:#AFD3EB;
background-image:url(images/leftcol_top.png);
background-repeat:no-repeat;
width:160px;

}


a,a:visited
{
	text-decoration:none;
	color:#800000;
}

a:hover
{
	color:#00009C;
	border-bottom: #7DBDEC dotted 1px;
}

.leftcol ul, .rightcol ul
{
list-style:none;
font-size:15px;
font-weight:bold;
}

.rightcol ul
{
text-align:center;	
	
}

.rightcol 
{
text-align:center;
}

.maincol
{
display:block;
background-image:url(images/maincol_top.png);
background-repeat:no-repeat;
background-color:#EEF5FB;
width:577px;
}

.rightcol
{
display:block;
background-color:#AFD3EB;
background-image:url(images/rightcol_top.png);
background-repeat:no-repeat;
width:120px;
}
#footer h3
{
font-size:8px;
width:inherit;	
text-align:center;
margin:0 auto 0 auto;
	
	
}

