body {
	font: normal 10px Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#split .header {background: url(../images/content_split_top.png) no-repeat left bottom;}
#split .content {	background: url(../images/content_split_stretch.png) repeat-y left top;}
#split .footer {	background: url(../images/content_split_bottom.png) no-repeat left top;}
#split .content #main {
	float: left;
	width: 485px;
}

.header {
	background: url(../images/content_top.png) no-repeat left bottom;
	width: 850px;
	margin: 0;
	height: 29px;
	overflow: hidden;
}
.title { font-size: 3em; padding: 50px 20px 0; display: block; color: #fff;}

/*----------Content----------*/
.content {
	width: 780px;
	float: left;
	padding: 0 10px;
	margin: 0;
	background: url(../images/content_stretch.png) repeat-y left top;
}
.content .navigation {
	width: 241px;
	padding: 0;
	float: left;
	margin: 0 5px;
	display: inline;
}
.container .content .right {float: right;}
.content .navigation ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0 10px 20px;
	background: url(../images/navigation_bottom.gif) no-repeat left bottom;
}
.content .navigation ul li{
	margin: 0;
	padding: 6px 5px 6px 25px;
	font-size: 1.2em;
}
.content .navigation ul li a {
	text-decoration: none;
}
.content .navigation h2{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6em;
	margin: 0;
}
ul li a { color: #333; display:block; }
ul li a:hover { color: #888; }
/*----------Green nav----------*/
.green h2 { background: url(../images/green_navheader.gif) no-repeat; }
.green ul li{ background: url(../images/green_nav_a.gif) no-repeat; }
/*----------Blue nav----------*/
.blue h2 { background: url(../images/blue_navheader.gif) no-repeat; color: #fff;}
.blue ul li{ background: url(../images/blue_nav_a.gif) no-repeat; }
/*----------Dark Gray nav----------*/
.gray h2 { background: url(../images/darkgray_navheader.gif) no-repeat; color: #fff;}
.gray ul li{ background: url(../images/blue_nav_a.gif) no-repeat; }
.blue ul li{ background: url(../images/blue_nav_a.gif) no-repeat; }
/*----------Brown nav----------*/
.brown h2 { background: url(../images/brown_navheader.gif) no-repeat; color: #fff;}
.brown ul li{ background: url(../images/brown_nav_a.gif) no-repeat; }

/*----------Main Content----------*/
.content #main {
	float: left;
	width: 495px;
	margin: 0 15px;
	font-size: 1.2em;
	display: inline;
}
.content #main h1, .content #main h2, .content #main h3, .content #main h4 {
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
}
.content #main h1 {
	background: url(../images/hr.gif) repeat-x left bottom;
	font-size: 2.2em;
}
.content #main h2 {
	font-size: 1.8em;
}
.content #main h3 {
	font-size: 1.6em;
	color: #555;
}
.content #main h4 {
	font-size: 1.4em;
	color: #555;
}
.content #main .date { color: #999; }
.content #main a {color: #005ebc;}
.content #main p {
	margin: 5px 0;
	padding: 5px 0;
	line-height: 1.8em;
}



/*----------Footer----------*/
.footer{
	width: 760px;
	float: left;
	padding: 30px 20px 20px;
	background: url(../images/content_bottom.png) no-repeat left top;
	color: #fff;
	text-align:center;
	font-size: 1.2em;
}

