@charset "utf-8";

body {
	background: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	height: 88px;
}

#sidebar {
	background-image:url(images/sidebar-bg.jpg);
	background-repeat:repeat-y;
}

P, UL, LI {
	font-family:Arial;
	font-size:13px;
	line-height:20px;
	font-weight: normal;
}

.tables {
	font-family:Arial;
	font-size:13px;
}

A:Link {
	color: #344E8A;
	font-weight:bold;
	text-decoration:underline;
}

A:Active {
	color: #344E8A;
	font-weight:bold;
	text-decoration:underline;
}

A:Visited {
	color: #344E8A;
	font-weight:bold;
	text-decoration:underline;
}

A:Hover {
	color: #6BB545;
	font-weight:bold;
	text-decoration:none;
}

.footer {
	color:#344E8A;
	font-size:10px;
	font-weight:bold;
}

.nav, .nav a:link, .nav a:active, .nav a:visited {
	color: #344E8A;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}

.nav a:hover  {
	color: #6BB545;
}

.headers {
	color:#344E8A;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.subheaders {
	font-weight: bold;
	text-transform: uppercase;
}