* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/main_background.gif);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

#outer-container {
	width: 705px;
	background-image: url(../images/second_background.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: bottom;
}
#fade-column {
	float: right;
	height: 100%;
	width: 5px;
	background-image: url(../images/bottom_right.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	position: relative;
}
#fade-column-top {
	float: left;
	width: 5px;
	height: 470px;
	background-image: url(../images/top_right.gif);
}
#container {
	float: left;
	width: 700px;
}
#header {
	float: left;
	height: 65px;
	width: 700px;
}
#page {
	width: 707px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left-column {
	float: left;
	width: 144px;
	padding-left: 7px;
}
#middle-column {
	float: left;
	width: 418px;
	padding-right: 4px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#right-column {
	float: left;
	width: 116px;
	padding-top: 7px;
	padding-right: 8px;
}
#footer {
	background-image: url(../images/footer.jpg);
	float: left;
	height: 20px;
	width: 692px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#menu {
	float: left;
	width: 139px;
	margin-top: 7px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	height: 23px;
	width: 139px;
	list-style: none;
}

#menu a {
	background-image: url(../images/menu_off.gif);
	height: 19px;
	display: block;
	padding-top: 4px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	background-image: url(../images/menu_on.gif);
}
#latest-news {
	float: left;
	width: 140px;
	margin-top: 10px;
}
#latest-news-top {
	float: left;
	height: 24px;
	width: 140px;
}
#latest-news .latest-news-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6e83;
	height: 88px;
	width: 140px;
	padding-top: 5px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBC;
}
#latest-news .latest-news-item h2 {
	font-size: 11px;
	font-weight: normal;
	color: #6c6e83;
}
#latest-news .latest-news-item h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#latest-news .latest-news-item a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#latest-news .latest-news-item a:hover {
	text-decoration: underline;
}
#bottom-left {
	float: left;
	height: 98px;
	width: 140px;
	margin-top: 10px;
}
#right-column .right-column-box {
	float: right;
	width: 115px;
	margin-bottom: 8px;
}
#footer-left {
	float: left;
	width: 50%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#footer-right {
	float: left;
	width: 50%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 400px;
	margin-top: 7px;
	padding-right: 9px;
	padding-left: 9px;
	min-height: 515px;
}
#content-top h1 {
	font-size: 18px;
	font-weight: bold;
	color: #222333;
}
#content-top h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3b3d59;
}
#content-top {
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 400px;
}
#content-main {
	font-size: 12px;
	float: left;
	margin-top: 15px;
	padding-bottom: 40px;
	width: 400px;
}

#content-main a {
	color: #000000;
}
#inner-container {
	float: left;
	width: 700px;
}
#news-list {
	float: left;
	width: 380px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#news-list .news-item {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #C1C1C1;
	width: 380px;
	padding-bottom: 5px;
}
#news-list .news-item h2 {
	font-size: 12px;
	color: #413A59;
}
#news-list .news-item h1 {
	font-size: 14px;
}
#news-list .news-item a {
	color: #000000;
}
#content-main ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-right: 5px;
	padding-left: 5px;
}
#content-main li {
	padding-bottom: 12px;
}
#content-main p.form {
	line-height: 20px;
}
#content-main .content-main-item {
	float: left;
	width: 395px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content-main .content-main-item img {
	float: left;
	padding-right: 4px;
	padding-bottom: 2px;
}
#content-main .content-main-item p {
	line-height: 17px;
}
#content-main h2 {
	font-size: 14px;
}
