/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg_body2.jpg) no-repeat center 135px;
	font:.8em/1.5em arial, helvetica, sans-serif;
	text-align: center;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	padding:0 0 10px 0;
	letter-spacing:-1px;
	font:2em arial, helvetica, sans-serif;
}

h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.5em arial, helvetica, sans-serif;
}

h3 {
	font:1em arial, helvetica, sans-serif;
	font-weight:bold;
}

p, ul, ol {
	color: #4E4E4E;
	margin:0;
	padding:0 0 18px 0;
}

blockquote {
	margin:22px 40px;
	padding:0;
}

ul, ol {
	list-style:none;
	padding:0 0 18px 40px;
}

small {font-size:0.85em;}

img {border:0;}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {text-decoration:none;}
a:hover {text-decoration: underline;}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea {font:1em arial, helvetica, sans-serif;}

textarea {line-height:1.25;}

label {cursor:pointer;}

/***** Tables *****/

table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}

table tr td {
	padding:2px;
	vertical-align: top;
}

/***** Layout *****/

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#header {
	color: #fff;
	height: 135px;
	position: relative;
}

#header a#home {
	display: block;
	height: 90px;
	position: absolute;
	left: 130px;
	top: 20px;
	width: 300px;
}

#header a#home span {display: none;}

#header ul {
	position: absolute;
	top: 10px;
	right: 150px;
}

#header li {
	float: left;
	margin: 0px 10px;
}

#header li a {
	color: #fff;
}

#header table {
	position: absolute;
	top: 50px;
	left: 570px;
}

#header span#quicklinks {
	color: #C7E126;
	font-weight: bold;
}

#main {
	margin: 0 0 0 102px;
	width: 787px;
}

#content h1 {color: #204B6B;}

#content a {color: #204B6B;}

#footer {
	clear: both;
	color: #8A8A8A;
	padding: 30px 10px 10px 10px;
}

#footer li {
	display: inline;
	margin: 0 10px 0 0;
}
#footer a{color:#666666;text-decoration:underline;}