@charset "utf-8";
/* Feesabililla - CSS
By www.YellowPixelDesigns.com */

body {
background: white;
color: #2c5562;
font-family: Arial, Helvetica, sans-serif;
}

img {
border: 0;
}

*{
padding: 0;
Margin: 0;
}

h1, h2, h3 {
color:#2c5562;
}

/*h1 {
font-size: 1.5em;
}

h2 {
font-size: 1.2em;
}

h3 {
font-size: 1.0em;
}*/

a:link {
color:#687500;
text-decoration:none;
font-weight:bold;
}

a:visited {
color:#687500;
text-decoration:none;
font-weight:bold;
}

a:active {
color:#447a82;
text-decoration:underline;
font-weight:bold;
}

a:hover {
color:#447a82;
text-decoration:underline;
font-weight:bold;
}

#head {
margin-left: auto;
margin-right: auto;
width: 780px;
height: 80px;
}

#content {
width: 780px;
padding: 10px;
margin-left: auto;
margin-right: auto;
}

#leftbox {
width: 135px;
float: left;
}

ul .menu {
display: block;
width: 135px;
list-style: none;
}

.menu li {
list-style: none;
}

.menu li a {
font-weight: normal;
background: url('images/menu1.jpg') no-repeat;
width: 135px;
height: 27px;
display: block;
padding-left: 8px;
padding-top: 5px;
color: #2c5562;
font-weight: bold;
font-size: 0.9em;
}

.menu li a:link {
color: #2c5562;
font-weight: bold;
font-size: 0.9em;
background: url('images/menu1.jpg') no-repeat;
}

.menu li a:hover {
color: #687500;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
background: url('images/menu2.jpg') no-repeat;
}

#rightbox {
width: 235px;
float: left;
}

.rhbg {
width:200px;
height: 27px;
color: #2c5562;
font-weight: bold;
font-size: 0.9em;
background: url('images/menu1.jpg') no-repeat;
}

.rh {
padding:5px;
}

.rt {
padding: 10px;
color: #447a82;
font-size: 0.8em;
}

.floatl {
float: left;
}

.floatr {
float: right;
}

#main {
width: 400px;
padding: 5px;
float: left;
font-size: 0.8em;
}

.clear {
clear: both;
}

#copybg {
width: 780px;
height: 31px;
background: url('images/foot.jpg');
margin-left: auto;
margin-right: auto;
color: #b3b374;
font-size: 0.7em;
text-align: center;
margin-bottom:10px;
}

#copy {
padding: 10px;
}

.tright {
text-align: right;
}