* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;
	background-image: url("/html/img/bg.png");
	background-color: #FFFFFF;
	color: #2E3B57;
	font-family: verdana, arial, "lucida console", sans-serif;
	font-size: 20px;
	overflow: auto;
	overflow-x: hidden;
}

a:link, a:visited, a:active {
	color: #3366BB;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #730000;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4 { font-weight: bold; }
h2 { font-size: 20px; }
h3 { font-size: 14px; }
img { background-color: transparent; border: 0px; }

#page-container {
	margin: 0 auto -35px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	height: 150px;
	background-image: url("/html/img/banner.png");
	background-repeat: no-repeat;
	background-color: #F9FBFF;
	color: #747F96;
}

#header div {
	padding-top: 50px;
	padding-left: 50px;
}

#header p {
	font-size: 14px;
}

#header-bar {
	padding: 5px 10px 5px 1px;
	background-color: #2E3B57;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}

#header-bar a, #header-bar a:visited, #header-bar a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#header-bar a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#menu-container{
	height: 40px;
	background-color: #2E3B57;
	margin-bottom: 15px;
}

.menu a, .menu a:visited, .menu a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
 }

.menu {
	font-size: 14px;
}

.menu ul {
	list-style: none;
}

.menu li {
	padding: 11px;
	display: inline;
	float: left;
}

.menu li:hover {
	background-color: #374768;
}

#content {
	margin-right: 230px;
	margin-left: 15px;
	margin-bottom: 100px;
	font-size: 13px;
	text-align: left;
}

.generic-div {
	margin-bottom: 15px;
	background-color: #F9FBFF;
	text-align: left;
	border: 1px solid #2E3B57;
}

.generic-div p, .generic-div div {
	padding: 10px;
}

.generic-div p split{
	width: 40%;
	background-color: #F9FBFF;
}

.generic-div ul {
	margin-left: 25px;
}

.generic-div li {
	list-style-type: square;
}

.generic-div-heading, .generic-div-header {
	background-color: #E6ECF6;
	font-variant: small-caps;
}

.generic-div-heading {
	border-bottom: 1px solid #2E3B57;
}

.generic-div-heading h3 {
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: 5px;
}


#listingTable {width: 100%; text-align: center; border: 1px solid #2E3B57; margin-bottom: 15px;}
#listingTable thead, tfoot{font-size: 16px; font-weight: bold; font-variant: small-caps;}
#listingTable thead p, tfoot p{}
#listingTable td {padding: 1px; background-color: #DDDDDD;}
#listingTable tr.header td {background-color: #FFFFFF;}
#listingTable tr td.header-highlight {background-color: #E6ECF6;}
#listingTable td.highlight {background-color: #CCCCCC;}

#sidebar {
	width: 220px;
	font-size: 13px;
	float: right;
}

.sidebar-item {
	margin-bottom: 15px;
	width: 200px;
	background-color: #F9FBFF;
	text-align: left;
	border: 1px solid #2E3B57;
}

.sidebar-item h2 {
	padding: 5px;
	font-size: 16px;
	font-variant: small-caps;
	letter-spacing: 5px;
	text-align: right;
}

.sidebar-item ul {
	padding: 7px;
	margin-right: 15px;
	text-align: right;
	direction: rtl;
}

.sidebar-item li {
	list-style-type: square;
}

.sidebar-item-indent {
	margin-right: 20px;
	font-size: 11px;
	font-style: italic;
}

#footer {
	height: 50px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	clear: both;
	background-color: #2E3B57;
	color: #FFFFFF;
	font-size: 10px;
 	font-weight: bold;
 	text-align: center;
}