/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
    text-align: center;
	margin-top: 0px;
	background: url(images/bg_body.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-color: #0F3037;
	font-family: arial, sans serif;
	font-size: 13px;
	line-height: 120%;
	}
img {
	border: 0px;
	}
a {
	color:#006042;
	text-decoration:none;
	}
a:hover {
	color:#FFB409;
	text-decoration:underline;
	}
ul {
	margin-top: 0px;
	list-style: disc;
	}
h1 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:7px;
	color:#283A50;
	letter-spacing:1px;
	font-weight:800;
	text-variant:smallcaps;
	}
h2 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:7px;
	color:#283A50;
	line-height: 105%;
	font-weight:800;
	}
/*****************************************
  LAYOUT FRAMEWORK
*****************************************/
#container {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
/*****************************************
  HEADER
*****************************************/
#header {
	height:145px;
	background: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	}
	#header a {
		color:#FFEF92;
		font-weight:800;
		}
	#header a:hover {
		color:#FFFFFF;
		font-weight:800;
		}
/*****************************************
  BODY / MAIN CONTENT
*****************************************/
#body {
	background: url(images/bg_interior.jpg);
	background-repeat: repeat_y;
	}
#nav {
	background: url(images/bg_nav.jpg);
	background-repeat: repeat;
	float:left;
	width:165px;
	}
#main {
	background-color:#D4E9EC;
	width:620px;
	float:left;
	}

/*****************************************
  FOOTER
*****************************************/
#footer {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	padding-top:5px;
	background: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	width:785px;
	height:31px;
	color:#FFFFFF;
	font-size:8pt;
	line-height:100%;
	}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFB409;
	text-decoration: underline;
	}

/*****************************************
  BROWSER FIXES
*****************************************/

.floatfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
	}
/* End hide from IE-mac */
