/* Style Sheet*/

body {
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	color: #31363B;
	letter-spacing: -1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

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

h1 {
	font-size: 28px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}
.bold {
	font-weight: bold;
}


p, ol {
	margin-top: 1.5em;
	line-height: 170%;
}


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

a {
	color: #C11A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

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

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

hr {
	display: none;
}




#wrapper {
	width: 754px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-x left top;
}

#header {
	width: 754px;
	background: url(images/logo.png) no-repeat left top;
	position: relative;
	height: 190px;
}

/* Logo */

#logo {
	width: 754px;
	height: 150px;
	margin: 0 auto;
	background: url(images/logo.png) left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#logo h1 {
	padding: 40px 5px 0 20px;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #31363B;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}

#logo p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #31363B;
}
#logo  date {
	color: #CCCCCC;
	text-align: right;
	font: 7px Arial;
	padding: 5px 0px 0px;
}

#splash {
	background: url(images/tagline.jpg) no-repeat left top;
	height: 213px;
	width: 754px;
	padding-bottom: 2px;
}

/* Header */

#header {
	width: 754px;
	height: 190px;
}

#menu {
	background: url(images/img02.jpg) no-repeat left top;
	height: 40px;
	width: 754px;
	padding-bottom: 2px;
	font-size: 110%;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	position:relative;
	z-index: 100;
	height: 40px;
}

#menu a {
	display: block;
	width: 140px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

#menu a:hover {
	color: #FFFFFF;
	background-color:#3399ff;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}


#menu ul ul {
	position:absolute;
	visibility:hidden;
	background: #0066CC;
	width: 1px;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility:visible;
	width: 160px;
}
#menu table {
	position:absolute;
	top:40px;
	border-collapse:collapse;
}



/** SUBMENU */

#submenu {
	position:absolute;
	right:12px;
	height:45px;
	width:325px;
	top:22px;
}
#submenu a{
	padding-left:15px;
	margin-left: 15px;
	display:block;
	float:left;
	height:30px;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	background-repeat:no-repeat;
}

#submenu a:hover {
	color:#FF6600;
}
#about {
	background: url(images/link_sitemap.gif) 0px 0px;
}
#contact {
	background: url(images/mail.gif) 0px 2px;
}
#login {
	background: url(images/check.gif) 0px 2px;
}

/* Page */

#page {
	width: 754px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 754px;
}
#content h1 {
	margin-top:10px;
}

#home {
	background: url(images/link_home.gif) 0px 0px;
}



/* Sidebar */

#sidebar {
	float: left;
	background: url(images/bluegrad.jpg) repeat-x;
	width: 220px;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
	padding-left: 25px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

#sidebar li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 25px;
	height: 30px;
	text-transform: lowercase;
	font-size: 28px;
	letter-spacing: -1px;
}

#sidebar li p {
	line-height: normal;
}
#sidebar p {
	color: #333333;
	line-height: normal;
	font-size: 90%;
	margin: 10px;
}


/* Footer */

#footer {
	clear: both;
	width: 754px;
	height: 25px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 15px 15px 35px;
	text-align: center;
}


#footer a {
}

#footer .legal {
	float: left;
	font-size: 9px;
}

#footer .credit {
	float: right;
	font-size: 9px;
}
#topPubs {
	right:20px;
	height:54px;
	width:281px;
	top:202px;
	background: url(images/topPub.png) no-repeat left top;
	margin: 0px;
	position: absolute;
}
#topPubs p {
	padding: 0px;
	margin: 5px;
	font: 8pt/normal Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
#topPubs a {
	padding: 0px;
	margin: 5px;
	font: bold 8pt/normal Arial, Helvetica, sans-serif;
	color: #009933;
	text-align: right;
}




#topPubs2 {
	position:absolute;
	right:20px;
	height:54px;
	width:281px;
	top:260px;
	background: url(images/topPub.png) no-repeat left top;
	padding: 0px;
	margin: 0px;
}
#topPubs2 p {
	padding: 0px;
	margin: 5px;
	font: 8pt/normal Arial, Helvetica, sans-serif;
	color: #000000;
}
#topPubs2 a {
	padding: 0px;
	margin: 5px;
	font: bold 8pt/normal Arial, Helvetica, sans-serif;
	color: #009933;
	text-align: right;
}

#topPubs3 {
	position:absolute;
	right:20px;
	height:54px;
	width:281px;
	top:315px;
	background: url(images/topPub.png) no-repeat left top;
	padding: 0px;
	margin: 0px;
}
#topPubs3 p {
	padding: 0px;
	margin: 5px;
	font: 8pt/normal Arial, Helvetica, sans-serif;
	color: #000000;
}
#topPubs3 a {
	padding: 0px;
	margin: 5px;
	font: bold 8pt/normal Arial, Helvetica, sans-serif;
	color: #009933;
	text-align: right;
}
#google {
	position:absolute;
	right:82px;
	height:40px;
	width:450px;
	top:516px;
	border-width: 1px;
	border-color: #CCCCCC;
}
#contentPages {
	float: right;
	width: 500px;
	margin: 10px 15px 10px 10px;
	font-weight: normal;
}
#contentPages p {
	line-height: normal;
	font-weight: normal;
}

#collumnone {
	float: left;
	width: 175px;
	border: 0.5px solid #999999;
	background: #F2F9FF;
	margin-right: 3px;
	margin-left: 3px;
	height: 350px;
}
#collumnone h3 {
	margin-right: 7px;
	margin-left: 5px;
	color: #50858F;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
#collumnone p {
	margin-right: 7px;
	margin-left: 5px;
	color: #333333;
	text-align: center;
	font: bold 11px/normal Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#contentPages li {
	list-style: square;
}
#contentPages li li {
	list-style: disc;
}

.bluebox {
	color: #000000;
	background: #C4D5D2;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	line-height: normal;
	border-top: .5px dashed #000033;
}
.greenBox {
	color: #000000;
	background: #BCDCC0;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	line-height: normal;
	border-top: .5px dashed #000033;
}.orangeBox {
	color: #000000;
	background: #FF9933;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	line-height: normal;
	border-top: .5px dashed #000033;
}
.redBox {
	color: #FFFFFF;
	background: #990000;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	line-height: normal;
	border-top: .5px dashed #000033;
}
h5 {
	margin-right: 10px;
}

.bold_sub {
	font-weight: bold;
}
.required {
	color: #F00;
	font-weight: bolder;
	font-size: 125%;
}

