@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.wrapper {
	width: 771px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	background-color: #000;
}
.page-header {
	height: 133px;
	width: 771px;
}
.header-top-menu {
	height: 60px;
	width: 771px;
	background-color: #FE6400;
	background-image: url(../images/bg-header-top-menu.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.header-top-menu ul {
	width: 90%;	
	color: #FFF;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.header-top-menu ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	padding-right: 15px;
	padding-left: 15px;
}
.header-top-menu ul li a {
	color: #FFF;
}
.header-top-menu ul li a:hover {
	color: #333;
}
.header-gfx {
	height: 103px;
	width: 771px;
	background-color: #FFF;
	background-position: left top;
}
.header-bottom-menu {
	height: 28px;
	width: 771px;
	background-color: #333;
	background-image: url(../images/bg-header-bottom-menu.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #A80000;
	border-left-color: #A80000;
	vertical-align: middle;
}
.header-bottom-menu ul {
	width: auto;	
	color: #FFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header-bottom-menu ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	padding-right: 8px;
	padding-left: 8px;
}
.header-bottom-menu ul li a {
	color: #333;
	font-weight: normal;
	font-size: 13px;
}
.header-top-menu ul li a:hover {
	color: #333;
}
.main-content {
	background-color: #FFF;
	background-image: url(../images/bg-main-content.jpg);
	background-repeat: repeat-y;
	width: 770px;
}
.main-content .left-col {
	background-color: #FE7C28;
	float: left;
	width: 188px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F60;
}
.left-col-title {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #02B9FF;
	border: 1px solid #000;	
}
.left-col .REDLINK {
	color: #333;
}
.left-col .SUBTITLE {
	background-color: #006d96;
}
.left-menu {
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFECD9;
	border: 1px solid #000;
	margin-bottom: 10px;
	font-size: 12px;
}
.left-menu ul {
	padding: 0px;
	margin: 0px;
	width: 95%;
}
.left-menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 95%;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
.main-content .right-col {
	width: 573px;
	float: right;
	background-color: #FFF;
}
.right-col .page-title  {
	width: 95%;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #FFF0E3;
	text-align: left;
}
.page-title img {
	vertical-align: middle;
}
.page-footer {
	background-color: #252525;
	width: 770px;
	clear: both;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 11px;
}
.page-footer p {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-footer a {
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
}
