* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #33BFEB; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 750px;
margin: 40px auto;
}

#header {
height: 110px;
}
#header h1 {
padding: 40px 0 0 20px;
font-size: 30px;
letter-spacing: -1px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #E7037F;
}
#header h2 {
padding: 8px 0 0 20px;
font-size: 18px;
color: #666;
font-weight: 100;
}

#top {
background: #fff url("../images/top.gif") no-repeat;
padding: 5px 0;
}

#menu {
height: 50px;
line-height: 50px;
background: #33BFEB url("../images/menu.gif") no-repeat;
font-size: 12px;
}
#menu ul {
padding-right: 16px;
list-style-type: none;
}
#menu ul li {
display: block;
float: right;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 10px 10px;
background: #fff url("../images/content.gif"); repeat-y;
}

.right {
float: right;
width: 510px;
text-align: justify;
padding: 0 20px 10px 20px;
border-left: 1px solid #aaa;
}
.right ul {
padding-left: 28px;
list-style-type: disc;
}
.right h2 {
color: #33BFEB;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 8px 0;
}

.right h2#officers {
color: #E7037F;
font-size: 20px;
letter-spacing: -1px;
font-weight: 600;
padding : 8px 0 6px 0;
}

.right h2 a {

}
.right h2 a:hover {
              
}

.right h3 {
color: #33BFEB;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 6px 0;
}
.right h4 {
color: #333333;
font-size: 14px;
letter-spacing: +1px;
font-weight: 300;
padding : 2px 0 4px 0;
}
.right h4#new {
color: #333333;
font-size: 14px;
letter-spacing: +1px;
font-weight: 600;
padding : 4px 0 2px 0;
}
.right h4 a {
color: #333333;
text-decoration: none;
}
.right h4 a:hover {
color: #33BFEB;
text-decoration: underline;
}
.right h5 {
color: #353535;
font-size: 11px;
font-weight: 600;
padding: 0px 0 5px 0;
}
.right p {
padding: 4px 0px;
}
.right p#block {
margin-bottom: 8px; 
}
.right img { 
float: right; 
clear: right; 
margin: 0 0 0 6px; 
}
.right img#center { 
float: center;
clear: both; 
margin: 8px;
}
.left {
float: left;
width: 160px;
padding: 0 5px 5px 5px;
}
.left h2 {
font-size: 13px;
color: #333;
padding: 2px 0 2px 8px;
}
.left p {
padding: 0  0 1px 8px;
color: #333;
}
.left p a {
color: #333;
}
.left p a:hover {
color: #33BFEB;
}
.left ul {
list-style-type: none;
padding: 5px 0 5px 5px;
}
.left ul li {
padding: 2px 0 6px 12px;
}
.left ul li a {
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}

#bottom {
background: #fff url("../images/bottom.gif") no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }