body
{
	font-family: Nimbus Sans L, "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	background-color: white;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	color: #000;
}
h1,h2,h3,h4,h5,h6{
	font-family: Nimbus Sans L, "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
h1{
	color: #474747;
}
h2{
	color: #575757;
}
h3{
	color: #676767;
}
h4{
	color: #777777;
}
h5 {
	color: #878787;
}
h6 {
	color: #979797;
}
a{
	color: #004583;
	text-decoration: none;
}
a:hover{
	background-color: transparent;
	text-decoration: underline;
}
h1 a{
	color: #474747;
}
a.newpage{
	color: #6f918a;
	text-decoration: none;
}
#page-content{
	margin-top: 30px;
}
#container {
	width: 976px;
	margin: 0 auto;
}
#header {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	top: 10px;
	height: 60px;
}
#header h1 a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;	
	width: 123px;
}
#header h1 a {
	color: transparent;
	display: block;
	font-size: 180%;
	line-height: 0;
	text-decoration: none;
}
#header h1 a span{
	display: none;
}
#header h2{
	display: none;
}
#content-wrap{
	margin-top: 20px;
	overflow: hidden;
}
#side-bar{
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#page-title{
	border-bottom: 1px solid #b3b3b3;
	color: #474747;
	font-weight: bold;
	font-size: 32px;
}
#breadcrumbs{
	color: #666;
	font-weight: normal;
	font-size: 12px;
}
#main-content{
float: left;
	margin-left: 10px;
	width: 703px;
	padding: 0 10px;
}
#footer {
	margin: 0;
	padding: 0;
}
#footer .options{
	color: #b3b3b3;
	font-size: 10px;
}
#license-area {
	border-top: 1px solid #ececec;
	font-size: 10px;
}
#search-top-box{
	background-image:  url(images/menu_bg.png);
	background-repeat: no-repeat;	
	width: 976px;
	right: 2px;
	top: 40px;
	z-index:19;
	height: 21px;
}
#search-top-box input.empty{
	height: 21px;
	width: 107px;
	font-family: Nimbus Sans L, "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	overflow: hidden;
}

#search-top-box input.text{
	color: #888;
	height: 18px;
	width: 107px;
	font-family: Nimbus Sans L, "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	overflow: hidden;
}
#search-top-box-input {
	border: 0;
	background-color: transparent;
}
#search-top-box-form input.button {
	display: none;
	background: transparent;
	color: transparent;
	height: 0;
	padding-left: 18px;
	width: 20px;
	border: 0;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
#search-top-box-form {
	margin-left: 845px;
}
#login-status{
	top: 5px;
}
#login-status a {
	color: #333;
}
#account-options{
	padding: 2px;
	background-color: #D5D5D5;
	border: 1px solid #666;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	border-radius: 5px;	
}
#account-options li a{
	margin: 0 auto;
}
#account-options li a:hover{
	background-color: #E5E5E5;
	margin: 0 auto;
}
#account-topbutton{
	border: 1px solid #666;
	background-color: transparent;
}
#top-bar{
    position: absolute;
left: 1em;
    bottom: 0px;
    z-index:20;
width: 800px;
}


#top-bar ul{
    display: block;
    margin:0; padding:0;
    list-style:none;
}
#top-bar li{
    list-style: none;
    float:left;
    margin: 0 5px;
    padding:0;
    
}
#top-bar li ul{
    padding: 1px;
    margin: 0;
    width: 160px;
    border: 1px solid #AAA;
webkit-border-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
background-color: #D5D5D5;
}

#top-bar  li ul li{
    padding: 0;
    margin: 0;
    /*width: 12em;*/
    display: block;
    float: none;
}

#top-bar li a{
	color: #333;
    text-align: center;
    display: block;
    margin: 0;
    padding: 1px 10px;
    text-decoration: none;
}
#top-bar a:hover {
    background-color: #E5E5E5;
    text-decoration: none;
color: black;
}    

#top-bar li ul li a{
    width: 139px;
    text-align: left;
    background-color: #D5D5D5;
color: #333;
    border: none;
}
#top-bar li ul li a:hover{
background-color: #E5E5E5;
color: #black
}

#top-bar li ul {
    position: absolute;
    /*left: -999em;*/
    visibility: hidden;
}

#top-bar li:hover ul, #top-bar li.sfhover ul {
    /*left: auto;*/
    visibility: visible;
}

.equation-number{
	padding-top: 1em;
}
.printuser{
	color: #333;
}
div.buttons input, input.button, button, file, a.button{
	background-image: url(images/button.png);
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 26px;
}
div.buttons input:hover, input.button:hover, button:hover,  a.button:hover{
	background-image: url(images/button2.png);
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	height: 26px;
}
textarea{
	font-family: Nimbus Sans L, "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}