/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #d7e4f7 url(img1.gif) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;	
	color: #000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	padding: 14px 0 0 0;
	word-spacing: 5px;
	font-size: 2.25em;
	color: #C73633;
}

h3 {
	padding: 10px 0 0 10px;
	word-spacing: 3px;
	letter-spacing: 0px;
	font-size: 1.25em;
	
	color: #5675A5;
}

h4 {
	letter-spacing: 0px;
	padding: 10px 0px 0px 0px;
	word-spacing: 3px;
	font-size: 1.0em;
}

h5 {
	padding: 10px 0px 0px 0px;
	word-spacing: 3px;
	font-size: 1.25em;
	color: #000000;
}

h6 {
	margin: 0;
	padding: 0;
	background: #000000;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


a {
	color: #5675A5;
}

a:hover {
	text-decoration: none;
	color: #C73633;
}

.green {
	color: #95AE36;
}

.red {
	color: #C73633;
}

.gray {
	color: #B9ADAC;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.image2 {
	float: left;
	margin: 0 20px 0 100px;
}

.list, .list2c {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	float: left;
	width: 90%;
	background-color: #CFE0F9;
    color: #5675A5;
    border: solid 1px #5675A5;
    font-size: 14px;
    padding: 6px;
    margin-bottom: 3px;
    margin-left: 10px;

}


.list2c li {
	float: left;
	width: 100%;

}

.column_left {
	display: inline;
	float: left;
	width: 75%;

}

.column_right p{
	float: left;
	width: 50%;

}


/* Header */

#header {
	width: 795px;
	height: 85px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 24px 0 0 10px;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#header h2 {
	float: right;
	padding: 42px 10px 0 0;
	word-spacing: normal;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
}

.subtitle 
{
	color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

/* Menu */

#menu {
	width: 795px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 159px;
	height: 25px;
	padding: 7px 0 0 0;
	background: #4a5489 url(img2.gif) repeat-x left bottom;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}

#menu a:hover {
	background: #A71615 url(img3.gif) repeat-x left top;
}

/* Content */

#content {
	width:787px;
	margin: 0 auto;
	padding: 0px;
	background: #87A12C
}

#colOne {
	float: right;
	width: 595px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 140px;
	
	

}

/* Footer */

#footer {
	clear: both;
	width: 787px;
	margin: 10px auto;
	padding: 5px 0;
	background: #87A12C url(img2.gif) repeat-x left bottom;
	font: "Times New Roman", Times, serif;
}

#footer p, #footer a {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}