body {
font-family:verdana, sans-serif;
font-size:1em;
background-color:#333;
margin:1em;
padding:0;
}

#siteBox {
float:left;
width:100%;
color:#FFF;
}

#header {
float:left;
width:100%;
height:4em;
background:#25509F url(../images/rtbr.png) no-repeat bottom left;
}

#header a {
float:right;
width:8em;
font-size:0.6em;
text-align:center;
text-transform:uppercase;
text-decoration:none;
color:#FFF;
background-color:#666;
border-bottom:2px solid #333;
border-right:1px solid #333;
border-left:1px solid #333;
padding:5px 10px;
}

#header a:hover,#header a.active {
padding-top:10px;
background-color:#333;
}

#header a.lastMenuItem {
background-image:url(../images/corner_tr.gif);
background-repeat:no-repeat;
background-position:top right;
border-right:0;
}

a .desc {
display:none;
text-transform:lowercase;
color:#666;
}

a:hover .desc,.active .desc {
display:block;
}

.title {
float:left;
font-size:1.4em;
font-weight:700;
text-transform:uppercase;
text-align:right;
line-height:0.75em;
letter-spacing:-0.15em;
color:#000;
padding:1em 30px 0 2em;
}

.subTitle {
display:block;
font-size:0.4em;
text-transform:lowercase;
line-height:1.2em;
letter-spacing:0.01em;
}

#content {
float:left;
width:100%;
background-color:#666;
padding:1em 0;
}

#contentLeft {
float:left;
width:23.3%;
margin-bottom:1em;
background:#777 url(../images/corner_sub_tr.gif) no-repeat top right;
}

#contentRight {
float:right;
width:75%;
background:#777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#photocontent {
height:125px;
background:#666;
margin:1em;
}

#content p {
font-size:0.8em;
line-height:1.8em;
margin:1.2em 1.2em 2em;
}

#content a {
text-decoration:none;
color:#000;
border-bottom:1px solid #AAA;
}

#content a:hover {
color:#DDD;
background-color:#888;
border-bottom:1px solid #EEE;
}

.header,.subHeader {
display:block;
clear:both;
font-weight:700;
font-size:0.8em;
text-transform:uppercase;
color:#000;
border-bottom:1px solid #AAA;
}

.subHeader {
border:0;
}

#content a.menuItem {
display:block;
background:url(../images/icn_plus.gif) no-repeat center left;
border:0;
padding:5px 0 5px 54px;
}

#content a:hover.menuItem {
color:#DDD;
background:#888 url(../images/icn_plus_on.gif) no-repeat center left;
border:0;
}

#footer {
float:left;
width:100%;
height:3em;
font-size:0.6em;
text-transform:lowercase;
line-height:2.6em;
color:#999;
background:#25509F url(../images/rtbr.png) repeat-y top left;
}

#footerLeft {
float:left;
width:60%;
height:3em;
text-align:left;
background:url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
float:right;
width:35%;
height:3em;
text-align:right;
background:url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
color:#0AD;
}

#footer a:hover {
color:#666;
}

.grey {
font-size:0.9em;
color:#AAA;
}

.white {
color:#FFF;
}

acronym {
cursor:help;
border-bottom:1px dotted #AAA;
}

ol {
font-size:0.8em;
padding-top:5px;
padding-bottom:5px;
}

ul {
font-size:0.8em;
padding-top:5px;
padding-bottom:5px;
list-style-image:url(../images/li_bullet.gif);
}

li {
margin-left:50px;
}

h4 {
margin-left:25px;
color:#000;
}

.imgLeft,.imgRight {
margin:5px;
}

.imgLeft {
float:left;
margin-left:0;
}

.imgRight {
float:right;
margin-right:0;
}

.bottomCorner {
text-align:right;
}

.vBottom {
vertical-align:bottom;
}