/* CSS Document */

	/* lay-out */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* = 10px */
	background-color: #FFFFDD;
	margin: 0;
}

#main_container{
	margin: 0 auto;
	width: 800px;
}

#header{
	width: 100%;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	margin-top: 10px;
}

#menu{
	height: 26px;
	position: relative;
	left: 120px;
	top: 140px;
	border: 1px solid #003399;
	background-color: #FFFFCC;
	padding: 4px 0px 2px;
	color: #003399;
	width: 553px;
	text-align: center;
}

#content_container{
	float: left;
	width: 100%;
	margin-bottom: 16px;
	font-family: Verdana;
	font-size: 11px;
	color: #003399;
}

#content_left{
	float: left;
	background-color: #FFFFCC;
	border: 1px solid #003399;
	width: 252px;
	padding: 7px;
	margin-left: 3px;
	height: 450px;
	overflow: auto;
	position: relative;
	z-index: auto;
}

#content_right{
	background-color: #FFFFCC;
	width: 490px;
	padding: 7px;
	border: 1px solid #003399;
	float: right;
	margin-right: 3px;
	height: 450px;
	overflow: auto;
	z-index: auto;
	position: relative;
}

#footer_container{
	float: left;
	width: 100%;
	height: 20px;
	border-top: 1px solid #003399;
	font-size: 1em;
	color: #003399;
}

#footer_left{
	float: left;
	padding: 5px;
}

#footer_right{
	float: right;
	padding: 5px;
}

	/* text & headers */

h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	text-indent: 5px;
}

h2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
}

h3{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
}

h4{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
}

p{
	text-align: justify;
	padding-bottom: 5px;
	padding-top: 0px;
}

hr{
	height: 1px;
}

	/* images */

img{
	border: 1px solid #003399;
}

img.left{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

img.left2{
	float: left;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.right{
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
}

img.right2{
	float: right;
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.flash_right{
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
	border: 1px solid #003399;
}

	/* scrollbar */
	
div{ 
scrollbar-arrow-color:#003399; 
scrollbar-track-color:#FFFFCC; 
scrollbar-face-color:#FFFFCC; 
scrollbar-highlight-color:#003399; 
scrollbar-3dlight-color:#FFFFCC; 
scrollbar-darkshadow-color:#FFFFCC; 
scrollbar-shadow-color:#003399; 
}

	/* links */

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	color: #003399;
	text-decoration: underline;
}

a:hover, a:active{
	color: #003399;
	text-decoration: none;
}

a.menu{
	font-family: "Trebuchet MS";
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 15px 2px;
	border: 1px solid #3366FF;
}

a.menu:link{
	color: #003399;
	text-decoration: none;
}

a.menu:visited{
	text-decoration: none;
	color: #003399;
}

a.menu:hover{
	color: #FFFFCC;
	text-decoration: none;
	background-color: #003399;
}
a.menu:active{
	color: #FFFFCC;
	background-color: #003399;
}


a.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.footer:link, a.footer:visited{
	color: #003399;
	text-decoration: none;
}

a.footer:hover, a.footer:active{
	color: #003399;
	text-decoration: underline;
}
.border {
	border: 1px solid #003399;
}

