*, html, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #91bc3d;
	font-family: arial, sans-serif;
}

img { border: 0; }
img, div { behavior: url(templates/bright/css/iepngfix.htc) }

ol, ul {
	margin-left: 30px;
	}
	
p {
	margin-left: 15px;
	margin-bottom: 10px;
	}

a {
	color: #fff;
	}
	
h2 {
	margin-top: 10px;
	}
	
a:hover {
	color: #f0f0f1;
	}

a:visited {
	color: #fff;
	}

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width:100%;
	background-image: url(../images/backwrap.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}

#wrapper {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:968px;
	padding: 15px;
	padding-top:0px;
	margin-bottom: 190px;
}

#footer {
	position: absolute;
	display: block;
	bottom: 0;
	padding-top: 40px;
	height: 150px;
	width: 100%;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #91bc3d;
	font-size: 10pt;
	color:#fff;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}

#footer a {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	}
	
#footer a:hover {
	background-color: #ffffff;
	color: #0075b2;
	}
	
	
	
body{
	margin:0;
	background:url(../images/bg-body.gif);
	font:16px Arial, Helvetica, sans-serif;
	color:#fff;
}
img{border:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main{
	width:807px;
	background:#fff;
	margin:0 auto;
	border-left:1px solid #b2b5bc;
	border-right:1px solid #b2b5bc;;
	padding:0 5px;
	height: 100%;
}
#header{
	width:100%;
	overflow:hidden;
}
.top{
	background:url(../images/bg-top.gif) repeat-x;
	height:13px;
	width:100%;
	overflow:hidden;
	margin:0 0 3px;
}
.logo{
	background:url(../images/bg-logo.jpg) no-repeat;
	border-bottom:1px solid #cbc8c3;
	overflow:hidden;
}
.logo a{
	width:378px;
	height:225px;
	display:block;
	text-indent:-9999px;
}
.intro{
	width:753px;
	background:#a81d07;
	padding:5px 40px 3px 14px;
	margin:0 0 5px;
	overflow:hidden;
}
.text-box{
	float:right;
	width:431px;
	padding:18px 0 0;
	overflow:hidden;
}
.text-box h1{
	font-size:21px;
	text-align:right;
	border-bottom:1px solid #a04b3a;
	margin:0 0 6px;
	padding:0 5px 0 0;
}
.text-box p{
	margin:0 0 16px;
	line-height:17px;
	font-size:12px;
}
#nav{
	list-style:none;
	margin:0;
	padding:0;
	width:246px;
}
#nav li{
	background:#c7c7c7 url(../images/bg-nav.gif) no-repeat;
	width:246px;
	display:block;
	margin:0 0 1px 0;
	position:relative;
	vertical-align:middle;
}
#nav li a{
	display:block;
	width:190px;
	font-size:14px;
	color:#313131;
	padding:7px 0 6px 56px;
	text-decoration:none;
}
#nav li a:hover{
	text-decoration:underline;
	display:block;
}
#nav li:hover a,
#nav li.hover a{
	text-decoration:underline;
}
#nav li ul{
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	top:0;
	left:246px;
}
#nav li ul li{
	background-color:#222;
	background-image: none;
	border-bottom:1px solid #a81d07;
	width:246px;
	height:1%;
	display:block;
	margin:0 !important;
}
#nav li ul{
	display:none;
}
#nav li ul li a{
	display:block;
	width:190px;
	padding: 7px 0 6px 26px;
	color: #f0f0f1;
	text-decoration:none !important;
}
#nav li ul li a:hover{
	text-decoration:underline !important;
}
#nav li:hover ul, 
#nav li.hover ul{
	display:block;
}
.primary{
	width:784px;
	background:#c7c7c7;
	overflow:hidden;
	padding:4px 13px 6px 10px;
	margin:0 0 5px;
}
.data{
	background:#55616f;
	width:739px;
	padding:9px 30px 34px 16px;
}
.data h2{
	margin:0 0 16px;
	padding:0 0 0 3px;
	font-size:20px;
}
.data p{
	margin:0 0 16px;
	line-height:17px;
}
.bottom{
	height:36px;
	background:#767779;
	width:100%;
	overflow:hidden;
	text-align: center;
	padding-top: 15px;
	font-size: 8pt;
}
