body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-image:url(../images/background_repeat.gif);
}

#site2 {
	top: 25px;
	left: 50%;
	margin-left: -414px;
	position: relative;
	width: 828px;
	height: auto;
	padding: 10px;
	background-image: url(../images/bordertop.png);
	background-repeat: no-repeat;
	background-position: top;
}
#site{
	width: 796px;
	height: auto;
	position: relative;
	top: 25px;
	left: 50%;
	margin-left: -398px;
	padding: 16px;
	margin-bottom: 16px;
	background-color: #FFFFFF;
	border: 1px solid #dbd8bd;
}

#header{
	top: 0px;
	left: 0px;
	position: relative;
	width: 797px;
	height: 195px;
}

#navigation{
	top: 0px;
	left: 0px;
	position: relative;
	width: 797px;
	height: 15px;
	padding: 8px 0px 7px 0px;
	margin: 0px;
	border-top: 2px solid #dbd8bd;
	border-bottom: 2px solid #dbd8bd;
	text-align: center;
	
}
#navigation ul{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
#navigation li{
	padding: 8px 15px 7px 15px;
	margin: 0px;
	height: 30px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

#content{
	top: 0px;
	left: 0px;
	position: relative;
	width: 797px;
	height: auto;
	padding: 10px 0px 10px 0px;
}

#printBtn {
	top: 16px;
	left: 487px;
	position: absolute;
}

#contentInfo{
	top: 0px;
	left: 0px;
	position: relative;
	width: 500px;
	min-height: 283px;
	padding: 20px 20px 20px 20px;
	height: auto;
	background-image: url(../images/background_text.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#contentTitle{
	top: 0px;
	left: 0px;
	position: relative;
	width: 475px;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding-bottom: 10px;
}
#contentTitle P{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#contentText{
	top: 0px;
	left: 0px;
	position: relative;
	width: 475px;
	height: auto;
	min-height: 290px;
	color: #000000;
	font-size: 12px;
}

#sideBarText{
	top: 0px;
	left: 0px;
	position: relative;
	width: 227px;
	height: auto;
	padding: 15px;
}


#sideBottom{
	top: 0px;
	left: 540px;
	position: relative;
	width: 257px;
	height: 50px;
}
#sideBarHeader{
	top: 0px;
	left: 0px;
	position: relative;
	width: 220px;
	height: 20px;
	background-color: #337a9d;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../images/sidenav_btn.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 37px;
}
#sideBarHeader2{
	top: 0px;
	left: 0px;
	position: relative;
	width: 220px;
	height: 20px;
	background-color: #669bb5;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../images/sidenav_btn.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 37px;
}


#footer{
	top: 0px;
	left: 0px;
	position: relative;
	width: 797px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-color: #c8d4e3;
	text-align: right;
}
#footer ul{
	list-style-type:none;
	padding: 8px 5px 0px 0px;
	margin: 0px;
}
#footer li{
	padding: 0px 5px 0px 5px;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}
#footer a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color: #337a9d;
}
#fullScreen{
	top: 225px;
	left: 578px;
	position: absolute;
	width: 131px;
	height: 32px;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}
a:hover{
	color: #003366;
}
.showPointer{
	cursor:pointer;
}
.formField{
	width: 140px;
	height: 19px;
	border: 1px solid #5d5e67;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 1px;
}
.sideBoxColor{
	background-color: #c8d4e3;
}

.drop_down_menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	font-size: 11px;
	width:167px;
	color: #FFFFFF;
}

.drop_down_menu ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-color: #c8d4e3;
	border-left: 1px solid #337a9d;
	border-right: 1px solid #337a9d;
	border-bottom: 1px solid #337a9d;
	border-top: 1px solid #337a9d;
	width:167px;
	color: #FFFFFF;
}
.drop_down_menu li
{
	padding: 3px;
}

.drop_down_menu a:link, .drop_down_menu a:visited, .drop_down_menu a:active
{
    color: #000000;
    text-decoration: none;
		font-weight: normal;
}

.drop_down_menu a:hover
{
    color: #337a9d;
    text-decoration: none;
}