
body {
	background-color: white;
	margin: 0;
	padding: 0;
    font-family: Verdana, Arial, Helvetica, sans;
}

a:link {
}

a:visited {
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

.instructions {
    color: #666;
}

#topsearchquery {
    border: 1px solid #999;
}

form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#bodyContainer {

}

#toolbar, #masthead, #content, #footer, #breadcrumb {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Toolbar */
#toolbarContainer  {
    margin: 0.1em 0 1em 0;
    height: 45px;
}

#toolbar {
    text-align: right;
}
#toolbar img.logo {
    float: left;
    border: 0;
}

#toolbar .logininfo {
    font-size: 70%;
}
#toolbar .help {
    font-size: 70%;
}
#toolbar .btlhome{
    font-size: 70%;
    font-weight: bold;
}
#toolbar .separator {
    color: #999;
    font-size: 80%;
}
#toolbar form, #toolbar form fieldset {
    display: inline;
}

#toolbar form .searchbutton {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}


/* Masthead styles */
#mastheadContainer {
}

#masthead {

}

/* Breadcrumb styles  */
#breadcrumb p {
    font-size: 80%;
}
#breadcrumb a:link {
    color: #7777cc;
    text-decoration: none;
}
#breadcrumb a:visited {
    color: #996699;
    text-decoration: none;

}
#breadcrumb a:hover {
    color: #996699;
    text-decoration: underline;
    color: blue;
}
#breadcrumb .crumbCurrent {
    color: #999;
}
#breadcrumb .crumbSeparator {
    color: #999;
}

/* Content styles */
#contentContainer {
    margin-top: 0.3em;
    
}
#content {
    min-height: 400px;
    
}
#content h1 {
    font-size: 110%;
    margin-bottom: 1.5em;
}

#content p {
    
    font-size: 80%;
}

#content form label {
    font-size: 80%;
}

#content .separator, #content .panelseparator {
    color: #ccc;
}

div.contentBox {
    background: url(/images/content-gradient.jpg) top no-repeat;
    padding: 8px 0 0 8px;
    min-height: 200px;
}

div.contentBox h1 {
    margin-top: 0;
}
#content input.searchbutton {
    background-color: #004FA3; 
    color: white;
    border: 1px solid #999;
    cursor: pointer;
}


/* Footer styles */

#footerContainer {
    margin-top: 1em;
    clear: both;
}

#ratesContainer {
	clear: both;
}

#footer {
    text-align: center;
    border-top: 1px solid #ccc;
}
#footer p {
    font-size: 60%;
    color: #999;
}

#content #login p.forgotPass {
 margin-top: 0;
 padding: 0;
 font-size: smaller;    
}

#content #login p.forgotPass a {
    color: rgb(119,119,204);
}

