@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #123e63;
	background-color: #acc8e0;
	background-image: url(/images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: inherit;
}

body.members {
	font-size: 80%;
}

.background {
	width: 100%;
	background-image: url(/images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -91px;
	padding: 0;
}
.container {
	width: 1000px;
	display: block;
	overflow: inherit;
	min-height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding: 0;
}

.header {
	height: 187px;
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	position: relative;
	width: 1000px;
}
.header .left {
	display: block;
	float: left;
	width: 276px;
	padding-left: 16px;
	padding-top: 4px;
}
.header .right {
	display: block;
	float: right;
	width: 706px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDDEEC;
	background-image: url(/images/header-images.jpg);
	background-repeat: no-repeat;
}

.content {
	display: block;
	height: 100%;
	min-height: 368px;
}
.content  .left {
	display: block;
	float: left;
	width: 276px;
	padding: 16px 10px 16px 16px;
}

.content .right {
	display: block;
	float: left;
	width: 682px;
	padding: 16px 16px 16px 0px;
}
.box  {
	background-image: url(/images/left-box-top.gif);
	width: 269px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 12px;
}
.boxInner {
	background-image: url(/images/left-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 12px;
}
.boxMiddle {
	background-image: url(/images/left-box-middle.gif);
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
}
.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	margin: 0px;
	padding: 0px;
}

.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.menu a:hover {
	color: #123E63
}
.right2  img {
	background-image: url(/images/image-bg-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 13px;
	margin-left: 4px;
}
.right img {
	margin-left: 12px;
	margin-bottom: 6px;
}
.right .homeContent img {
	margin-left: 2px;
	margin-right: 6px;
}

.welcomeBox {
	display: block;
	float: left;
	width: 332px;
	background-image: url(/images/middle-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 16px;
	height: 44px;
	padding-bottom: 14px;
}
.welcomeBoxInner {
	background-image: url(/images/middle-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 15px;
	padding-top: 14px;
}
.welcomeBox h2 {
	color: #FFFFFF;
}

.searchBox {
	display: block;
	float: left;
	width: 332px;
	background-image: url(/images/middle-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 44px;
	padding-bottom: 14px;
}

.searchBoxInner {
	background-image: url(/images/middle-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 15px;
	padding-top: 16px;
}
.searchLeft {
	display: block;
	float: left;
	width: 216px;
}
.searchRight {
	display: block;
	float: left;
	margin-left: 0px;
	width: 76px;
}

input.search  {
	height: 20px;
	width: 210px;
	margin-bottom: 4px;
	font-size: 1em;
	padding-top: 2px;
	padding-left: 4px;
}
#searchButton {
	background-image: url(/images/search-button-bg.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 76px;
	font-weight: bold;
	color: #123e63;
	background-color: #C7DBEB;
	margin-top: 1px;
	margin-left: 8px;
}
input.login {
	width: 234px;
	margin-bottom: 4px;
	height: 20px;
	padding-top: 2px;
	padding-left: 4px;
}
#loginButton {
	background-image: url(/images/login-button-bg.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 242px;
	font-weight: bold;
	color: #123e63;
	background-color: #C7DBEB;
	margin-top: 4px;
	padding-bottom: 2px;
}
a {
	color: #123e63;
}

p {
	margin-top: 0px;
	margin-bottom: 14px;
}

h1 {
	margin-bottom: 10px;
	font-size: 1.6em;
}
h2 {
	margin-bottom: 10px;
}
h3 {
	margin-bottom: 8px;
}
hr {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #598EBA;
	height: 0px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 20px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	width: 640px;
}

.welcomeBox h2 {
	margin: 0px;
}


li {
	margin-left: 10px;
}
ul {
	margin-left: 20px;
	margin-bottom: 14px;
}


.clear {
	clear: both;
}

 .push {
 	height: 91px;
}

.footer {
	bottom: 0px;
	height: 91px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
 
.footer .left {
	display: block;
	float: left;
	width: 0px;
	padding: 0px;
}
.footer .right {
	display: block;
	float: left;
	width: 1000px;
	padding: 18px;
	font-size: 0.7em;
	text-align: center;

}
