/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
h1 {
	height: 20px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #EA0000;
	color: #fff;
	padding: 2px 0px 0px 25px;
	margin-bottom: 3px;
	}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #2e4d6c;
	}
p {
	margin-bottom: 8px;
	}
ol, ul {
	margin-left: 25px;
	margin-bottom: 8px;
	}
body {
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CFCFCF;
	color: #000000;
	font-size: 12px;
	}
#header_nav {
	width: 800px;
	margin: 0px auto;
	text-align: right;
	padding: 15px 0px 5px 0px;
	}
#header_nav a {
	color: #ffffff;
	}
#header_nav a:hover {
	text-decoration: none;
	}
#container {
	text-align: left;
	margin: 0px auto;
	clear: both;
	width: 800px;
	height: 100%;
	background-color: #fff;
	padding: 0px 5px;
	border-top: 2px solid #696969;
	border-left: 2px solid #696969;
	border-right: 2px solid #696969;
	border-bottom: 2px solid #696969;
	}
#left_side {
	float: left;
	width: 243px;
	clear: left;
	}
#right_side {
	float: right;
	width: 550px;
	clear: right;
	}
#right_side p, #right_side h2, #right_side ul, #right_side ol {
	padding: 0px 15px;
	}
#nav {
	width: 223px;
	margin-top: 10px;
	}
#nav ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	}
#nav li a {
	color: #717171;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding: 6px 0px 2px 50px;
	width: 183px;
	height: 21px;
	display: block;
	margin-bottom: 3px;
	}
#nav li.sub a {
	background-image: url(images/subnav_bg.jpg);
	font-weight: normal;
	}
#nav li a:hover {
	color: #000;
	}
#top_nav {
	background-image: url(images/topbk.jpg);
	background-repeat: repeat;
	clear: both;
	height: 65px;
	}
#flash_area {
	clear: both;
	margin-bottom: 16px;
	width: 550px;
	height: 174px;
	}
a.readmore {
	color: #D90000;
	font-weight: bold;
	font-size: 11px;
	float: right;
	}
a.readmore:hover {
	text-decoration: none;
	}
#footer {
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat;
	width: 790px;
	height: 31px;
	margin-top: 3px;
	color: #;
	font-size: 9px;
	text-align: right;
	padding: 19px 15px 0px 0px;
	}