body {

	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

}

/*

	General definitons.
	(Things that don't apply to just one element)

*/

.alt {

	display: none;

}

.left {

	float: left;

}

.right {

	float: right;

}

.nav ul {

	margin: 0;
	padding: 0;
	list-style: none;

}

.horz li {

	float: left;
	display: inline;

}

.horz li a {

	display: block;

}

.columnFix {

	clear: both;

}

/*

	Definitions for page sections.
	
	Each section is listed in the same order as it is in the HTML.

*/

#page {

	display: block;
	text-align: center;
	background: url("images/page_topbg.gif") top left repeat-x;

}

#layout {

	text-align: left;

}

#header {

	height: 90px;
	border-bottom: 1px solid #9c9c9c;

}

h2 {
    color: #1E427F;
}

h1 {

	width: 234px;
	height: 74px;
	float: left;
	background: url("images/logo.png") top left no-repeat;
	position: relative;
	top: -10px;
	*top: 10px;
	left: 10px;
	margin-bottom: -15px;

}

h1 a {

	display: block;
	width: 234px;
	height: 74px;

}

#topNav {

	width: 350px;
	float: right;
	margin-top: 35px;

}

#topNav li a {

	float: left;
	padding: 0 3px;
	color: #773a00;
	font-weight: bold;

}

#body {

	padding-top: 15px;
	background: url("images/body_bg.gif") top left repeat-x;

}

#sideBar {

	float: left;
	width: 216px;

}

#sideNav {

	margin-left: 15px;

}

#sideBar #sideNav ul li a {

	display: block;
	width: 186px;
	height: 44px;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	text-align: center;
	border-top: 1px solid #0083c1;
	border-bottom: 1px solid #003769;
	
	/* Because all of these nav items' anchor tags are positioned the same, I set the positioning and repeating options here for *all* the #sideNav anchor tags.  From here on out, only the background-images will change.  It saves typing and valuable bandwidth this way. */
	
	background-position: top left;
	background-repeat: no-repeat;

}

#sideBar #sideNav ul li a .icon {

	float: right;
	border: none;
	margin-right: -25px;
	position: relative;
	top: 2px;
	*top: -5px;

}

#sideBar #sideNav ul li a strong {

	position: relative;
	top: 8px;

}

#sideBar #sideNav ul li#nav1 a {

	height: 63px;
	font-size: 28px;
	border-top: none;
	background: url("images/nav_top.gif");

}

#sideBar #sideNav ul li#nav1 a:hover {

	background: url("images/nav_top_on.gif");

}

#sideBar #sideNav ul li#nav1 a strong {

	top: 12px;

}

#sideBar #sideNav ul li#nav2 a {

	background: url("images/nav_2.gif");

}

#sideBar #sideNav ul li#nav2 a:hover {

	background: url("images/nav_2_on.gif");

}

#sideBar #sideNav ul li#nav3 a {

	background: url("images/nav_3.gif");

}

#sideBar #sideNav ul li#nav3 a:hover {

	background: url("images/nav_3_on.gif");

}

#sideBar #sideNav ul li#nav4 a {

	background: url("images/nav_4.gif");

}

#sideBar #sideNav ul li#nav4 a:hover {

	background: url("images/nav_4_on.gif");

}

#sideBar #sideNav ul li#nav5 a {

	background: url("images/nav_5.gif");
	border-bottom: none;
	color: #feff94;
	height: 37px;

}

#sideBar #sideNav ul li#nav5 a:hover {

	background: url("images/nav_5_on.gif");

}

#sideBar #sideNav ul li#nav5 a strong {

	top: 3px;

}

#messageBox {

	width: 186px;
	margin: 15px 0 0 15px;
	background: #005c94 url("images/messagebox_top.gif") top left no-repeat;

}

#messageBox .container {

	background: url("images/messagebox_bottom.gif") bottom left no-repeat;
	padding: 15px;
	color: #fff;
	font-weight: bold;

}

#messageBox .container em {

	font-style: normal;
	color: #feff94;

}

#content {

	margin-left: 226px;

}

.footer {
    clear: both;
    text-align: center;
    width: 100%;

}


.data_table {
    /*border: 1px dashed black;*/
}

.data_table tr th, .data_table tr td {
    border: 1px dashed black;
    padding: 3px;
}

table caption {
    font-weight: bold;
    font-size: x-large;
}

.window {
    
}

.window_title {

}

.window_content {

}