body {
	background: #3E4C55;
	font-family: Trebuchet MS,tahoma, Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	text-align: center;
}
body > div {
	text-align:center; margin-right:auto; margin-left:auto;
}

a {
	color: #284366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0;
}


form {
	margin:0px;
}
input, textarea {
	font-size:12px; color:#999999;
	background:#FFF;
	padding:0px 2px;
	margin:0px;
	border:1px solid #ccc;
}

input:hover, textarea:hover {
	border:1px solid #0A72A9;
}
input.submit {
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #e8e8e8;
	color: Black;
	font-weight: bold;
}
input.readonly {
	font-size: 11px;
	background: White;
	color: Black;
	width: 70px;
	border: 0px;
}
select {
	font-size: 11px;
	margin: 0px;
	color: Black;
}

#container {
	width: 770px;
	margin: 0px auto;
	position: relative;
	background: #6D7E8C;
	text-align: left;
}

#header {
	padding:10px; float:left; height:60px; font-size:30px; color:#fff; width:770px; font-weight:bold;
	padding-top:20px;
}

#banner {
	font-size:21px; color:#e8e8e8; font-family:tahoma;
	padding-top:32px; padding-bottom:32px; padding-left:50px; border-bottom:2px solid #0179AB; cursor:pointer;
}
#banner a {
	color:#ffffff; text-decoration:none;
}

#content {
	width:545px; float:left;
	padding: 14px 0px 7px 0px;
}

#sidebar {
	float: right;
	width: 210px;
	color: #666;
	background: #DDDDDD;
}
#sidebar p {
	padding:2px 3px 4px 3px; margin:0px;
}
#sidebar h1 {
	position: relative;
	margin: 0;
	font-size: 11px;
	padding: 14px 24px 7px 10px;
	background: White;
}
#sidebar a {
	color:#142E3A;
}
#sidebar a:hover {
	text-decoration:none;
}

#block {
	margin: 0;
	padding: 5px 10px 9px 8px;
	background: #DDDDDD;
	overflow: hidden;
}
#block a {
	display:block; padding-left:5px; padding-top:0px; padding-bottom:4px; color:#024562; 
	text-decoration:none; line-height:150%;
}
#block a:hover {
	text-decoration:underline; 
}

#table {
	/*border-top:1px solid #ccc;*/
}

#table h1 {
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	height: 25px;
	background: White;
}

table {
	font-size: 11px;
	background-color: #EAEAEA;
}
tr {
	color:#07496C;
}
td {
	margin-right:1px; vertical-align:top; padding-left:5px;
}
.tblhead {
	height: 22px;
	color: Black;
	font-weight: bold;
}
.tblhead a {
	height: 22px;
	color: Black;
	font-weight: bold;
}

#pages {
	text-align: center;
	color: White;
}
#pages font {
	color:#fff;
}
.pagebar {
	color:#fff;
}
#result {
	background-color: #F0F0F0;
	color: #000000;
	border: 1px dashed #000000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#footer {
	padding:10px 0px; float:left; width:770px; line-height:160%;
}
#footer a {
	color: White;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	text-align:center; padding-left:12px; margin:0px; color:#fff;
}

