body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
#header {
	height: 80px;
	min-width: 744px;
}
#header h1 {
	margin: 0;
	width: 744px;
	padding-top: 20px;
	font-family: "Times New Roman", Times, serif;
}
#headerbar {
	clear: both;
	background-color: #4169E1;
	font-size: 0.8em;
	min-width: 728px;
	padding: 2px 20px 2px 6px;
	}
#headerbar p {
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

#mainwrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0 12px;
}
#maincontent {
	float: left;
	width: 650px;
	border-left: 8px solid #4169E1;
	text-align: left;
	font-size: .8em;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	height: 460px;
}
#maincontentrmenu {
	float: left;
	width: 495px;
	border-left: 8px solid #4169E1;
	text-align: left;
	font-size: 0.8em;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	height: 460px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4169E1;
	padding-right: 10px;
}
#left_sidebar {
	float: left;
	width: 100px;
	font-size: 0.9em;
	margin-left: 0px;
	padding-right: 18px;
	padding-bottom: 0;
	margin-top: 20px;
}
#nav {
	margin: 0px 0 0;
	padding: 0 0 0 15;
}
#nav li {
	margin: 0 0 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CB1EF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 4px;
}
#nav a, #nav a:visited {
	text-decoration: none;
	padding: 3px;
	display: block;
	color: #000000;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #333;
	background-color: #DCE4FA;
	list-style-type: none;
}
h2 {font-size: 1.3em; margin: 0px;}
h3 {
	font-size: 1em;
	margin: 0px;
	color: #153182;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #153182;
}
#footer {
	clear: both;
	background-color: #4169E1;
	font-size: 0.8em;
	min-width: 728px;
	padding: 2px 20px 2px 6px;
	
}
#footer p {
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	text-align: center;
}
#rightsidebar {
	float: right;
	width: 115px;
	padding: 0 0 0 18px;
	font-size: 0.9em;
	margin-top: 18px;
}

/* 	We set the top margin on the UL that holds the navbar */
#navright {
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

/* 	We set the bottom margin of each list item to 1px and
	we turn off the default bullet character. */
#navright li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
}

/* 	For navbar links only - We turn off underlines, assign
	3px padding, a border, a background color, a text color
	and we set the link to display block which makes it act
	like a "button" */
#navright a, #nav a:visited {
	text-decoration: none;
	padding: 1px;
	color: #000000;
	display: block;
	/* border-bottom: 1px solid #C2D2D6;  */
}

/* 	the hover class is obvious. Active serves a dual purpose. In
	all browsers, it is triggered when the mouse is down and
	releases when the link loses focus. In IEPC it also is the
	state of the link when tabbed to using the keyboard. Focus
	is triggered when the link is tabbed to in browsers other
	than IEPC. */
#navright a:hover, #nav a:active, #nav a:focus {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #597D86;
}
