body {
	font-family:Arial;
	font-size:13px;
	color:#044376;
	background-image:url("site-background.gif");
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0;
}

.small {
	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;
	margin:0;
}

h2 {
	font-size:26px;
	font-weight:normal;
	color:#164D80;
	margin:0;
}

.blue-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#044376;
	padding:0.4em;
	outline:none;
}

.white-input {
	color:#164D80;
	border:1px solid #ccc;
}

label {
	float:left;
	width:100px;
	display:block;
	padding:0 20px 0 0;
	line-height:25px;
	margin:0 0 10px 0;
}

#search-button {
	padding:0;
	margin:0;
	vertical-align:top;
}

#search-input {
	height:14px;
}

#top-nav {
	width:755px;
	height:34px;
	font-size:11px;
	background-image:url("top-nav.gif");
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:34px;
	margin:auto;
}

#top-nav a, a:hover {
	color:#fff;
	text-decoration:none;
}

#second-nav {
	width:755px;
	height:20px;
	padding:0 20px 0 0;
	line-height:30px;
	text-align:right;
	margin:auto;
}

.tab {
	float:right;
	width:80px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	background-image:url("tab.gif");
	background-repeat:no-repeat;
	margin-left:1px;
	line-height:20px;
	text-align:center;
}

.tab a, a:hover {
	color:#516b00;
	text-decoration:none;
}

#first-container {
	width:775px;
	height:159px;
	margin:auto;
}

#logo-background {
	float:left;
	width:244px;
	height:39px;
	padding:120px 0 0 45px;	
	background-image:url("logo-background.gif");
	background-repeat:no-repeat;
}

#top-text-background {
	float:right;
	width:426px;
	height:99px;
	font-size:12px;
	color:#fff;
	background-image:url("top-text-background.gif");
	background-repeat:no-repeat;
	padding:30px;
	vertical-align:middle;
}

#main-content {
	width:775px;
	background-color:#0170ca;
	margin:auto;
}

#main-bottom {
	width:775px;
	height:20px;
	background-image:url("main-bottom.gif");
	background-repeat:no-repeat;
	margin:0 auto 20px auto;
}

#footer-bar {
	width:775px;
	height:36px;
	background-image:url("footer-bar.gif");
	background-repeat:no-repeat;
	margin:auto;
}

#content-container {
	width:735px;
	margin:auto;
}

#left-nav {
	float:left;
	width:156px;
}

#main {
	float:right;
	width:579px;
}

.nav-header {
	width:132px;
	height:29px;
	font-size:11px;
	font-weight:bold;
	color:#516b00;
	background-image:url("nav-header.gif");
	background-repeat:no-repeat;
	padding:0 0 0 23px;
	line-height:29px;
}

.nav-header-2 {
	width:136px;
	height:29px;
	font-size:11px;
	font-weight:bold;
	color:#516b00;
	background-image:url("nav-header-2.gif");
	background-repeat:no-repeat;
	padding:0 0 0 19px;
	line-height:29px;	
}

.nav-content {
	width:141px;
	background-image:url("nav-background.gif");
	background-repeat:repeat-x;
	background-color:#044376;
	padding:0 0 0 15px;
}

.nav-content a {
	color:#fff;
	text-decoration:none;
}

.nav-footer {
	width:156px;
	height:20px;
	background-image:url("nav-footer.gif");
	background-repeat:no-repeat;	
}

.sub-content-top {
	width:544px;
	height:28px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background-image:url("sub-content-top.gif");
	background-repeat:repeat-x;
	padding:0 0 0 35px;
	line-height:28px;
}

.sub-content {
	width:539px;
	background-image:url("sub-content-background.gif");
	background-repeat:no-repeat;
	background-color:#fff;
	padding:0 20px 0 20px;
}

.sub-content a {
	text-decoration:none;
	color:#164D80;
}

.sub-content-bottom {
	width:579px;
	height:20px;
	background-image:url("sub-content-bottom.gif");
	background-repeat:repeat-x;
	margin:0 0 20px 0;
}


#admin-panel-box {
	width:510px;
	background-color:#f3f4f3;
	border:1px solid #164D80;
	padding:10px;
}

.note-box {
	width:510px;
	background-color:#f3f4f3;
	border:1px solid #164D80;
	padding:10px;
	text-align:center;
}