body {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	background-color:#52a9df;
	background-image:url("site-background.gif");
	background-repeat:repeat-x;
	margin:0;
	line-height:18px;
}

form {
	display:inline;
}

a, a:link, a:visited {
	color:#01314F;
	text-decoration:none;
}

input, textarea {
	background-color:#fff;
	padding:5px;
	border:0;	
	margin:0;
	overflow:hidden;	
}

h1 {
	font-size:23px;
	font-weight:normal;
	color:#0D5784;
	margin:0;
}

#search-button {
	padding:0;
	border:0;
	margin:0 0 5px 0;
	vertical-align:middle;
}

#search-input {
	width:170px;
	height:16px;
}

#top-bar {
	width:831px;
	height:48px;
	margin:auto;
}

#top-nav {
	float:left;
	width:479px;
	height:48px;
	color:#fff;
	background-image:url("top-nav-background.gif");
	background-repeat:no-repeat;	
	line-height:48px;
	text-align:center;
}

#top-nav a {
	color:#fff;
	text-decoration:none;
}

#man-head {
	float:right;
	width:292px;
	height:48px;
	background-image:url("man-head.gif");
	background-repeat:no-repeat;	
}

#logo {
	width:831px;
	height:148px;
	background-image:url("logo.gif");
	background-repeat:no-repeat;		
	margin:auto;
}

#main-area {
	width:791px;
	background-color:#fff;
	background-image:url("main-area-background.gif");
	background-repeat:repeat-x;
	padding:0 20px 0 20px;
	margin:auto;
}

#left-nav {
	float:left;
	width:153px;
	margin:0 0 0 20px;
}

.nav-header {
	width:153px;
	height:28px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	background-image:url("nav-header.gif");
	background-repeat:no-repeat;	
	text-align:center;
	line-height:28px;
}

.nav-content {
	width:133px;
	background-color:#005284;
	padding:10px;
}

.nav-content a {
	color:#fff;
	text-decoration:none;
}

.nav-footer {
	width:153px;
	height:20px;
	background-image:url("nav-footer.gif");
	background-repeat:no-repeat;
	margin:0 0 20px 0;
}

#main-col {
	float:right;
	width:598px;
}

#footer {
	width:791px;
	height:57px;
	color:#fff;
	font-weight:bold;
	background-image:url("footer.gif");
	background-repeat:no-repeat;
	margin:auto;
	text-align:right;
	padding:20px;
	line-height:90px;
}

.site-input {
	border:0;
}

.white-input {
	color:#164D80;
	border:1px solid #ccc;
}

.blue-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#0D5784;
	padding:0.4em;
	outline:none;
}

label {
	float:left;
	width:100px;
	display:block;
	padding:0 20px 0 0;
	line-height:25px;
	margin:0 0 10px 0;
}

#admin-panel-box {
	width:570px;
	background-color:#f3f4f3;
	border:1px solid #ccc;
	padding:10px;
}

.note-box {
	width:570px;
	background-color:#f3f4f3;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}