*
{
margin: 0px;
padding: 0px;
}

body
{
background-color: #fff;
color: #4A4A4A;
font-size: 15px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

a
{
text-decoration: underline;
color: #1083B3;
}

a:hover
{
text-decoration: none;
color: #fff;
background: #A5A5FF url('images/stripes_blue.gif') repeat-x;
}

#header
{
width: 100%;
height: 104px;
background-color: #000000;
background: url('images/spacer.gif') repeat-x;
color: #ffffff;
}

#header_inner
{
position: relative;
width: auto;
height: 104px;
margin: auto;
margin-right: 20px;
margin-left: 20px;
}

#location
{
background: inherit;
position: absolute;
right: 0px;
bottom: 25px;
color: #F0F0F0;
font-size: 15px;
font-weight: bold;
}

#main
{
padding-top: 20px;
position: relative;
width: auto;
margin: 0px auto;
padding-bottom: 10px;
}

#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold;
}

#menu a
{
display: block;
position: relative;
width: 190px;
height: 27px;
margin-bottom: 1px;
text-decoration: none;
background: inherit;
background-image: url('images/lightblue.gif');
padding-left: 10px;
padding-top: 11px;
color: #636363;
#text-transform: lowercase;
font-size: 13px;
}

#menu a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
}

#menu a:hover span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
}

#menu a:hover
{
background: inherit;
color: #fff;
background-image: url('images/stripes_blue.gif');
}

#lcol
{
position: relative;
width: 200px;
float: left;
}

#lcontent
{
position: relative;
padding: 0px 15px 0px 15px;
}

#rcontent
{
position: relative;
padding: 25px 20px 0px 20px;
}

p
{
margin-bottom: 25px;
text-align: justify;
line-height: 20px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #F5F5F5;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary
{
text-align: right;
font-style: italic;
}


#rcol
{
position: relative;
margin-left: 220px;
margin-right: 20px;
width: auto;
background-image: url('images/lightblue.gif');
background-repeat: repeat-x;
}

#footer
{
position: relative;
clear: both;
background: url('images/lightblue.gif') repeat-x;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
text-transform: lowercase;
}
