div.shadow-corner {
    background-image: url(/images/shadow_corners.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 10;
    margin: -11px;
}

div.shadow-horiz {
    background-image: url(/images/shadow_horiz.png);
    position: absolute;
    width: 100%;
    height: 11px;
    margin: -11px 0px;
}

div.shadow-vert {
    background-image: url(/images/shadow_vert.png);
    position: absolute;
    width: 11px;
    height: 100%;
    margin: 0px -11px;
}

.full-height {
    height: 44.2308em;
    *height: 43.1250em; /* IE */
}

div.pad {
	padding: 0 1.5em !important;
	padding-right: 2em !important;
}

#footer {
    background-color: #acc7e3;
    border-top: 0.078em solid #000;
}

#menudiv {
    background-color: #5f8ab5;
    border-right: 0.078em solid #000;
    /*width: 13.15em;*/
    /*width: 12.8212em; /* IE */
	width: 170px;
}

#content {
    width: auto;
	overflow: auto;
	color: #666;
}

#images {
    background-color: #5f8ab5;
    /*width: 11.5385em;*/
    /*width: 11.25em; /* IE */
	width: 150px;
    border-left: 0.078em solid #000;
}

#images img {
    display: block;
    /*width: 11.5385em;*/
	/*width: 11.25em; /* IE */
    /*height: 8.8462em;*/
	/*height: 8.625em /* IE */
	width: 150px;
	height: 115px;
}

#yui-main {
    position: relative;
}

.custom {
	width: 65em !important;
	*width: 63.3803em !important; /* IE */
}

table.layout {
	width: 100%;
}

.layout {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

.verticalbar {
    /*border-right: 1px solid #000;*/
    padding-left: 0;
    padding-right: 1em;
}

html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
}

h1 {
    font-size: large;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    text-align: left;
    margin: 0;
	font-size: 130%;
	padding: 1em 0;
}

h2 {
    font-size: medium;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    padding-bottom: 1.5em;
    font-size: 100%;
    padding-top: 1em;
}

p {
    padding-bottom: 1em;
}

a {
    color: #000;
    text-decoration: none !important;
    font-weight: bold !important;
}

a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

hr {
    border: none;
    height: 0.078em;
    background-color: #000;
	color: #000;
	clear: both;
}

td, th {
	padding-left: 1em;
}

em {
	font-style: italic;
}
em a {
	font-weight: normal !important;
	font-size: 75%;
	color: #888;
}
strong {
	font-weight: bold;
}

.menu {
    padding-top: 1em;
    margin: 0.2em;
}

.menu li {
    list-style: none;
    min-height: 1em;
}

.menu li.spacer {
    list-style: none;
}

.menu a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 85%;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(/images/tombutn.gif);
    background-repeat: no-repeat;
	padding-left: 1.8em;
	background-position: 0.3em 0.18em;
}

.menu li.selected a {
    background-image: url(/images/selectedbutn.gif);
}

.menu a:hover {
    background-image: url(/images/butn2.gif);
}

ul.topbar {
    padding: 0.2em 1em;
    border-bottom: 0.078em solid #000;
	background-image: url(/images/grad.png);
    background-color: transparent;
	margin-bottom: 1em;
	font-size: 80%;
	padding-left: 1.4em;
}

ul.topbar li {
    display: inline;
    padding: 0em 0.5em;
    text-transform: uppercase;
    font-family: Verdana;
}

ul.topbar li a {
    color: #666 !important;
	font-size: 85%;
}

#content th {
	vertical-align: top;
}
#content td {
    vertical-align: top;
}

#content p {
	font-size: 75%;
	font-family: Verdana;
}

#content a {
	color: #666;
}

#content li {
	list-style-type: disc;
	margin-left: 1em;
}

#footer {
	text-align: center;
	text-transform: uppercase;
	padding: 0.3em;
	font-size: 65%;
	font-weight: normal;
	color: #888;
	background-color: #fff;
	text-transform: none;
}

#esn {
	color: #fff;
	text-align: center;
	font-size: 65%;
	position: absolute;
	bottom: 2.5em;
	width: 170px;
}

ul.topbar li.hidden a {
	color: #666 !important;
}

.menu li.hidden a {
	color: #333 !important;
}
