/* 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;
}

.pagebodyleft{
	width: 711px;
	border: solid #666 1px;
	float: left;
	padding: 10px;
	text-align: justify;
	background-color: #FFFFFF;
}

.pagebodyleft h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003366;
	margin-top: 0px;
}

.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: 2px; 
}

img.floatRight { 
    float: right; 
    margin-right: 5px; 
	margin-bottom: 3px; 
}

.signature {
	font-family:"Rage Italic";
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.staffbox{
	float: left;
	width: 711px;
}

.staffpic{
	float: left;
	width: 100px;
	height: 115px;
}

.stafftextcolumn1{
	float: left;
	width: 349px;
	margin: 0 10px 10px 0;
	border: 1px #D4D0C8 solid;
	background-image: url(../images/staffboxbg.jpg);
	height: 115px;
	background-repeat: repeat-y;
	padding: 0 0 0 0;
}	

.stafftextcolumn2{
	float: left;
	width: 348px;
	margin: 0 0 10px 0;
	border: 1px #D4D0C8 solid;
	background-image: url(../images/staffboxbg.jpg);
	height: 115px;
	background-repeat: repeat-y;
}	

.stafftext_box {
	float: left;
	width: 248px;
	padding-top: 25px;
	height: 90px;
}

.stafftext_box h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #000000;
}

.stafftext {
	font-size: 12px;
	float: left;
	width: 248px;
	height: 90px;
}

