body {
	margin:0;
	background-image: url('../gfx/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#031f35;
	font-family:Verdana, Arial;
	font-size:13px;
	color:#d5d5d5;
}

div.title, p, h1, h2, h3, fieldset, ul {
	margin:0;
	margin-bottom:18px;
}

.small {
	font-size:10px;
	line-height:13px;
}

img {
	border:none;
}

#header {
	margin:0 0 0 30px;
	padding:0;
	width:745px;
	height:190px;
	background-image: url('../gfx/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

#wrapper {
	margin-left:275px;
}

#content {
	width:550px;
	text-align:left;
	background-color:#02162e;
}

#sidebar {
	float:left;
	text-align:left;
	width:190px;
	margin-left:30px;	
}

div.padding {
	padding:0 30px 30px 30px;
}

ul#mainmenu {
	margin:0 0 32px 0;
	padding:0;
	list-style:none;
	font-size:11px;
}

ul#mainmenu li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #07466d;
	border-bottom:1px solid #000000;
}

ul#mainmenu li a {
		display:block;
		color:#009deb;
	/*	text-transform:uppercase;*/
		font-weight:bold;
		line-height:35px;
		text-decoration:none;
		padding:0 0 0 24px;
		background-image: url('../gfx/mainmenu_a_bg.gif');
		background-repeat: no-repeat;
		background-position: left top;
		outline:none;
}

ul#mainmenu li a:hover {
	color:#fff;
	background-position: left -35px;
}

ul#mainmenu li.selected a {
	color:#fff;
	background-position: left -70px;
}

ul#mainmenu li.selected a:hover {
	color:#fff;
	background-position: left -70px;
}

ul#mainmenu li ul {
	margin:7px 0 7px 7px;
	padding:0;
}

ul#mainmenu li ul li {
	padding:0 0 0 24px;
	border: none;
	list-style: none;
	font-size:10px;
	background-image: url('../gfx/mainmenu_sub_bull.gif');
	background-repeat:no-repeat;
	background-position: 11px 8px;
	line-height:17px;
}

ul#mainmenu li.selected ul li a {
	display:block;
	line-height:17px;
	font-weight:normal;
	padding:0;
	color:#009deb;
}

ul#mainmenu li.selected ul li a:hover {
	text-decoration:underline;
}

ul.sub {
	margin:0;
	padding:0;
}

ul.sub li {
	margin:0;
	padding:0 0 0 24px;
	border: none;
	list-style: none;
	font-size:10px;
	background-image: url('../gfx/mainmenu_sub_bull.gif');
	background-repeat:no-repeat;
	background-position: 11px 8px;
	line-height:12px;
}

.title {
	display:block;
	width:100%;
	height:150px;
	background-image: url('../gfx/title_bg.jpg');
	background-repeat: no-repeat;
	background-position:right;
	font: normal normal bold 24px Arial, sans-serif;
	color:#fff;
	letter-spacing:-2px;
	text-shadow: #000 0 1px 1px;
}

.title span {
	display:block;
	width:300px;
	padding:45px 0 0 30px;
}

h1, .whitetextbold {
	font-size:15px;
	color:#fff;
	font-weight:bold;
}

h2 {
	font-size:13px;
	color:#fff;
	font-weight:bold;
}

p {
	line-height:17px;
}

a {
	color:#009deb;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.button {
	background: transparent url('../gfx/button_r.gif') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: bold 11px Verdana, sans-serif;
	height: 26px;
	padding-right: 30px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	outline: none;
	text-shadow: #000 0px 1px 0px;
}

a.button span {
	background: transparent url('../gfx/button_l.gif') no-repeat;
	display: block;
	line-height: 16px;
	padding: 5px 0 5px 30px;
}

u a.pages {
	background-color:transparent;
	color:#fff;
}

a.pages {
	display:block;
	width:20px;
	color:#009deb;
	background-color:#0e3564;
	text-align:center;
	float:left;
	margin:0 2px 2px 0;
}

a.pages:hover {
	text-decoration:none;
}

fieldset {
	border: 1px solid #2a5583;
	background-color: #061f3e;
	padding:16px;
}

fieldset legend {
	font-size:13px;
	color:#fff;
	font-weight:bold;
}

dl.form {
	margin:0;
	padding:0;
}

dl.form dt {
	margin:0 0 4px 0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

dl.form dd {
	margin:0 0 18px 0;
}

input[type=text], input[type=password], textarea, input.text, input.inputbox {
	font-size:12px;
	background-color: #0e325c;
	border: 1px solid #0572c5;
	color:#fff;
	width:300px;
}

table {
	font-size:12px;
}

table.data {
	width:100%;
	color:#fff;
}

table.data tr th {
	vertical-align:top;
}

table.data tr td, table.data tr th {
	text-align:left;
	font-size:10px;
	padding:7px 5px 7px 11px;
}
table.data tr th {
	background-color: #0a274a;
	border-top:1px solid #2b4e77;
	background-image: url('../gfx/table_head_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

table.data tr.light td, table.data tr td.light {
	background-color:#1c2e43;
}

#requestbox {
	position:absolute;
	top:225px;
	left:560px;
	width:240px;
	height:70px;
	text-align:center;
	border: 1px solid #0572c5;
	background-color: #0e325c;
	padding:4px;
}

#page1, #page2, #page3, #page4, #page5, #page6 {
	display:block;
	width:550px;
	height:800px;
	background-color:#02162e;
}
