body {
	background: #42afdc url("images/bg.gif") repeat-x;
	font-family: tahoma, Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size:11px;
	text-align:center;
}
body > div {
	text-align:center; margin-right:auto; margin-left:auto;
}

a {
	color:#44a1d0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0;
}


form {
	margin:0px;
}
input, textarea {
	font-size:12px; color:#999999;
	background:#FFF url("images/input.gif") top repeat-x;
	padding:0px 2px;
	margin:0px;
	background-position:-2px -1px;
	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:#0A72A9; font-weight:bold;
}
input.readonly {
	font-size:11px; background:#f5f5f5; color:#07496C; width:70px; border:0px;
}
select {
	font-size:11px; margin:0px; color:#0A72A9;
}

#container {
	width: 770px;
	margin: 0px auto;
	position: relative;
	background: url("images/main-bg.jpg") no-repeat center top;
	text-align:left;
}

#header {
	padding:10px; float:left; height:60px; font-size:30px; color:#fff; width:770px; font-weight:bold;
	padding-top:20px;
}

#banner {
	background-image:url("images/bannerbg.jpg"); 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;
}
#sidebar p {
	padding:2px 3px 4px 3px; margin:0px;
}
#sidebar h1 {
	position:relative;
	margin:0;
	font-size:11px; 
	padding: 14px 24px 7px 10px;
	background:url("images/h1.png") no-repeat 0 0; 
}
#sidebar a {
	color:#142E3A;
}
#sidebar a:hover {
	text-decoration:none;
}

#block {
	margin: 0;
	padding: 5px 10px 9px 8px;
	background: url("images/rightbg.png") no-repeat 0 100%;
	overflow: hidden;
}
#block a {
	display:block; padding-left:20px; padding-top:0px; padding-bottom:4px; color:#024562; 
	text-decoration:none; line-height:150%;
	background-image:url("images/arrow.gif"); background-repeat:no-repeat; margin-left:1px;
}
#block a:hover {
	text-decoration:underline; 
}

#table {
	/*border-top:1px solid #ccc;*/
}

#table h1 {
	background-image:url("images/h1table.png"); font-size:11px; margin:0px; 
	padding-top:5px; padding-bottom:4px; padding-left:24px; height:25px;
}

table {
	font-size:11px; background-color:#fff; background: url("images/rightbg.png");
}
tr {
	color:#07496C;
}
td {
	margin-right:1px; vertical-align:top; padding-left:5px;
}
.tblhead {
	height:22px; color:#666; font-weight:bold;
}
.tblhead a {
	height:22px; color:#666; font-weight:bold;
}

#pages {
	text-align:center; color:#fff;
}
#pages font {
	color:#fff;
}
.pagebar {
	color:#fff;
}
#result {
	background-color:#eaeaea; 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:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	text-align:center; padding-left:12px; margin:0px; color:#fff;
}

