/* CSS Document */

a:link {color: #003366; text-decoration: underline}
a:visited {color: #003366; text-decoration: underline}
a:hover {color: #666666; text-decoration: underline}
a:active {color: #003366; text-decoration: underline}

body {
	margin-left:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(../images/background.jpg);
	text-align: center;
	background-repeat:repeat-x
}

.pageframe {
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.logobar{
	width: 743px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
	float: none;
	height: 90px;
}

.logoleft{
	float: left;
}

.logocenter{
	float: left;
}

.logoright{
	float: left;
}

.menu_container {
	width: 753px;
	float: left;
	height: 27px;
}


.body_container {
	width: 733px;
	float: left;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bodyleft_container {
	width: 497px;
	float: left;
	
}

.pagebodyleft{
	width: 497px;
	border: solid #666 1px;
	float: left;
	padding: 5px;
	text-align: justify;
}

.pagebodyleft h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003366;
	margin-top: 0px;
}

.pagebodyleft p{margin-top: 7px; margin-bottom: 7px;}

.pagebodyright {
	width: 200px;
	border: solid #666 1px;
	float: right;
	padding: 5px;
	margin-bottom: 10px;
}

.pagebodyright p{margin-top: 7px; margin-bottom: 7px;}

.pagebodyright2 {
	width: 200px;
	border: solid #666 1px;
	float: right;
	padding: 5px;
	margin-bottom: 10px;
}

.pagebodyright2 p{margin-top: 7px; margin-bottom: 7px;}

.pagebodyright3 {
	width: 200px;
	border: solid #666 1px;
	float: right;
	padding: 5px;
}

.pagebodyright3 p{margin-top: 7px; margin-bottom: 7px;}

.pagebodybottom {
	width: 721px;
	border: solid #666 1px;
	float: left;
	font-size: 9px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.pagebodybottom p{margin-top: 2px; margin-bottom: 2px;}

img.floatLeft { 
    float: left; 
    margin-right: 5px; 
	margin-bottom: 3px; 
}
img.floatRight {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	border-color: #666666;
}

