/* screen.css file */

body {
	background: white url(../images/wrap.png) repeat center top;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font: normal normal 16px/120% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

div#Wrap {
	background: white url(../images/topbkgd.gif) repeat-x left top;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #36488e;
	border-top-color: white;
	border-bottom-color: white;
}

div#Header {
	/*background: white url(../images/logo.gif) no-repeat left top;*/
	width: 786px;
	height: 119px;
	_height: 110px;
	margin: 0 auto;
}

div#Header h1.logo,
div#Header h2.tagline,
div#Slogan p.tagline {
	text-indent: -2400px;
	line-height: 0;
}

div#TopImg {
	width: 786px;
	height: 268px;
	margin: 0 auto;
}

div#Main {
	margin-bottom: 12px;
}

div#Nav {
	width: 786px;
	margin: 0 auto;
	padding: 0;
}

div#TopNav {
	width: 786px;
	float: left;
	padding: 0;
	margin-bottom: 6px;
	_margin-bottom: -6px;
	background: transparent url(../images/nav.gif) repeat-x center center;
	height: 48px;
	_height: 32px;
	display: block;
}

div#MidNav {
	clear: both;
	margin-top: -15px;
	margin-bottom: 0;
}

div#MidNav ul#nav {
	/*clear: both;*/
	height: 120px;
	margin-bottom: 0;
}

div#MidNav ul#nav li {
	float: left;
	list-style-type: none;
	display: block;
	width: 194px;
	height: 120px;
	margin: 0 3px 0 0;
	padding: 0;
}

div#MidNav ul#nav li.last {
	float: right;
	list-style-type: none;
	display: block;
	width: 195px;
	height: 120px;
	margin: 0;
	padding: 0;
}

div#MidNav ul#nav li a.mid1 {
	float: left;
	background-image: url(../images/button1.jpg);
	width: 194px;
	height: 120px;
	text-indent: -2400px;
}

div#MidNav ul#nav li a.mid1:hover {
	background-image: url(../images/button1_over.jpg);
}

div#MidNav ul#nav li a.mid2 {
	float: left;
	background-image: url(../images/button2.jpg);
	width: 194px;
	height: 120px;
	text-indent: -2400px;
}

div#MidNav ul#nav li a.mid2:hover {
	background-image: url(../images/button2_over.jpg);
}

div#MidNav ul#nav li a.mid3 {
	float: left;
	background-image: url(../images/button3.jpg);
	width: 194px;
	height: 120px;
	text-indent: -2400px;
}

div#MidNav ul#nav li a.mid3:hover {
	background-image: url(../images/button3_over.jpg);
}

div#MidNav ul#nav li a.mid4 {
	float: left;
	background-image: url(../images/button4.jpg);
	width: 195px;
	height: 120px;
	text-indent: -2400px;
}

div#MidNav ul#nav li a.mid4:hover {
	background-image: url(../images/button4_over.jpg);
}

div#ContainerWrap {
	width: 786px;
	margin: 0 auto 18px auto;
	clear: both;
}

div#Container {
	display: block;
	background: white url(../images/rulebkgd.gif) repeat-y center top;
	float: left;
}

div#ContentWrap {
	padding: 0;
	float: left;
	width: 585px;
	/*border-right: 1px solid #ba8a52;*/
}

div#Content {
	margin-right: 24px;
	margin-top: 24px;
}

h1 {
	color: #36488e;
	margin-bottom: .5em;
	font: bold 1.8em/120% "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

h2 {
	color: #36488e;
	line-height: 120%;
	font: bold 1.6em/120% "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

h3 {
	color: #36488e;
	margin-bottom: .5em;
	font: bold 1.4em/120% "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

h4 {
	color: #36488e;
	line-height: 120%;
	margin-bottom: .5em;
	font: bold 1.2em/120% "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

h5 {
	font-size: 1.1em;
	line-height: 120%;
	margin-bottom: .5em;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	line-height: 120%;
	margin-bottom: .5em;
	font-weight: bold;
}

p, ul {
	font-size: .9em;
	line-height: 140%;
	margin: 1em 0;
}

li {
	margin: .5em 0 .5em 3em;
	list-style-position: outside;
	list-style-type: disc;
}

div#SideBar {
	padding: 0;
	float: left;
	width: 194px;
	margin-left: 6px;
}

div#SideBarNav ul#nav li {
	list-style-type: none;
	display: block;
	width: 194px;
	height: 120px;
	padding: 0;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 0;
	margin-left: 0;
}

div#SideBarNav ul#nav {
	margin-top: -4px;
}

div#SideBarNav ul#nav li a.mid1 {
	background-image: url(../images/button1.jpg);
	width: 194px;
	height: 120px;
	text-indent: -2400px;
	display: block;
	/*margin-top: -12px;*/
}

div#SideBarNav ul#nav li a.mid1:hover {
	background-image: url(../images/button1_over.jpg);
}

div#SideBarNav ul#nav li a.mid2 {
	background-image: url(../images/button2.jpg);
	width: 194px;
	height: 120px;
	text-indent: -2400px;
	display: block;
	/*margin-bottom: 4px;
	margin-top: 4px;
	_margin-top: 12px;*/
}

div#SideBarNav ul#nav li a.mid2:hover {
	background-image: url(../images/button2_over.jpg);
}

div#SideBarNav ul#nav li a.mid3 {
	background-image: url(../images/button3.jpg);
	width: 194px;
	height: 120px;
	text-indent: -2400px;
	display: block;
	/*margin-bottom: 4px;
	margin-top: 4px;*/
}

div#SideBarNav ul#nav li a.mid3:hover {
	background-image: url(../images/button3_over.jpg);
}

div#SideBarNav ul#nav li a.mid4 {
	background-image: url(../images/button4a.jpg);
	width: 194px;
	height: 120px;
	text-indent: -2400px;
	display: block;
	/*margin-bottom: 4px;
	margin-top: 4px;*/
}

div#SideBarNav ul#nav li a.mid4:hover {
	background-image: url(../images/button4a_over.jpg);
}

div#SideBarText {
	padding-left: 3px;
}

div#SideBarText h4 {
	margin-top: 1em;
}

div#SideBarText p {
	font-size: .9em;
	line-height: 130%;
	margin: .5em 0;
}

div#Footer {
	height: 42px;
	padding: 0;
	clear: both;
	text-align: center;
	font-size: .7em;
	line-height: 1.5em;
	margin-top: 24px;
}

div#Footer p {
}

div#Footer a {
	color: #36488e;
}

div#Footer a:hover {
	color: #36488e;
	text-decoration: none;
}

/* Clear Floated Elements ================ */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


