@charset "utf-8";

h1 {
font-size:1.4em;
color:#FF6600;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
padding-top:13px;
}

h2 {
font-size:1.6em;
color:#FF6600;
font-family:Arial, Helvetica, sans-serif;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#wrapper {
width:900px;
border:1px solid black;
float:left;
}

.header {
width:900px;
height:130px;
float:left;
background-image:url(images/header-left2.jpg);
background-repeat:no-repeat;
background-position:right;
}

#bodywrapper {
width:880px;
background-color:#00853E;
border-top:6px solid #006666;
border-bottom:6px solid #006666;
padding:10px;
float:left;
clear:both;
}

#leftwrapper {
width:210px;
float:left;
}

#rightwrapper {
width:660px;
margin-left:10px;
float:left;
margin-bottom:10px;
}

.leftmenu {
width:210px;
background-color:white;
background-image:url(images/faded-logo.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;
}

.leftmenutop {
background-image:url(images/round-top.jpg);
width:210px;
height:8px;
float:left;
}

.leftmenubottom {
background-image:url(images/round-bottom.jpg);
width:210px;
height:8px;
float:left;
margin-bottom:5px;
}

.righttop {
background-image:url(images/right-top.jpg);
width:660px;
height:8px;
float:left;
margin-top:10px;
}

.rightbottom {
background-image:url(images/right-bottom.jpg);
width:660px;
height:8px;
float:left;
margin-bottom:5px;
}

.rightContent {
width:640px;
background-color:#FFFFFF;
padding-left:10px;
padding-right:10px;
float:left;
clear:both;
}

#menu {
margin:0px;
padding:0px;
padding-left:5px;
padding-right:5px;
}

#menu li {
list-style:none;
text-align:center;
border-bottom:1px solid #CCCCCC;
}

#menu li a {
font-weight:bold;
color:#006666;
line-height:18px;
text-decoration:none;
text-transform:uppercase;
display:block;
}

#menu li a:hover {
color: #FF6600;
}

#menu #last {
border:0px;
}

a {
color:#FF6600;
}

.footer {
float:right;
width:900px;

}