* {
	border: 0;
	margin: 0;
}
body {
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#wrap {
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 223px;
	width: 1024px;
	text-align: center;
}
#header .logo_hldr {
	height: 223px;
	width: 603px;
	margin-right: auto;
	margin-left: auto;
}
.logo_hldr .lft_logo_pad {
	background-image: url(images/index_02.gif);
	background-repeat: no-repeat;
	height: 223px;
	width: 163px;
	float: left;
}
.logo_hldr .logo {
	background-image: url(images/index_03.gif);
	background-repeat: no-repeat;
	height: 223px;
	width: 314px;
	float: left;
}
.logo_hldr .rht_logo_pad {
	background-image: url(images/index_04.gif);
	background-repeat: no-repeat;
	height: 223px;
	width: 126px;
	float: right;
}
#main {
	text-align: left;
	width: 1024px;
}
#lft_content_wrap {
	width: 209px;
	float: left;
	padding-top: 40px;
	margin: 0px;
	height: 100%;
}
#main .navigation {
	width: 209px;
	padding: 0px;
	margin-bottom: 10px;
}
.navigation li {
	height: 40px;
	margin-top: 5px;
	list-style-type: none;
	font-size: 14px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	width: 209px;
	text-align: center;
	vertical-align: middle;
}
.navigation li a  {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	font-weight: bold;
}
.navigation li a:hover {
	font-weight: bold;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 209px;
	display: block;
	background-position: 0px -40px;
	color: #036;
}
#lft_content_wrap .promo img{
	margin-bottom: 10px;
}
#body_content_wrap {
	width: 586px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	display: block;
	float: left;
	height: 100%;
}
h1 {
	color: #036;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
	font-size: 28px;
}

.welcome  {
	height: 310px;
	width: 586px;
	text-align: left;
}
.welcome .message {
	background-image: url(images/splash.gif);
	height: 265px;
	width: 586px;
	background-repeat: no-repeat;
	text-align: left;
}
.welcome .message p {
	width: 370px;
	padding-left: 10px;
	padding-top: 65px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	color: #6CF;
	text-align: right;
	font-weight: normal;
}
#rht_content_wrap {
	width: 206px;
	height: 100%;
	float: right;
	margin-top: 40px;
	display: block;
}
.ie_fix a { text-decoration: none; } 
#footer {
	background-color: #CCC;
	height: 60px;
	width: 100%;
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 9px;
	color: #666;
}
#footer a {
	text-decoration: none;
	font-size: 12px;
	color: #666;
	padding: 10px;
}
#footer a:hover {
	color: #333;
	font-weight: bold;
}

#footer a :first-letter {
	text-decoration: underline;
}
