html,body {
	margin:0;
	padding:0;
	}

body {
	font: 76% arial,sans-serif;
	text-align:center;
	background-color:#000;
	}


div#container {
	text-align:left;
	width:762px;
	margin:0 auto;
	background-color:#000;
	}

div#header {
	position:relative;
	background-image:url(../images/header_bck.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	height:113px;
	margin-bottom:6px;
	}

div#header img {
	border:none;
	}

#logo {
	border:none;
	margin-top:48px;
	margin-left:24px;
	padding:0px;
	}

div#banner {
	height:241px;
	width:762px;
	margin-bottom:6px;
	}


div#wrapper {
	color:#828284;
	}

div#wrapper a, div#wrapper a:active, div#wrapper a:visited {
	color:#828284;
	text-decoration:underline;
	border:none;
	padding:0px;
	margin:0px;
	}

a.read_more {
	float:right;
	}

div#wrapper a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

div#col_1 {
	width:217px;
	height:306px;
	float:left;
	background-color:#000;
	background-image:url(../images/col_1_bck.jpg);
	background-repeat:repeat-x;
	padding:25px 18px 20px 18px;
	line-height:20px;
	}
html>body div#col_1 {
	min-height:306px;
	height:auto;
	}
div#col_1_shad {
	width:19px;
	height:306px;
	float:left;
	background-image:url(../images/col_1_shad.jpg);
	background-repeat:repeat-x;
	}

div#col_2 {
	width:211px;
	height:306px;
	float:left;
	background-color:#000;
	background-image:url(../images/center_col_bck.jpg);
	background-repeat:repeat-x;
	padding:25px 18px 20px 8px;
	line-height:20px;
	}
html>body div#col_2 {
	min-height:306px;
	height:auto;
	}
div#col_2_shad {
	width:15px;
	height:306px;
	float:left;
	background-image:url(../images/col_2_shad.jpg);
	background-repeat:repeat-x;
	}

div#col_3 {
	width:212px;
	height:306px;
	float:left;
	background-color:#000;
	background-image:url(../images/col_1_bck.jpg);
	background-repeat:repeat-x;
	padding:25px 18px 20px 8px;
	line-height:20px;
	}
html>body div#col_3 {
	min-height:306px;
	height:auto;
	}


h3#col_title {
	width:210px;
	font-weight:normal;
	font-size:15px;
	color:#ffffff;
	border-bottom:1px solid #8d8c8c;
	padding-bottom:6px;
	margin-top:0px;
	}


div#title_wrap {
	height:35px;
	}
h3#title{
	position:relative;
	float:left;
	display:block;
	font-weight:normal;
	font-size:15px;
	color:#ffffff;
	padding-bottom:6px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	border-bottom:1px solid #8d8c8c;
	}
h3#title div,
h3#title p {
    display: inline;
}







#top_nav {
	position:relative;
	float:right;
	color:#fff;
	margin-top:5px;
	}

#top_nav li {
	display:block;
	float:left;
	margin-right:10px;
	padding-right:11px;
	padding-top:5px;
	background-image:url(../images/dotted.gif);
	background-position:right;
	background-repeat:repeat-y;
	height:22px;
	}

#top_nav li.last_link {
	border-right:none;
	background-image:none;
	}

#top_nav li a, #top_nav li a:visited, #top_nav li a:active {
	color:#fff;
	text-decoration:none;
	}

#top_nav li a:hover{
	color:#b3ccf6;
	text-decoration:none;
	}


















	/****************************************************** Internal Page CSS **********************/

div#internal_banner {
	float:right;
	width:553px;
	height:174px;
	margin-bottom:6px;
	}


div#navigation {
	width:203px;
	height:574px;
	float:left;
	background-image:url(../images/nav_bck.jpg);
	background-repeat:repeat-x;
	}
div#navigation ul {
	margin:0px;
	padding-left:0px;
	padding-top:13px;
	}
div#navigation ul li {
	list-style:none;
	padding-left:17px;
	padding-top:4px;
	}
div#navigation ul li a, div#navigation ul li a:active, div#navigation ul li a:visited {
	text-decoration:none;
	}
div#navigation ul li a:hover {
	text-decoration:none;
	color:#b3ccf6;
	}

div#nav_shad {
	float:left;
	width:14px;
	margin-right:0px;
	padding:0px;
	height:393px;
	background-image:url(../images/nav_side.jpg);
	}














div#content {
	float:right;
	width:515px;
	height:387px;
	background-image:url(../images/content_bck.jpg);
	background-repeat:repeat-x;
	padding:20px 12px 15px 18px;
	}
html>body div#content {
	min-height:387px;
	height:auto;
	}

div#content p {
	line-height:1.4;
	}

div#extra {
	background:#FF8539;
	float:right;
	clear:right;
	width:200px;
	}

div#footer {
	clear:both;
	color: #363636;
	text-align:center;
	padding-top:3px;
	padding-bottom:10px;
	}

div#footer a, div#footer a:active, div#footer a:visited {
	color: #363636;
	text-decoration:none;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #363636;
	}

div#footer a:hover {
	color: #363636;
	text-decoration:underline;
	}


