body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #e4e4e4;
	background: #000000;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a:active, a:hover {
	color: #336699;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.readmore a {
	clear: both;
	float: left;
	height: 21px;
	width: 100px;
	padding: 2px 0 0 10px;
	margin: 0 15px 10px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: none;
	background: url(images/readmore_button.jpg) no-repeat;
}

.download a {
	clear: both;
	float: left;
	height: 21px;
	width: 100px;
	padding: 2px 0 0 10px;
	margin: 0 15px 10px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: none;
	background: url(images/readmore_button.jpg) no-repeat;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/* header panel */
#header_panel {
	width: 880px;
	height: 80px;
	padding: 40px 30px 0px 50px;
	background: #202020 url(images/header_bg.jpg) top center no-repeat;
}

#header_panel #site_title {
	float: left;	
}

#site_title h1 {
	font-size: 40px;
	margin: 0px;
	color: #336699;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#site_title h1 span {
	color: #fff;
}

#site_title h2 {
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#header_panel #box {
	float: right;
}

/* end of header panel */

/* banner panel */
#banner_panel {
	width: 880px;
	height: 263px;
	padding: 0px 30px 0px 50px;
	background: #000000 url(images/banner_bg.jpg) top center no-repeat;
}

#banner_panel #banner_section {
	float: left;
	padding-top: 40px;
	width: 370px;
}

#banner_section h1 {
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 5px 0 30px 0;
}

#banner_section p {
	padding-bottom: 30px;
	color: #FFFFFF;
}

#banner_panel #menu_section {
	float: right;
	width: 220px;
	padding: 5px 15px 0px 15px;
}

#menu_section ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	list-style: none;
}

#menu_section ul li {
	height: 13px;
	padding: 12px 0px 10px 7px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	background: url(images/menu_item_bg.jpg) left bottom no-repeat;
}

#menu_section ul li a {
	margin: 0px;
	padding: 0px;
	color: #74d8fd;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#menu_section ul li a span {
	margin: 0px;
	padding: 0px;
	color: #74d8fd;
	margin-left: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #336699;
}

#menu_section ul li a span:hover {
	color: #fff;
}

#menu_section li a:hover, #menu_section li .current {
	color: #fff;
	text-decoration: none;
}

/* end of banner panel */


/* content */

#content_top {
	clear: both;
	width: 960px;
	height: 30px;
	background: url(images/content_top.jpg) top center no-repeat;
}

#content {
	clear: both;
	overflow: hidden;
	width: 880px;
	padding: 10px 20px 0 40px;
	margin: 0 10px;
	background-color: #1f1f1f;
}

#content_bottom {
	clear: both;
	width: 960px;
	height: 30px;
	background: url(images/content_bottom.jpg) top center no-repeat;
}

/* content left */
#content #content_left {
	float: left;
	width: 850px;
}

#content_left h1 {
	font-size: 22px;
	color: #336699;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #000000;
}


#content_left p {
	padding-bottom: 10px;
	text-align: justify;
}

 #content_left .content_left_two_column {
 	float: left;
 	width: 270px;
	margin-right: 20px;
 }
 
 .content_left_two_column h2 {
	color: #336699;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #000000;
	font-weight: normal;
 }
 .content_left_two_column h3 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 12px;
	 font-weight: bold;
 }
 
 .content_left_two_column h4 {
 	 margin: 0px;
	 padding: 0px;
	 font-size: 12px;
	 font-weight: normal;
 }



/* end of content right */
/* end of content */

/* ----- Footer ----- */
#footer {
	clear: both;
	padding: 10px;
	width: 940px;
	text-align: center;
	text-align: center;
}
#footer a {
	color: #fff;
	font-weight: normal;
}
#footer a:hover {
	color: #336699;
}
/* ----- End of Footer ----- */

