body {
	background-color:#CCCCCC;
	background-image: url(../images/body_bg.jpg);
}

#container {
	width: 760px;
	background-color: #FFFFFF;
}
#content {
	clear:both;
}
#header {
	width: 760px;
}

#logo {
	width: 293px;
	height: 290px;
	float: left;
	background-image: url(../images/left_banner_mid.jpg);
}

#bannerImage {
	width: 467px;
	height: 251px;
	float: right;
	background-image: url(../images/banner_image.jpg);
}

#left_banner_top {
    width: 293px;
	height: 21px;
	background-image: url(../images/left_banner_top.jpg);
	padding: 0px;
	}

#left_banner_low {
	width: 293px;
	height: 15px;
	background-image: url(../images/left_banner_low.jpg);
	padding: 0px;
    }
	
#left_banner_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 237px;
	height: 134px;
	text-align: center;
	padding: 0px;
    }
	
#nav {
    width: 467px;
    height: 39px;
    background-image: url(../images/nav_bg.jpg);
	float: right;
	text-align: center;
}

#nav ul{
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-top: 8px;
   margin: 0px;
   white-space: nowrap;
   color: #FFF;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding-left : 10px;
   padding-right : 10px;
   color : #020503;
   text-decoration: none;
}
#nav ul li a:hover{
   color : #000066;
}

#main_content {
    background-color: #FFFFFF;
	width: 760px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#left_main {
	width: 293px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#right_main {
	width: 447px;
	float: right;
	text-align: left;
}

#subrightmain {
	width: 447px;
	float: right;
	text-align: left;
}

#footer {
   width: 760px;
   height: 42px;
   background-image: url(../images/footer_bg.jpg);
   clear: both;
}

#footer ul{
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-top: 20px;
   margin: 0px;
   white-space: nowrap;
   color: #FFF;
   float: left;
}
#footer ul li{
   display : inline;
}
#footer ul li a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding-left : 10px;
   padding-right : 10px;
   color : #999999;
   text-decoration: none;
}
#footer ul li a:hover{
   color : #000066;
}

.mainText {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	padding: 5px;
}
.sideboxText {
	font-family: Trebuchet, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.HeaderText {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.boldedText {
	font-family: Trebuchet, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}


#boxed_content {
	width: 260px;
	border: 1pt solid #000000;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
	text-align: left;
}
.blackborder {
	border: 1px solid #000000;
}
.list {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
