@charset "utf-8";
body {
	background-color: #5fa1cb;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.navigation {
	background-image: url(images/links.gif);
	background-repeat: no-repeat;
	height:67px;

}
.navigation a {
	color:#FFFFFF;
	text-decoration:none;
}

.left_col_top {
	background-image: url(images/left_menu_top.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 212px;
	color: #377CAA;
}

.left_col_mid {
	background-image: url(images/left_menu_mid.gif);
	background-repeat: repeat-y;
	width: 212px;
	height:1px;
	color: #377CAA;
	font-size: 12px;
	height: 200px;
}
.bullet {
	list-style-image: url(images/bullet.gif);
	color: #377CAA;
	list-style-type: none;
}
.left_nav_bottom {
	background-image: url(images/left_menu_bot.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 212px;
	color: #377CAA;
}
.center_col_top {
	background-image: url(images/center_top.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 476px;
	color: #377CAA;
}
.center_col_mid {
	background-image: url(images/center_mid.gif);
	background-repeat: repeat-y;
	width: 476px;
	height:6px;
	color: #377CAA;
	font-size: 12px;
	height: 200px;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 900px;
	font-size:11px;
}
.center_nav_bottom {
	background-image: url(images/center_bot.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 476px;
	color: #377CAA;
}
.navigation_seperator {
	background-image: url(images/link_seperator.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 42px;
}
.main_top {
	background-image: url(images/main_content_top.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 900px;
	color: #377CAA;
	padding-left: 5px;
}
.main_mid {
	background-image: url(images/main_content_mid.gif);
	background-repeat: repeat-y;
	height: 6px;
	width: 900px;
	color: #377CAA;
	font-size: 12px;
	padding-left: 5px;
}
.main_bottom {
	background-image: url(images/main_content_bottom.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 900px;
}
a {
	color: #377CAA;
}
