html, body {
background:url(images/back.gif) repeat-x scroll left top #B5B5B5;
font-family:sans-serif;
font-size:12px;
margin:0;
padding:0;
}

/* TAGS */

.database{ 
cursor:auto;   
border-color: #000000; 
border-style: solid solid solid; 
border-width: 2px 2px 2px; 
}

p {
padding:0px;
margin:0px;
}

#layout {
margin:0 auto;
width:900px;
}

#head {
margin-top:5px;
padding-top:0px;
width:900px;
height:118px;
background:url(images/backbanner1.gif) left top no-repeat;
}

#title {
font-size:36px;
vertical-align:middle;
text-align:center;
}


#nav {
height:22px;
width:900px;
background:#000000;
vertical-align:bottom;
color:#FFFFFF;
font-size:16px;
}

#nav{
list-style-image:none;
list-style-type:none;
margin:0px 0;
padding:0 0 4px;
}

/*#main_left a {
    color:#FFFFFF;
}*/

#nav li {
background:url(images/navbutton.gif) left top #000000;
color:#FFFFFF;
float:left;
font-size:12px;
font-weight:bold;
height:25px;
margin:0 3px 0 0;
/*padding:0 0 0 11px;*/
/*width:auto;*/
width:100px;
text-align:center;
}


#nav li.current {
background-color:#FFFFFF;
color:#000000;
}

#nav li a:link, #nav li a:visited {
color:#FFFFFF;
display:block;
margin:0 0;
padding-left:14px;
padding-right:22px;
padding-top:9px;
text-decoration:none;
}

#nav li.selected a, #nav li a:focus, #nav li a:hover, #nav li a:active {
background:url(images/navbutdep.gif) left top #000000;
color:#FFFFFF;
padding-top:9px;
padding-left:14px;
padding-right:22px;
text-decoration:none;
}

#sub-banner {
height:150px;
width:900px;
background:/*url(images/Solver_Banner.jpg)*/ no-repeat center #000000;
}

#main {
width:900px;
background:#454545;
}

#main1{
padding-left:10px;
width:890px;
background:#FFFFFF
}

#bottom{
height:20px;
width:900px;
background:url(images/bottom1.gif) no-repeat bottom;
}
#bottom a{
color:#FFFFFF
}

#main_left{

width:180px;
font-size:16px;
/*height:375px;*/
float:left;
background:#454545;
vertical-align:top;
}

#main_right{
padding:10px;
width:680px;

background:#FFFFFF;
}

.box{
background:url(images/featured1.gif) no-repeat top #FFFFFF;
}

.eflo a{
color:#FFFFFF;
}

ul {
list-style-type:disc;
}

strong {
color:#0000FF;
}

.title {
text-align:center;
color:#FFFFFF;
font-size:46px;
font-family:Georgia;
font-weight:bold;
}


a:visited {
color:#000071;
}

div.notes {
    background-color: #EEEEEE;
    border: 1px solid #666666;
    color: #666666;
    float: right;
    font-size: 88%;
    height: auto;
    margin: 0 0 10px 10px;
    padding: 5px;
    width: 158px;
	 border-radius:10px;
}

div.notes h4 {
    background-image: url("/images/icon_info.gif");
    background-position: left top;
    background-repeat: no-repeat;
    border-color: #666666;
    border-style: solid;
    border-width: 0 0 1px;
    color: #666666;
    font-size: 110%;
    margin: 0;
    padding: 3px 0 3px 27px;
}

