body {
 margin: 1em;
 padding: 0;
 font-family: Verdana, sans-serif;
 background-color: #DDD;
}

/* Main Page Container */
#page {
 width: 760px;
 position: absolute;
 left: 50%;
 margin: 0 0 0 -380px;
 background-color: white;
 border: 1px solid #CCC;
 
}

#head {
 background-image: url(/inc/html/default/pix/head.jpg);
 background-repeat: no-repeat;
 height: 116px;
}

#menu {
 background-image: url(/inc/html/default/pix/menu.jpg);
 background-repeat: no-repeat;
 height: 30px;
}

#menu ul {
 list-style-image: url(/inc/html/default/pix/orange_vbar.gif);
 padding: 5px 0 0 130px;
 text-align: center;
 letter-spacing: 2px;
}

#menu ul li {
 display: inline;
 padding: 0 10px 0 10px;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.5em;
}

#menu ul li a {
 color: white;
 text-decoration: none;
}

#menu ul li a:hover {
 color: #FECD3B;
}

#banner {
 height: 175px;
}

#banner.index {
 height: 256px;
}

#sidebar {
 width: 166px;
 float: left;
 padding: 10px 2px 0 3px;
}

#sidebar ul {
 margin: 1em 5px 0 0;
 padding: 0;
 letter-spacing: 1.5px;
 list-style-type: none;
}

#sidebar ul li {
 margin: 0 0 1em 0;
 padding: 0;
 font-size: 12px;
 text-align: right;
 font-weight: bold;
 line-height: 1.5em;
}

#sidebar ul li a {
 color: #004F9E;
 text-decoration: none;
}

#sidebar ul li a:hover {
 color: #FECD3B;
}

#content {
 width: 531px;
 border-width: 0 0 0 5px;
 border-color: #CCDDEE;
 border-style: solid;
 float: right;
 padding: 10px 40px 0 13px;
 color: #666;
 font-size: 13px;
 line-height: 1.8em;
}

#content ul {
 list-style-image: url(/inc/html/default/pix/orange_box.gif);
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 0.5px;
 padding: 0;
 color: #004F9E;
}

#content ul li {
 text-transform: none;
 font-weight: normal;
 font-size: 13px;
 margin: 0 0 0 2em;
 padding: 0;
 color: #666;
}

#foot {
 background-image: url(/inc/html/default/pix/menu.jpg);
 background-repeat: repeat-y;
 color: white;
 font-size: 10px;
 text-align: center;
 line-height: 1.3em;
 margin: -17px 0 0 0;
 padding: 4px;
}

#foot a {
 color: white;
 text-decoration: none;
}

#subfoot {
 color: #777;
 font-size: 10px;
 text-align: center;
 line-height: 1.1em;
}


h1 {
 font-size: 20px;
 line-height: 2.2em;
 color: #E37C31;
 font-weight: normal;
 margin: 5px 0 0 0;
}

em {
 display: block;
 color: #004F9E;
 text-transform: uppercase;
 line-height: 1.8em;
 letter-spacing: 0.5px;
 font-style: normal;
 font-size: 14px;
 font-weight: bold;
}

strong {
 font-size: normal;
}




