/*
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: 12px;
	color: #8F8F8F;
}

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

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

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #31576F;
	border-bottom: 1px solid #dfe1e0;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #31576F;
	margin-top: 7px; 
}


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

p{
	margin-top: 0;
	}

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

a {
	color: #6B6B6B;
}

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(../images/img4.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(../images/img4.gif) repeat-x;
}


/* Content */

#content {
    float: left;
    width:640px;
}

div.side{
    float: right;width:240px;
    margin-left: 20px;
}
div.side h2{
    color: #acbb48;
    border-bottom: 1px solid #dfe1e0;
    font-size: 18px;
}




