html {
font-family: Verdana,Arial,Helvetica,sans-serif;
}
body {
font-size: 11px;
color: #000000;
}

#sitecontainer {
position: relative;
width:1020px;
margin:1% auto 0.5% auto;
background: #f2f2f2;
/*min-height:1000px;*/
border-left: solid #000080 2px;
border-right: solid #000080 2px;
border-bottom: solid #000080 2px;
}

#headercontainer{
width:100%;
background:#000080;
height:60px;
}

#logo {
float: left;
}

#logo img{
width:290px;
border:none;
}

#uppernav {
float: right;
}

#uppernav a{
width: 90px;
text-align: center;
color: #ffffff;
text-decoration: none;
font-weight: bold;
margin-right:25px;
}

#headerstatus{
background: #d8d8d8;
}

#bodycontainer{
clear:both;
}

#leftcontainer{
width:125px;
background: #EDEDED;
min-height:600px;
float:left;
overflow:hidden;
position:relative;
z-index:1;
border-right: solid #000080 1px;
border-bottom: solid #000080 1px;
}

#centercontainer{
/*background: #F7F7F7;*/
margin:0 125px 0 125px;
padding: 10px;
}
#rightcontainer{
width:125px;
background: #EDEDED;
float:right;
overflow:hidden;
position:relative;
z-index:1;
border-left: solid #000080 1px;
border-bottom: solid #000080 1px;
}

#footercontainer{
/*width:1024px;*/
height:50px;
background:#e5e5e5;
clear:both;
}

#sr_options{
padding:10px 80px 10px 50px;
}

#sr_ex{
padding: 10px 50px 10px 50px;
text-align:center;
/*background: #f0e580;*/
}
#sr_string{
width:547px; border:2px solid #ADADAD;
}

.titles{
color: #000080;
font-size: 14px;
padding-bottom:10px;
font-weight:bold;
}

.titles a {
color: #000080;
font-size: 14px;
padding-bottom:10px;
font-weight:bold;
}

#sr_examples {
padding-left:20px;
color:#626262;
}

#sr_examples a{
margin-right:10px;
color:#626262;
}

.latest_links{
padding: 10px 0px 0px 50px; 
}

.links a{
margin-right:10px;
color:#000080;
}

#sr_menu {
margin-bottom:10px;
margin-left:0px; /* needed for IE7 */
padding:0;
/*width:100%;
background: #E1E1E1;*/
list-style-type: none;
float: left; /* Contain floated list items */
}

#sr_menu li {
background:url("imgs/corner_left_sup.gif") no-repeat scroll left top #E1E1E1;
margin: 0;
padding: 0;
float: left;
}
#sr_menu a {
background:url("imgs/corner_right_sup.gif") no-repeat scroll right top transparent;
float: left;
width: 123px;
text-align: center;
color: #000080;
text-decoration: none;
line-height: 2.5;
border-right: 1px solid #FFF;
}

#sr_menu li.current a {
background: #BEB06F;
color: #1A1303;
font-weight: bold;
}

