@charset "utf-8";
/* CSS Basic Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial,sans-serif;
    font-size: .8em;
}

h3 {
	font-size: 1.5em;
	margin-left: 10px;
}

h4 {
	padding: 5px;
	margin: 10px 0 10px 0;
	font-size: 1.3em;
}

h5 {
	margin: 10px 0 0 10px;
	font-size: 0.9em;
}

a {
	color: #003F87;
	font-weight: bold;
}

a:hover {
	color:#CC0000;
}

a:visited {
	text-decoration: none;
}

	
p {
	line-height: 1.3em;
	padding: 10px;
}

ul {
	list-style-type: none;
}

hr {
	border-top: dashed 1px #000000;
}

.italics {font-style: italic;}
.bold {font-weight: bold;}
.red {color: #C00; font-weight: bold;}
.green {color: #00CD00; font-weight: bold;}
	
#wrap {
	margin: 0 auto 0 auto;
	width: 1000px;
}

#top {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}

#top h2 {
	color: #CC0000;
	font-size: 2.3em;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#headerLeft {
	position: absolute;
	top: 55px;
	width: 83px;
	height: 79px;
}

#headerLeft img {
	border: 0;
}

#headerCenter {
	position: relative;
	left: 83px;
	top: 10px;
	background-color: #000;
	width: 834px;
	height: 79px;
}

#headerCenter h2 {
	position: relative;
	top: 10px;
	color: #fff;
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	}
	
#headerCenter p {
	position: relative;
	top: 15px;
	font-size: 1.3em;
	color: #fff;
	text-align:center;
	}

#headerRight {
	position: relative;
	left: 917px;
	bottom: 69px;
	width: 83px;
	height: 79px;
}

#headerRight img {
	border: 0;
}

#leftbox {
	float: left;
	position: relative;
	bottom: 42px;
	width: 760px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;	
	padding: 10px 0 10px 0;
	margin-left: 5px;
	}

#leftbox li {
	width: 350px;
	padding: 0; float: left; margin-left: 15px;
	}

#leftbox h4 {
	text-align: center; margin-top: 10px;
	font-size: 1.3em;
	}

#infobox {
	float: right;
	width: 210px;
	position: relative;
	bottom: 290px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	margin: 0 0 0 20px;
	}

#infobox p {
	padding: 5px;
	margin-bottom: 10px;
}

#rightbox {
	float: right;
	position: relative;
	bottom: 270px;
	width: 210px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
}
	
#rightbox li {
	list-style-type: square;
	margin: 0 5px 10px 20px;
}

#subheader {
	position: relative;
	bottom: 60px;
	width: 780px;
}

#info {
	position: relative;
	bottom: 50px;
}

#more {
	position: relative;
	bottom: 50px;
}

#more ol {
	list-style-type: lower-alpha;
	margin-left: 35px;
}
	
#footer {
}

#footer p {
}

blockquote {
	padding: 10px 0 10px 0;
	margin-left: 50px;
	quotes: "\201C" "\201D";
	font-weight: bold;
	font-style: italic;
}

blockquote:before { 
	content: open-quote; font-weight: bold;
}

blockquote:after { 
	content: close-quote; font-weight: bold; 
}
		
		#theMenu {padding: 0; margin: 20px 0 0 0;}
		
		/* Some list and link styling */
		#themenu ol {list-style-type: decimal; }
		#theMenu ol li { width: 100%;}
		#theMenu ul li { margin-left: 35px; list-style-type: square; padding: 5px; }
		#theMenu ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; }
		#theMenu ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }
		#theMenu li { list-style-type: none;}
		#theMenu h4 { font-size: 0.9em; margin-top: 10px; margin-left: 10px;}
		#theMenu p { margin-left: 10px;}
		#theMenu ol ol li { margin-left: 25px; list-style-type: decimal; padding: 5px; }
		
		/* Header links styling */
		h3.head a { 
		font-size: 0.9em;
		display:block; 
		border-top: 1px solid #36a;
		border-right: 1px solid #36a;
		border-left: 1px solid #36a;
		background: #F6F9FB url(images/down.gif) no-repeat; 
		background-position: 98% 50%;
		padding: 10px 50px 10px 20px;
		margin-bottom: 0;
		}
		h3.head a:hover { 
		color: #C00;
		background: #EEE url(images/down.gif) no-repeat; 
		background-position: 98% 50%;
		}
		h3.selected a { 
		background: #EEE url(images/up.gif) no-repeat; 
		background-position:98% 50%;
		color: #000;
		text-decoration: none;
		padding: 10px 50px 10px 20px;
		}
		h3.selected a:hover { 
		background: #EEE url(images/up.gif) no-repeat; 
		background-position:98% 50%;
		color: #C00;
		}
		
		h3.headlast {
		border-bottom: 1px solid #36a;
		}
