* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #454545;
    background: White url(images/bg.gif) repeat-x top;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    padding-left: 25px;
    font: 34px Georgia, Times, serif;
    color: #669291;
}

h1 a {
    font-weight: normal;
    color: #669291;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    position: relative;
    top: -2px;
    padding-left: 25px;
    font-size: 11px;
    text-transform: uppercase;
    color: #4E9F9C;
}

h3 {
    font-family: Georgia, Times, serif;
    color: #669291;
}

h3 a {
    font-weight: normal;
    color: #669291;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: none;
}

p {
    padding: 0.8em 0;
    line-height: 1.7em;
    text-align: justify;
}

a {
    font-weight: bold;
    color: #008D40;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

#header {
}

#menu_top {
    float: right;
    height: 43px;
    background: url(images/menu_top.jpg) no-repeat left;
}

#menu_top ul {
    list-style: none;
    margin-left: 30px;
}

#menu_top ul li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 12px;
    background: #9DE5E2 url(images/menu_top.gif) repeat-x;
}

#menu_top ul li#lastli {
    padding: 0;
    width: 30px;
    height: 43px;
    background: url(images/menu_top2.jpg) no-repeat right;
}

#menu_top ul li a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 43px;
    color: #5B8496;
}

#logo {
    clear: both;
    height: 80px;
}

input.text {
    padding: 2px 3px;
    width: 190px;
    font-size: 15px;
    color: #454545;
    background: White;
    border: 1px solid #9DE5E2;
}

input.submit {
    padding: 3px 0;
    font-size: 10px;
    text-transform: uppercase;
    color: White;
    background: #684027;
    border: 1px solid #6C6C6C;
    cursor: pointer;
}

#search {
    position: absolute;
    top: 70px;
    right: 30px;
    width: 255px;
    height: 30px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
}

#search input.submit {
    float: right;
    display: block;
    width: 50px;
}

#login {
}

#login form {
    margin: 10px 0 20px 0;
    padding: 10px 10px 16px 10px;
    background: #FDF6D9;
    border: 1px solid #FDEC9E;
}

#login form label.label_left {
    display: block;
    padding: 8px 0 5px 0;
}

#login form p {
    padding: 0 0 0 30px;
}

#login form p a {
    font-weight: normal;
}

#login input.text {
    margin-bottom: 6px;
}

#login input.submit {
    margin: 15px 0;
    width: 70px;
}

#menu {
    height: 40px;
    background: #9DE5E2 url(images/menu.jpg) no-repeat top;
}

#menu ul {
    list-style: none;
    padding: 0 11px 0 13px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 6px 2px 6px 0;
}

#menu ul li a {
    display: block;
    float: left;
    width: 115px;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: White;
    background: #679492 url(images/menu_item.gif) no-repeat top;
}

#menu ul li a:hover {
    color: #9CE5E3;
}

#middle {
    margin-top: 25px;
    height: 1%;
    border-left: 1px solid #82DBD8;
    border-right: 1px solid #82DBD8;
}

#left {
	float: left;
	width: 670px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#left h3 {
    font-size: 2em;
    font-family: Georgia, Times, serif;
    color: #669291;
}

p.meta {
    padding: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #B4B4B4;
}

#left .box {
    padding: 5px 0 20px 0;
}

#right {
	float: right;
	padding-top: 5px;
	width: 180px;
}

#sidebar, #sidebar2 {
	width: 220px;
	border-left: 1px solid #82DBD8;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 2px;
}

#sidebar {
    float: left;
}

#sidebar2 {
    float: right;
}

#right h3 {
    font-size: 1.7em;
}

#right p {
    padding: 0.4em 0;
    line-height: 1.6em;
    text-align: left;
}

#right .box {
    padding: 3px 0 15px 0;
}

#right ul {
    list-style: disc inside;
    padding: 8px 0 20px 0;
}

#right ul li {
    padding: 0.2em 0;
    line-height: 1.5em;
}

#right ul li a {
    padding: 0;
    font-weight: normal;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    border-top: 2px solid #82DBD8;
}

#footer p {
    padding: 20px 0;
    text-align: center;
}

