@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background: url(images/bg_header.jpg) repeat-x top;
	background-color:#0A0A0A;
	Font-family: 'Myriad Web', 'Segoe UI', 'Trebuchet MS', Arial, Sans-serif;
	color:#FFFFFF;
}


#headercontainer {
}


#header {
	background:url(images/header.jpg) no-repeat top;
	margin:0px auto;
	height: 171px;
	clear:both;
}
#header_sub {
	background:url(images/header_plain.jpg) no-repeat top;
	margin:0px auto;
	height: 171px;
	clear:both;
}

#dhtmlmenucontainer {
	margin:0px auto;
	width:909px;
}

#bodycontainer {
	background:url(images/bodycontainer_top.gif) repeat-x top;
	width:910px;
	margin:0px auto;
}

#dhtmlmenu {
	float:right;
	position:relative;
	width:574px;
	height:52px;
	top:119px;
	left:0px;
	z-index:40;
}

#contentcontainer {
	float:left;
	position:relative;
	top:10px;
	text-align:left;
}
	#fullcell {
/*		background:url(images/bg_midboxes_fullwide.jpg) no-repeat top;*/
		float:left;
		padding-top:12px;
		width:909px;
		min-height:300px;
	}
	#leftcell {
		background:url(images/bg_midboxes_wide.jpg) no-repeat top;
		float:left;
		padding-top:12px;
		width:642px;
		min-height:300px;
	}
		#leftcontent {
			float:left;
			position:relative;
			left:13px;
			width:292px;
		}
		#rightcontent {
			float:left;
			position:relative;
			left:30px;
			width:310px;
		}
	#leftcell_sub {
		float:left;
		padding-top:12px;
		width:642px;
		min-height:300px;
	}
		#leftcontent_sub { 
			float:left;
			position:relative;
			left:0;
			width:210px;
		}
		#rightcontent_sub { 
			float:left;
			position:relative;
			left:10px;
			width:410px;
		}
	#rightcell {
		background:url(images/bg_midboxes_narrow.jpg) no-repeat top;
		float:left;
		position:relative;
		left:9px;
		width:259px;
		min-height:300px;
	}
	#rightcell_sub {
		float:left;
		position:relative;
		left:0px;
		width:264px;
		min-height:300px;
	}
		#sponsorcontent {
			float:center;
			padding:0;
			width:242px;
			padding-left:15px;
		}
#footercontainer {
	background:url(images/bg_footer.jpg) no-repeat top;
	float:left;
	clear: both;
	position:relative;
	width:910px;
	margin:0 auto;
	height:100px;
	top:20px;
}

#footercontent {
	float:left;
	position:relative;
	top:19px;
	left:72px;
	font-size:11px;
	clear:both;
}
#footerbottomleft {
	clear:left;
	float:left;
	position:relative;
	font-size:10px;
	top:40px;
	left:10px;
	width:625px;
}

#footerbottomleft A,#footercontent A{
	color:#FFFFFF;
	text-decoration:none;
}

#footerbottomright{
	float:right;
	position:relative;
	font-size:10px;
	top:40px;
	right:10px;
	width:280px;
	text-align:right;
	color:#afafaf;
}
#footerbottomright  A {
	color:#afafaf;
	text-decoration:none;
}
#footerbottomleft A:hover,#footercontent A:hover,#footerbottomright A:hover {
	text-decoration:underline;
}

.home_section_button {
	float:left;
	position:relative;
	width:116px;
	padding:7px 0;
}

.home_section_text {
	float:left;
	position:relative;
	left:10px;
	width:184px;
	min-height:79px;
	padding:12px 0;
	line-height:5px;
}

TABLE#sub_leftmenu  TD {
	font-size:12px;
}
TABLE#sub_leftmenu  .active_item {
	color:#AD7EB8;
}

TABLE#contactform TD{
	Font-family: 'Myriad Web', 'Segoe UI', 'Trebuchet MS', Arial, Sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

TABLE#articles TD{
	Font-family: 'Myriad Web', 'Segoe UI', 'Trebuchet MS', Arial, Sans-serif;
	font-size:12px;
	color:#FFFFFF;
	vertical-align:top;
}


H1 {
	color:#91529f;
	font-size:16px;
	padding:0;
	margin:0;
}

H2 {
	color:#FFFFFF;
	font-size:16px;
	padding:0;
	margin:0;
}

H3 {
	color:#FFFFFF;
	font-size:13px;
	padding:0;
	margin:0;
}

P {
	color:#FFFFFF;
	font-size:12px;
	padding:10px 0;
	margin:0;
	line-height:16px;
}

.aNoLine {
	text-decoration:none;
	color:#FFFFFF;
}

.aLine {
	color:#FFFFFF;
}