@charset "utf-8";
body {
	background-color: #022862;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

.container {
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

.wrapper {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	padding-top: 82px;
	height: 40px;
}

.header #left-logo {
	float: left;
	padding-top: 0px;
}

.header #right-nav {
	float: right;
	padding-top: 15px;
}

.header #right-nav #link {
	float: right;
	padding-left: 0px;
	padding-right: 20px;
}

.blue-strip {
	background-image: url(img/blue-strip.gif);
	background-repeat: repeat-x;
	height: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4479c8;
	border-left-color: #4479c8;
}
label {
	width: 80px;
	float: left;
	height: 30px;
}


.content {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #2d3743;
	line-height: 120%;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(img/content-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.content #left {
	width: 510px;
}

.content br {
clear: left;
}

.content ul {
	margin-top: 0px;
}

.content li {
	list-style-image: url(img/bullet.gif);
	height: 20px;
}

.content #right {
	float: right;
	width: 215px;
}

.bottom {
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}

.footer {
	padding-top: 15px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #67b3ff;
}

.footer #right {
	float: right;
}

.footer a {
	color: #67b3ff;
	text-decoration: underline;
}

