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

body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:11px;
	
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:2px;
	padding-bottom:2px;
	letter-spacing: -1px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:2em;
	font-style: italic;
	color: #356AA0;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
/*
p, ul {
	line-height: 18px;
	font-size: 11px;
}
*/
ul {
	line-height: 18px;
	font-size: 11px;
}

a:link {
	color: #356AA0;
}

a:hover {
	text-decoration: none;
}
a:visited {
	color: #356AA0;
}

/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: #CDEB8B url(img1.gif) no-repeat;
}

#header h1 a {
	text-decoration: none;
	color: #73880A;
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #FF7400 url(img2.gif) repeat-x;
	border: 2px solid #FF7400;
	text-align: center;
	letter-spacing: normal;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Content */

#content {
	/*width: 760px;*/
	/*margin: 0 auto;*/
	background: #FFFFFF url(img4.gif);
}

#colOne {
	float: left;
	width: 75%;
	/*height: 400px;*/
	overflow: visible;
	
}

#colTwo {
	float: right;
	width: 15%;
	padding: 20px;
	background:   #cdeb8b url(img3.gif) repeat-x;
	border: 2px solid #CDEB8B;
	margin-right:15px;
	margin-top:20px;
}

#colTwo h4 {
	color: #73880A;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	/*width: 900px;*/
	margin-left: 50px;
	margin-top: 20px;
	/*margin-bottom: 0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	
}
#footer a:link {
	color: #356AA0;
}

#footer a:hover {
	text-decoration: none;
		color: #356AA0;
}
#footer a:visited {
		color: #356AA0;
}
