body {
	margin: 20px 0;
	padding: 0;
	background: #a9acf5;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #ffffff;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
    color: #ffffff;
}

.style1 {
	font-size: 14px;
	color: #ffffff;
}

.style2 {
	font-size: 18px;
	color: #ffffff;
}

.style3 {
	font-size: 14px;
	color: #ffffff;
}

.style4 {
	font-size: 18px;
	color: #ffffff;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f9ed39;
}

a:link {
	text-decoration: underline; 
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #f9ed39;
}

a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #f9ed39;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

img {
	border: none;
}

img.border {
    border: 1px solid #333333 ;
    padding: 7px 7px 7px 7px ;
}

img.image-right {
	margin:0 0 20px 18px;
}

img.image-left {
	margin:0 18px 20px 0
}

img.image-right-border {
	margin:0 0 20px 18px;
	border:1px solid #cccccc;
}

img.image-left-border {
	margin:0 18px 20px 0;
	border:1px solid #cccccc;
}

/* Header */

#header {
	width: 980px;
	height: 135px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #ffffff;
}

#header h1 {
	float: left;
	padding: 20px 0 0 190px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 980px;
	height: 39px;
	margin: 0 auto;
	background: url(images/img3.gif);
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 22px 0 21px;
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #f9ed39;
}

/* Bottom Menu */

#bottommenu {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	background: url(images/img5.gif);
}

#bottommenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	text-align: center;
}

#bottommenu li {
	display: inline;
}

#bottommenu a {
	text-decoration: none;
	color: #ffffff;
}

#bottommenu a:hover, #bottommenu .active a {
	color: #f9ed39;
}

/* Content */

#content {
	width: 980px;
	background-color: #144e87;
	margin: 0 auto;
}

#colOne {
	float: left;
	background-color: #144e87;
	margin: 0 auto;
	width: 210px;
	padding-top: 10px;
	padding-right:5px;
	padding-bottom: 0;
	padding-left: 20px;
}

#colTwo {
	float: left;
	background-color: #144e87;
	margin: 0 auto;
	width: 535px;
	padding-top: 10px;
	padding-right:20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#colThree {
	float: left;
	background-color: #144e87;
	margin: 0 auto;
	width: 145px;
	padding-top: 10px;
	padding-right:20px;
	padding-bottom: 0;
	padding-left: 5px;
}

#formmail {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif);
	font-size: smaller;
	text-align: right;
}

#footer a:hover {
	color: #f72c2c;
}

#footer * {
	color: #ffffff;
}

#footer_note {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
	color: #999999;
	text-align: justify;
}



