.full {
background-image: url('images/bg.png');
background-repeat: repeat-x;
background-color: rgb(198,219,233);}

.main {
width: 900px;
margin-left: auto;
margin-right: auto;}

.header {
margin-top: 34px;
width: 900px;
height: 65px;
background-image: url('images/header.jpg');
background-repeat: no-repeat;}

.menu {
width: 900px;
height: 46px;
font-family: Verdana;
font-weight: bold;
font-size: 13px;
margin-left: auto;
margin-right: auto;}

.menu a{
position: relative;
top: 15px;
color: rgb(0,102,153);
text-decoration: none;}

.menu a:hover{
color: rgb(0,0,0);
text-decoration: none;}

.menuleft {
width: 5px;
height: 46px;
background-image: url('images/MENU_L.png');
float: left;}

.menuright {
width: 5px;
height: 46px;
background-image: url('images/MENU_R.png');
float: left;}

.menucenter {
width: 146px;
height: 46px;
background-image: url('images/MENU_CENTER.png');
float: left;
text-align: center;}

.menuspacer {
width: 2px;
height: 46px;
background-image: url('images/MENU_SPACER.png');
float: left;}

.content {
margin-top: 10px;
padding: 20px;
width: 854px;
border: 1px solid rgb(51,102,153);
background-image: url('images/bgmain.png');
background-repeat: repeat;
text-align: justify;
font-family: Trebuchet MS;}

h1,h2,h3,h4 {
color: rgb(0,102,153);
margin-top: 0px;
font-size: 20px;}

.content a {
color: rgb(0,102,153);
text-decoration: underline;
font-size: 14px;}

.content a:hover {
color: rgb(0,0,0);
text-decoration: none;
font-size: 14px;}

.footer {
position: relative;
top: 10px;
width: 900px;
height: 40px;}

.footerleft {
width: 6px;
height: 40px;
background-image: url('images/footer_left.png');
float: left;}

.footerright {
width: 6px;
height: 40px;
background-image: url('images/footer_right.png');
float: left;}

.footercenter {
width: 884px;
height: 40px;
background-image: url('images/footer_content.png');
background-repeat: repeat-x;
float: left;}

.footertext {
font-family: Verdana;
left: 5px;
font-size: 13px;
color: rgb(255,255,255);
position: relative;
top: 11px;}

.footertext a{
color: rgb(0,0,0);
text-decoration: underline;}

.footertext a:hover{
color: rgb(255,255,255);
text-decoration: none;}

.space {
height: 20px;
clear: both;}

.services {
margin-top: 0px;
color: rgb(0,102,153);
margin-bottom: 10px;
font-size: 17px;
font-weight: bold;}