* {
    margin: 0;
    padding: 0;
}

body {
padding-bottom: 30px;    
    text-align: center;    
    background: #567B62;
}

h1, h2 {
    font-weight: normal;
}

h1 {
display: inline;
    padding-left: 30px;
    font: 36px Georgia, Times, serif;    
    color: White;
}

h1 a {
    color: White;
    text-decoration: none;
}

h2 {
display: inline;
padding-left: 5px;
      font-size: 12px;
	   font-style: italic;
	text-transform: lowercase;
    color: #A9BBAF;
}

p {
    padding: 10px 0;
    line-height: 24px;
    text-align: justify;
}

a {
    color: #61C117;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
display: block;
border: none;
}  

.imgleft {
float: left;
padding: 12px 15px 0 0;
}

.imgright {
float: right;
padding: 12px 0 0 15px;
}

#main {
position: relative;
    margin: 0 auto;
    width: 970px;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left; 
   color: #567B62;
}

#header {
 padding-top: 32px;
   height: 58px; 
}

#search {
position: absolute;
top: 40px;
right: 30px;
width: 205px;
    height: 30px;
}

#search input.text {
float: left;
display: block;
    padding: 4px 6px;
    width: 140px;
    font: 14px Arial, Helvetica, sans-serif;
	color: #E3E3E3;
    background: #5B8969;
    border: 1px solid #619871;
	border-top: 1px solid #52765E;
	border-left: 1px solid #52765E;
}

#search input.submit {
float: right;
    display: block;
    padding: 5px 0;
    width: 45px;
    font-size: 11px;
	font-weight: bold;
    color: White;
        background: #C0548C;
	 border: 1px solid #64A076;
	 	border-right: 1px solid #52765E;
	border-bottom: 1px solid #52765E;
    cursor: pointer;
}

#menu {
    height: 54px;
    background: #98D64A url(images/menu.gif) repeat-x;
	border-left: 1px solid #90CF60; 
		border-right: 1px solid #90CF60; 
}

#menu ul {
    list-style: none;
    	text-align: center;
}

#menu ul li {
    display: inline;      
}

#menu ul li a {
    padding: 0 30px;	
    font-size: 13px;
    line-height: 54px;
    text-decoration: none;
    color: #43674F;   
}

#menu ul li a:hover {
      color: Black;    
    }

#middle {
	background: White url(images/middle.gif) repeat-y top;
	border-left: 1px solid #90CF60; 
		border-right: 1px solid #90CF60; 
}  

#middle2 {
height: 1%;
	background: url(images/middle.jpg) no-repeat top;     
}

#middle3 {
padding: 15px 9px 20px 9px;
	background: url(images/middle2.jpg) no-repeat bottom;     
}

#content {
    float: left;
	padding: 35px 50px 0 50px;
    width: 470px;
}

#content h3 {
padding-left: 15px;
font: 24px Georgia, Times, serif;   
}

#content .box {
    padding: 5px 0 20px 0;
}

.sidebar {   
    width: 190px;
	padding-bottom: 30px;
		font-size: 11px;
	color: #685143;
}

.sidebar#left {
float: left;
}

.sidebar#right {
float: right;
}

.sidebar h3 {
    padding-left: 24px;
	font-size: 13px;
	line-height: 32px;
	color: White;
		background: #CA5C9D url(images/lefth3.gif) no-repeat;
}

.sidebar a {
color: #D263A7;
}

.sidebar ul, .sidebar .box {
	background: url(images/sidebar.gif) repeat-y; 
	border-top: 1px solid White;  
	border-bottom: 1px solid #F4F4F4;  
	}

.sidebar ul {
    list-style: none; 
}

.sidebar ul li {
    margin: 0 10px;
	 line-height: 30px;
	 border-bottom: 1px dashed #E3E3E3;	
}

.sidebar ul li.lastli {
height: 1%;
border-bottom: none; 
}


.sidebar ul li a {
display: block;
margin: 0;  	 
}


.sidebar .box {
    padding: 5px 10px;	
}

.sidebar p {
padding: 7px 0;
    line-height: 20px;
    text-align: left;
}

.sidebar span {
font-weight: bold;
color: #B1427B;
}

.hr {
clear: both;
    height: 4px;
    overflow: hidden;
background: #DB6BAD;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer p {
    text-align: center;
    color: #CCC;
}
