/*
 * Basic Body Setup
 */
body {
font-size:10pt;
font-family:Arial,Times New Roman;
background-color:#36393D;
color:#000000;
text-align:center;
}


/*
 * Basic Page Layout Setup
 */
div#base {
height:600px;
width:770px;
margin:5px auto;
background-color:#EEEEEE;
border:1px solid #000000;
overflow:hidden;
}

div#nav {
top:10px;
float:left;
width:160px;
position:relative;
}

div#content {
top:10px;
float:right;
width:600px;
position:relative;
}

div#footer {
width:770px;
margin:10px auto;
background-color:#EEEEEE;
border:1px solid #000000;
color:#000000;
text-align:center;
line-height:25px;
overflow:hidden;
}

div#footer p {
padding:0 5px;
margin:0 auto;
}

div.clear {
clear:both;
}


a {
font-weight:bold;
}

a:link {
color:#000000;
}

a:visited {
color:#000000;
}

a:hover {
color:#555555;
}

a:active {
color:#303030;
}

hr {
color:#006298;
width:90%;
text-align:center;
margin:0 auto;
}



/*
 * Header Setup
 */
div#header {
height:120px;
margin:0 auto;
text-align:center;
background-color:#006298;
border:1px solid #FFFFFF;
position:relative;
}

div#header img {
top:50%;
vertical-align:middle;
margin-top:-50px;
position:relative;
}


/*
 * Menu Setup
 */
div.mtop {
width:135px;
height:25px;
margin:0 auto;
background:#006298 url(../img/header.gif) repeat-x scroll top left;
border:1px solid #000000;
color:#FFFFFF;
text-align:center;
font-weight:bold;
line-height:25px;
}

div.menu {
width:135px;
margin:0 auto;
background-color:#FFFFFF;
border:1px solid #000000;
border-top-style:none;
text-align:left;
}

div.ltop {
width:135px;
height:25px;
margin:0 auto;
margin-top:10px;
background:#006298 url(../img/header.gif) repeat-x scroll top left;
border:1px solid #000000;
color:#FFFFFF;
text-align:center;
font-weight:bold;
line-height:25px;
}

div.link {
width:135px;
margin:0 auto;
background-color:#FFFFFF;
border:1px solid #000000;
border-top-style:none;
text-align:left;
}

a.nav {
font-size:9pt;
font-weight:bold;
padding:0px 5px;
}

a.nav:link {
color:#707070;
}

a.nav:visited {
color:#000000;
}

a.nav:hover {
color:#888888;
}

a.nav:active {
color:#444444;
}


/*
 * Menu Stuff: Hover Boxes
 */
a.nav span.ibox {
display:none;
margin-left:-5000px;
color:#000000;
font-size:10pt;
font-weight:normal;
text-decoration:none;
}

a.nav:hover span.ibox {
top:242px;
left:5012px;
width:135px;
display:block;
position:absolute;
}

span.itop {
display:block;
width:135px;
height:25px;
margin:0 auto;
background:#006298 url(../img/header.gif) repeat-x scroll top left;
border:1px solid #000000;
color:#FFFFFF;
text-align:center;
font-weight:bold;
line-height:25px;
}

span.info {
display:block;
width:135px;
margin:0 auto;
background-color:#FFFFFF;
border:1px solid #000000;
border-top-style:none;
text-align:left;
}

span.ibox p {
margin:0 auto;
padding:0 5px;
}



/*
 * Content Stuff
 */
div.ctop {
width:580px;
height:25px;
margin:0 auto;
background:#006298 url(../img/header.gif) repeat-x scroll top left;
border:1px solid #000000;
color:#FFFFFF;
text-align:center;
font-weight:bold;
line-height:25px;
position:relative;
}

div.content {
width:580px;
height:300px;
margin:0 auto;
color:#000000;
background:#FFFFFF url(../img/sswrabg.gif) repeat-y scroll left top;
border:1px solid #000000;
border-top-style:none;
position:relative;
overflow:auto;
text-align:left;
}

div.content p {
padding:0px 5px;
}

div.content p.head {
color:#004278;
text-decoration:underline;
font-weight:bold;
}

div.content div.data {
margin-left:36px;
}



/*
 * Quote Stuff
 */
div.quotebox {
text-align:center;
}

div.quote {
width:80%;
padding:5px 0;
margin:0 auto;
color:#FFFFFF;
background-color:#004278;
border:1px solid #000000;
font-size:10pt;
text-align:left;
}

div.ocorner {
width:80%;
padding:5px 0;
margin:0 auto;
/*color:#FFFFFF;
background-color:#004278;*/
border:1px solid #000000;
font-size:10pt;
text-align:left;
}

div#mod_date {
color:#FFFFFF;
font-weight:bold;
text-align:center;
}