* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(images/headerbg3.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

ul, ol {
   list-style-position: inside; }

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

img.right {
	float: right;
	margin: 0 0 0 20px;
}

a {
text-decoration: underline;
color: #194059;
}
a:hover {
text-decoration: none;
color: #111;
}

#wrap {
margin: 0 auto;
width: 780px;
}

#menu {
height: 40px;
}
#menu ul {
list-style-type: none;
padding-top: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #254d7a;
margin-left:2px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:3px; padding-top:2px; padding-bottom:2px;
padding: 0 10px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #111;
border: 1px dotted #000000;
color: #000000;
background: #8eb182;
text-decoration: none;
}

#header {
height: 80px;
line-height: 40px;
}
#header h1 {
color : #fff; 
font-size: 17px;
}

#header h4 {
color : #728398; 
font-size: 10px;
font-weight: 100;
}

#content {
margin-top: 20px;
}

#content h2 {
color: #30538c;
font-size: 20px;
line-height: 28px;
font-weight: 100;
padding: 0px 0 7px 0;
letter-spacing: -1px;
}
#content h2 a {
color: #9EA036;
text-decoration: none;
}
#content h2 a:hover {
color: #111;
}

#content h3 {
color: #30538c;
font-size: 14px;
line-height: 15px;
font-weight: 300;
padding: 0px 0 7px 0;
letter-spacing: -1px;
}
#content h3 a {
color: #0e2b5a;
}
#content h3 a:hover {
color: #607749;
}

#content h4 {
color: #2e4728;
font-size: 14px;
line-height: 10px;
font-weight: 300;
padding: 0px 0 7px 0;
letter-spacing: -1px;
}
#content h4 a {
color: #9EA036;
text-decoration: none;
}
#content h4 a:hover {
color: #111;
}

#columns {
margin-top: 10px;
border: 1px solid #D3D463;
background: #8eb182;
padding: 10px;
}

.column1 {
float: left;
width: 570px;
}
.column2 {
float: right;
width: 170px;
text-align: right;
}
.column2 ul {
padding: 0 0 0 0;
list-style-type: none;
}
.column2 ul li a {
text-decoration: none;
}
.column2 ul li a:hover {
color: #111;
}

.column3 {
color: #7c8977;
float: right;
width: 620px;
text-align: right;
}
.column3 ul {
padding: 0 0 0 0;
list-style-type: none;
}
.column3 ul li a {
}
.column3 ul li a:hover {
color: #538b40;
}

#footer {
margin-top: 20px;
border-top: 1px solid #AEAEAE;
background: #ececec;
padding: 10px 0;
text-align: center;
font-size: 11px;
}







