/* CSS Document */



body {
    font: "Times New Roman", Times, serif;
	text-align: center;
	min-width: 750px;
	background-image: url(images/background.jpg); 
	background-repeat: repeat-y;	
	background-position:top left;
	height:100%;
	color:#339999;
	margin:0;
	Scrollbar style for IE only */ scrollbar-3dlight-color : #000066;	scrollbar-arrow-color : #000066; scrollbar-base-color : #e0e0e0; scrollbar-darkshadow-color : #e0e0e0; scrollbar-face-color : #006666; scrollbar-highlight-color : #dddddd; scrollbar-shadow-color : #000066; scrollbar-track-color : #648977;}
}

h1 {font: 28px; "Times New Roman", Times, serif; font-weight:bold}
h2 {font: 20px; "Times New Roman", Times, serif; font-weight:bold}

#container {
	margin:20 auto 10;
	width:820px;
	height:440px;
	text-align: left;
}

div.header
{
width: 643px;
padding:5px;
color:#339999;
background-color:#ffffff;
background-position:right;
background-repeat:repeat-y;
text-align: right;
float: left;
}
div.footer
{
width: 100%;
height:35px;
margin-left:0;
padding:0.5em;
color:#000000;
background-color:#FFFFCC;
text-align: right;
font-size:12px;
float:left;

clear:none;

}

h1.header
{
padding:0;
margin:0;
}

div.maincontainer
{
width:100%;
margin-left:0;
background-color:
#FFFFFF}

div.content
{
width:643px;
height:355px;
font:16px/1.3;
margin-left:0;
padding:5px;
background-color:#ffffff;
float:left;
overflow: auto;	

}


.float_right{
float:right;}

.float_left{
float:left;}


a {text-decoration: underline; color:#666666}
a:hover{
	text-decoration: underline; color:#006666}

#navcontainer { width: 160px; float:left; background-color:#006666; height:474px; }

#navcontainer2 { width: 160px; float:left; background-color:#006666; height:574px; }

#navcontainer ul
{
margin-top:150px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Times New Roman", Times, serif;
}

#navcontainer a
{

padding: 3px;
width: 160px;
background-color:#006666;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #339999;
color: #fff;
}

