/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	/*color: #8F8F8F;*/
}

#main_wrap {
  background: #FFffff url(imgx.gif) repeat-x;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: bold;
	color: #31576F;
	
}

h2 em {
	font-weight: bold;
	font-style: normal;
	color:red;
}

h3 {
	height: 25px;
	background: #0077A7 url(img3.gif) repeat-x left bottom;
	padding: 13px 0 0 20px;
	
	
	font-size: 15px;
	color: white;
}

p, ol, ul {
	line-height: 150%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #0066cc;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(img4.gif) repeat-x;
	font-size: 15px;
}

.bg2 {
	padding: 20px;
	border-top: #000000;
	background: #ffffff ;
	font-size: 16px;
	
	
}


/* Header */

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
	
}

#header * {
	margin: 0;
	padding: 0;
	
	color: #ffffff;
}

#header h1 {
	float: left;
	padding: 30px 0 0 10px;
	font-size: 50px;
	filter:shadow (color=#000000, strength=4);
	
}

#header h2 {
	float: left;
	padding: 91px 0 0 10px;
	font-size: 15px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 116px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
	
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: #ABBA47 url(img3.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
	filter:shadow (color=#000000, strength=4);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
}
#content h3 {
	filter:shadow (color=#000000, strength=4);
}
#colOne {
	float: left;
	width: 220px;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0;
	background: url(img6.gif) repeat-x;
}

#colOne li.first {
	background: none;
}

#colTwo {
	float: right;
	width: 686px;
	font-size: 24px;
	font-family: arial;
	margin-top:20px;
	
}
#colTwo a {
	margin-left:100px;
}
#listone {
	float: left;
	background: #fff;
	width: 340px;
	margin-top: 10px;
	font-size: 18px;
}
#listtwo {
	float: right;
	background: #fff;
	width: 340px;
	margin-top: 10px;
	font-size: 18px;
}

/* Footer */

#footer {
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 30px 0;
	
}

#footer p {
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}

