body {
	font-family:Arial;
	font-size:12px;
	color:#002C36;
	background-color:#025162;
	background-image:url("site-background.gif");
	background-repeat:repeat-x;
	margin:0;
	line-height:18px;
}

a, a:hover, a:visited {
	color:#002C36;
	text-decoration:none;
}

.small-text {
	font-size:11px;
}


form {
	display:inline;
}

input, textarea {
	background-color:#fff;
	padding:5px;
	border:0;	
	margin:0;
	overflow:hidden;	
}

h1 {
	font-size:23px;
	font-weight:normal;
	color:#01657B;
	margin:0;
}

#search-button {
	padding:0;
	border:0;
	margin:0 0 5px 0;
	vertical-align:middle;
}

#search-input {
	width:180px;
	height:16px;
}

.site-input {
	border:0;
}

.green-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#002C36;
	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;
}

#top-bar {
	width:785px;
	height:43px;
	margin:auto;
}

#logo-1 {
	float:left;
	width:209px;
	height:43px;
	background-image:url("logo-1.gif");
	background-repeat:no-repeat;
}

#search-box {
	float:right;
	width:268px;
	height:43px;
	background-image:url("search-box-background.gif");
	background-repeat:repeat-x;
	line-height:43px;
	text-align:center;
}

#logo-bar {
	width:785px;
	height:51px;
	margin:auto;
}

#logo-2 {
	float:left;
	width:281px;
	height:51px;
	background-image:url("logo-2.gif");
	background-repeat:no-repeat;
}

#ad-block {
	width:785px;
	height:150px;
	background-image:url("ad-block.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#main-white {
	width:745px;
	background-color:#fff;
	padding:0 20px 0 20px;
	margin:auto;
}

#white-footer {
	width:785px;
	height:20px;
	background-image:url("white-footer.gif");
	background-repeat:no-repeat;	
	margin:0 auto 20px auto;
}

#footer-bar {
	width:765px;
	height:69px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-image:url("footer-bar.gif");
	background-repeat:no-repeat;	
	margin:auto;
	padding: 0 0 0 20px;
	line-height:69px;
}

#footer-bar a {
	color:#fff;
	text-decoration:none;	
}

#left-nav {
	float:left;
	width:155px;
	margin:0 20px 0 0;
}

#right-col {
	float:right;
	width:570px;
}

.nav-top {
	width:145px;
	height:40px;
	font-size:11px;
	font-weight:bold;
	color:#fff;	
	background-image:url("nav-top.gif");
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	line-height:48px;
}

.nav-content {
	width:145px;
	background-color:#002c36;
	padding:10px 0 0 10px;
}

.nav-content a {
	color:#fff;
	text-decoration:none;
}

.nav-bottom {
	width:155px;
	height:20px;
	background-image:url("nav-bottom.gif");
	background-repeat:no-repeat;	
	margin:0 0 20px 0;
}

.main-top {
	width:570px;
	height:20px;
	background-image:url("main-top.gif");
	background-repeat:no-repeat;		
}

.main-content {
	width:530px;
	background-color:#b0d5dd;
	padding:0 20px 0 20px;
}

.main-bottom {
	width:570px;
	height:20px;
	background-image:url("main-bottom.gif");
	background-repeat:no-repeat;		
	margin:0 0 20px 0;
}

#admin-panel-box {
	width:509px;
	border:0;
	padding:10px;
}

.note-box {
	width:509px;
	border:1px solid #002C36;
	padding:10px;
	text-align:center;
}

.white-input {
	color:#164D80;
	border:1px solid #ccc;
}