/* BASIC */

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

strong {
	font-weight: bold;
}

body {
	background-image: url(../_ASSETS/nav_background.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Helvetica, sans-serif, Arial;
}

p {
	font-family: Helvetica, sans-serif, Arial;
	text-align: justify;
	margin: 0px;
	line-height: 19px;
	color: #333333;
}

a, a:visited {
	text-decoration: underline;
	color: #666699;
}

a:hover {
	text-decoration: none;
	color: #B5B5E4;
}

h1 {
	color: #666699;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
}

ul {
	color:#666699;
	font-size: 12px;
	margin-top: 0px;
}

li ul li {
	list-style-type: none;
	text-indent: 20px;
}

li {
	list-style-type: none;
}





/* LAYOUT */

#container {
	text-align: left;
	width: 980px;
	height: auto;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 0px;
}

#header {
	width: 980px;
	height: 115px;
	background-image: url(../_ASSETS/logo.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	float: left;
	margin-bottom: 2px;
}

#nav {
	width: 980px;
	height: 58px;
	float: left;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 2px;
}

#main {
	width: 980px;
	background-image: url(../_ASSETS/main__body_bkgd.gif);
	background-repeat: repeat-y;
}

#footer {
	font-size: 11px;
	height: auto;
	width: 980px;
	padding-top: 2px;
	border-top: 12px solid #666699;
	color: #666666;
	float: left;
	background-color: #FFFFFF;
}





/*MAIN*/

#left_sidebar {
	background-repeat: no-repeat;
	width: 404px;
	float: left;
	background-color: #8A8AAE;
	padding-bottom: 30px;
}
#left_sidebar  p.heading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	padding-right: 25px;
	padding-left: 25px;
}
#left_sidebar p.heading_top {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;	
}
#left_sidebar  p.topic {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 25px;
}
#left_sidebar a {
	font-weight: bold;
	color: #2D117C;
}

#main_body {
	float: left;
	font-size: 12px;
	line-height: 20px;
	height: auto;
	width: 546px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.main_bkgd {
	background-image: url(../_ASSETS/main__body_bkgd.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 980px;
}

.spacer {
	margin: 0px;
	clear: both;
}





	
/*HEADER*/

#contact_info {
	width: 300px;
	margin-top: 25px;
	float: right;
}

#contact_info p {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

#logo_link {
	text-align: right;
	float: left;
	width: 245px;
	height: 115px;
}






/*FOOTER*/

#footer a {
	color: #666699;
	text-decoration: underline;
}

#footer a:hover {
	color: #666699;
}

p.footer_right {
	width: 490px;
	float: right;
	font-size: 11px;
	color: #666699;
	text-align: right;
}

p.footer_left {
	width: 490px;
	float: left;
	font-size: 11px;
	color: #666699;
	text-align: left;
}





/* HOMEPAGE */

#home_main {
	width: 980px;
	float: left;
	height: auto;
}

#home_left_sidebar {
	background-image: url(../_ASSETS/home_leftsidebar.gif);
	background-repeat: repeat-y;
	height: 413px;
	float: left;
	margin-bottom: 2px;
	width: 404px;
}
#home_left_sidebar  p.heading {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 25px;
}
#home_left_sidebar p.heading_top {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#home_left_sidebar  p.topic {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 25px;
}

#home_left_sidebar a {
	font-weight: bold;
}

#home_image {
	width: 576px;
	height: 413px;
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

p.homeimage_text {
	color: #F0F7FF;
	font-size: 20px;
	width: 170px;
	line-height: 23px;
	padding-top: 23px;
	padding-left: 15px;
	padding-right: 9px;
}

#topic_text_sm p {
	font-size: 10px;
	line-height: 15px;
	}





/* NAVIGATION */

#nav img {
	text-align: center;
}





/*_ASSETS*/

img.floatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}

img.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.float_rt_flash {
	float: right;
	padding-left: 20px;
}
.float_left_flash {
	float: left;
	padding-right: 20px;
}
blockquote {
	margin-top: 0px;
	margin-left: 20px;
}
.float_left_map {
	width: 546px;
}
