* {
	margin: 0;
	padding: 0;
}

body {
	background: #F4F4F4 url(images/body_bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #777777;
}

h1, h2 {
	margin-bottom: 1.4em;
	font-family: Arial, Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #6C7B90;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-weight:bolder;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666677;
	margin-bottom:1em;
}

h4 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #888899;
	font-weight: bold;
}

p {
	margin-bottom:1em;
}

ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a:link {
	color: #346086;
}

a:visited {
	color: #346086;
}

a:active {
	color: #346086;
}

a:hover {
	color: #8888BB;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

input, textarea {
	background: #FFFFFF url(images/input_bg.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

#wrapper {
	width:960px;
	margin:0 auto;
	background-color:#F3F3F3;
	border:1px solid #91a5c1;
}

/* Menu */

#banner {
	float:left;
	width: 910px;
	height:20px;
	color:#FFF;
	padding:162px 25px 8px 25px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

#banner ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#banner li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/nav_divider.gif) no-repeat left center;
}

#banner li.first {
	background: none;
}

#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.credit a:link, 
.credit a:visited, 
.credit a:active {
	color:#FF6600;
}

.credit a:hover {
	color:#FFCC66;
}

#middle {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	float:left;
}

#left {
	float:left;
	width:720px;
}

#right {
	float:right;
	width:180px;
}

.content_box_header {
	float:left;
	width:694px;
	border:3px solid #DDD;
	background-color:#F3F3F3;
	padding:10px;
	background-image:url(images/stripe_bg.png);
	background-repeat:repeat-x;
}

.content_box {
	float:left;
	width:698px;
	border:1px solid #DDD;
	background-color:#FFFFFF;
	padding:10px;
	background-image:url(images/box_bg.jpg);
}

.sidebar_box_header {
	float:left;
	width:154px;
	border:3px solid #DDD;
	background-color:#F3F3F3;
	padding:10px;
	background-image:url(images/stripe_bg.png);
	background-repeat:repeat-x;
}

.sidebar_box {
	float:left;
	width:158px;
	border:1px solid #DDD;
	background-color:#FFFFFF;
	padding:10px;
	background-image:url(images/box_bg.jpg);
}

/* Footer */

#footer {
	clear:both;
	width:900px;
	margin:0;
	height:40px;
	padding:26px 30px 0px 30px;
	border-bottom:10px solid #6C7B90;
	background-color:#F3F3F3;
	background-image:url(images/stripe_bg.png);
	background-repeat:repeat-x;
	border-top:3px solid #DDD;
	
}

#footer p {
	margin: 0;
	line-height: normal;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

#footer a {
	color: #222244;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}