﻿*
{
	margin: 0 auto;
	padding: 0;
}
html
{
    font-size: 100%;
    overflow-y: scroll;
}
body
{
    background: #fff url(images/img00.png) repeat-x 0 0;
    font-family: Arial,Verdana,sans-serif;
    font-size: .75em;
    line-height: 130%;
    color:#003399;
}
h1
{
    font-size: 1.5em;
    margin: 0 0 16px;
    border-bottom: 1px solid #DDD;
    line-height: 110%;
    color: #000066;
}
h2
{
    font-size: 1.333em;
    margin: 0 0 16px;
	border-bottom: 1px solid #DDD;
	line-height: 110%;
	color:#333399;
}
h3
{
    font-size: 1.167em;
    margin: 0 0 3px 16px;
    line-height: 110%;
    color:#333399;
}
* li h3
{
    margin: 0;
}
h4
{
    font-size: 1.083em;
    margin: 0 0 5px 16px;
    line-height: 110%; 
    color:#333399;
}
* li p
{
    margin: 0;
}
p, dl
{
    margin: 16px;
}
dd
{
    margin: 0 0 16px;
}
a
{
	color: #777;
	font-weight: normal;
}
a:hover
{
	text-decoration: none;
}
hr
{
	display: none;
}
li
{
    list-style-type: none;
}
label
{
	color: #000
}
/* Main */
#main
{
    width: 960px;
	margin: 0 auto;
}
/* Header */
#header
{
    width: 960px;
    height: 106px;
    background: transparent url(images/img01.png) no-repeat 0 12px;
    padding: 12px 0 0;
}
#header #name
{
    float: left;
    display: inline-block;
    width: 190px;
    height: 30px;
}
#header #status
{
    float: right;
	width: 740px;
	height: 30px;
	padding: 0 20px 0 0;
	font-style: italic;
	color: #fff;
}
#header #status a
{
	color: #fff;
}
#header #status #login
{
    text-align: right;
}
#header #logo
{
    float: left;
    margin: 0 auto 0 20px;
    display: inline-block;
    width: 40px;
    height: 38px;
}
#header #navbar
{
    float: right;
    width: 860px;
    height: 38px;
	padding: 0 20px;
}
#header #navbar #menu
{
    float: left;
    padding: 4px 0 0;
}
#header #navbar #search
{
    float: right;
    padding: 4px 0 0;
	width: 147px;
}
#header #navbar #search fieldset
{
    border: none;
}
#header #navbar #search input[type=text]
{
    float: left;
	padding: 3px 5px;
	height: 16px;
    font-size: 14px;
    width: 112px;
    background: #000 url(images/img02.gif) repeat-x center center;
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    border: 1px solid #6F6F6F;
    border-right: none;
}
#header #navbar #search input[type=button]
{
    float: right;
    width: 24px;
    height: 25px;
    background: transparent url(images/img03.gif) no-repeat 0 0;
    border: none;
}
#header #breadcrumb
{
    color: #777777;
    float: left;
    font-size: 12px;
    font-style: italic;
    height: 18px;
    padding: 16px 190px 4px 20px;
    width: 750px;
}
#header #breadcrumb a
{
    color: #939;
}
/* Page */
#page
{
	width: 896px;
	padding: 12px 32px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    background: #F8F8F8 url(images/img04.png) repeat-y center center;
}
/* Body */
#body
{
	float: left;
	width: 595px;
}
#bodyflipped
{
	float: right;
	width: 595px;
}
#bodywide
{
	float: left;
	width: 896px;
}
#body #left
{
	float: left;
	width: 288px;
}
#body #right
{
	float: right;
	width: 288px;
}
/* Search Results */
.searchResults dd strong
{
    color: #000;
    background: #939;
}
/* Membership */
.membership
{
    margin: 0 0 0 16px;
}
.membership h3
{
    margin: 0 0 16px 0;
}
.membership fieldset
{
    padding: 16px;
    width: 300px;
    border: solid 1px #6F6F6F;
}
#sidebar .membership fieldset
{
    width: 235px;
}
.membership li
{
    height: auto;
    width: 100%;
    display: inline-block;
}
.membership label
{
    float: left;
}
.membership input[type=text],input[type=password],input[type=submit],li.checkbox
{
    float: right;
}
.membership .errorMsg
{
    color: #F00;
    text-align: right;
}
.membership .warning li
{
    margin: 0 0 0 32px;
}
.manageprofile
{
    padding: 16px;
}
.refresh
{
	display: inline-block;
	width: 50px;
	height: 50px;
	background:  url(images/img06.png) center center;
}
.refresh:hover
{
	background:  url(images/img07.png) center center;
}
/* SideBar */
#sidebar
{
	float: right;
	width: 285px;
}
#sidebarflipped
{
	float: left;
	width: 285px;
}
/* Footer */
#footer
{
	color: #777;
	width: 610px;
	padding: 7px 330px 20px 20px;
	background: transparent url(images/img05.png) no-repeat;
	font-style: italic;
}
#footer a
{
    color: #777;
}
#footer p
{
	margin: 0;
	line-height: normal;
}