@charset "UTF-8";

* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
a {
	color:#444;
	}
a:hover {
	text-decoration:none;
	}
p {
	margin-bottom:15px;
	}
h1 {
	color:#41597c;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:1.4em;
	font-weight:normal;
	}
h2 {
	color:#41597c;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.4em;
	font-weight:normal;
	}
hr {
	width:99%;
	border-color:#e19b38;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin:12px auto;
	}
body {
	color:#444;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:1.2em;
	background:#667a96 url(../images/body_rpt.jpg) top left repeat-x;
	}
#container {
	width:936px;
	margin:0 auto;
	background:#fff url(../images/main_bkgrnd.jpg) top center no-repeat;
	}
#header {
	width:936px;
	height:164px;
	}
.logo {
	width:304px;
	height:164px;
	float:left;
	display:inline;
	margin-left:100px;
	margin-bottom:0;
	}
.tabs {
	color:#fff;
	font-weight:bold;
	font-size:1.6em;
	line-height:1.2em;
	float:right;
	display:inline;
	margin-right:40px;
	margin-top:28px;
	}
.tabs li {
	display:inline;
	margin-left:85px;
	}
.tabs a {
	color:#fff;
	text-decoration:none;
	}
.tabs a:hover {
	color:#4a5e7c;
	}
.paybill {
	width:110px;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.3em;
	text-align:center;
	float:right;
	display:inline;
	margin:30px 60px 0 0;
	}
.paybill a {
	color:#fff;
	text-decoration:none;
	}
.paybill a:hover {
	text-decoration:underline;
	}
	
#nav {
	width:936px;
	height:47px;
	color:#fff;
	font-size:1.4em;
	line-height:1.2em;
	}
#nav ul {
	margin-top:22px;
	margin-left:20px;
	float:left;
	display:inline;
	}
#nav li {
	display:inline;
	margin:0 7px;
	}
#nav li a {
	color:#fff;
	text-decoration:none;
	}
#nav li a:hover {
	color:#4a5e7c;
	}
	

#nav .planning {
	width:149px;
	height:35px;
	overflow:hidden;
	display:block;
	margin-left:107px;
	margin-bottom:0;
	float:left;
	display:inline;
	}
#nav .planning a {
	text-indent:-1000em;
	overflow:hidden;
	display:block;
	height:35px;
	background: url(../images/planning.jpg) top center no-repeat;
	}
#nav .planning a:hover {
	background:url(../images/planning.jpg) bottom center no-repeat;
	}

#content {
	width:936px;
	margin-top:15px;
	background:#fff url(../images/content_rpt.jpg) 650px 0 repeat-y;
	}
#left_side {
	width:633px;
	margin-left:20px;
	float:left;
	display:inline;
	font-size:1.2em;
	line-height:1.5em;
	}
	
.body_content {
	width:613px;
	padding-bottom:20px;
	padding-right:20px;
	background:url(../images/1040_bkgrnd.jpg) bottom right no-repeat;	
	min-height:400px;
	height:auto !important;	
	height:400px;	
	}
.body_content_btm {
	width:612px;
	margin:10px 0;
	color:#8194b1;
	text-align:center;
	}
.body_content_btm li {
	display:inline;
	margin:0 3px;
	}
.body_content_btm a {
	color:#8194b1;
	text-decoration:none;
	}
.body_content_btm a:hover {
	text-decoration:underline;
	}

#right_side {
	width:252px;
	padding:0 10px 200px 20px;
	font-size:1.2em;
	line-height:1.6em;
	float:right;
	display:inline;
	background:url(../images/right_bkgrnd.jpg) center bottom no-repeat;
	}
#right_side li {
	list-style-type:none;
	}
#right_side h2 {
	margin-bottom:5px;
	}
	
#footer {
	width:906px;
	height:12px;
	padding:5px 15px;
	color:#fff;
	margin:0 auto;
	background:url(../images/footer_bkgrnd.jpg) no-repeat;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

.img {
	margin:0 0 0 10px;
	}
.right {
	float:right;
	display:inline;
	}
.left {
	float:left;
	display:inline;
	}
		
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}