*, html, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: arial, sans-serif;
}

body.site {
	background-image: url(../images/body_site.gif);
	background-repeat: repeat-x;
	background-position: 0 126px;
	}

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: #113463;
	}
	
h2 {
	margin-top: 10px;
	}
	
a:hover {
	color: #1f5eb1;
	}

a:visited {
	color: #5a37ae;
	}

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width:100%;
	background-repeat: repeat-x;
	background-position: bottom center;
}

div.wrapper {
	background-image: url(../images/site_below.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	min-height: 100%;
	margin-bottom: 260px;
	}
	
div.wrapper div.content {
	margin: 0 auto;
	width: 940px;
	border-top: 0px;
	padding: 20px;
	min-height: 500px;
	position: relative;
	padding-left: 40px;
	}

#footer {
	position: absolute;
	bottom: 0px;
	padding-top: 0px;
	height: 240px;
	width: 100%;
	font-family: helvetica, arial, sans-serif;
}

#footer div.main {
	margin: 0 auto;
	background-color: #fff;
	width: 940px;
	color: #222;
	border: 1px solid #ccc;
	border-bottom: 0px;
	height: 200px;
	padding: 20px;
	font-size: 9pt;
	}

#footer a {
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	margin-top: 35px;
	color: #333;
	}
	
#footer div.links {
	float: left;
	width: 190px;
	}
	
#footer div.links ul {
	list-style: none;
	margin: 0;
	}
	
#footer div.newsletter {
	width: 370px;
	float: left;
	}
	
#footer form fieldset {
	border: 0;
	}
	
#footer form fieldset legend {
	font-weight: bold;
	padding-bottom: 15px;
	}
	
#footer form ol li {
	float: left;
	width: 160px;
	}
	
#footer form ol li label {
	display: block;
	}
	
#footer form ol {
	margin: 0;
	list-style: none;
	}
	
#footer form ol li input {
	font-size: 9pt;
	border: 1px solid #ccc;
	padding: 4px;
	}
	
#footer form ol li.submit {
	padding-top: 15px;
	padding-left: 218px;
	clear: both;
	}