/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(img/back.jpg) #a6a988 repeat-x top;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}

ul {
	padding: 8px 8px 8px 20px;
}

ol {
	padding: 8px 8px 8px 35px;
}

h1, h2, h3, h4, h5, h6 {
    padding: .4em 8px .3em 8px;
    color: #555d29;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 13px;
}

hr {
    height: 1px;
    background-color: #ccba9e;
    border: none;
    margin: 4px 8px;
}

fieldset {
    padding: 10px;
    margin: 10px;
}

legend {
    padding: 0 6px;
}

p {
    padding: 8px;
}

* html img {
    display: block;
    margin:0px;
    padding:0px;
    border-width:0px;
    overflow: hidden;
}

a {
    color: #555d29;
}

.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
    color: #A7B3C9;
}

.green h1, .green h2, .green h3, .green h4, .green h5, .green h6 {
    color: #A2BFA2;
}

.orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6 {
    color: #F6C9AA;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: #555d29;
}

#container {
    width: 762px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    margin-top: 4px;
    text-align: left;
    margin-bottom: 8px;
}

#inner {
    background: url(img/backInner.jpg) #ffffff repeat-y left;
}

#inner.standard {
    background: url(img/backInnerStandard.jpg) #ffffff repeat-y left;
}

#inner.blue {
    background: url(img/backInnerBlue.jpg) #ffffff repeat-y left;
}

#inner.green {
    background: url(img/backInnerGreen.jpg) #ffffff repeat-y left;
}

#inner.orange {
    background: url(img/backInnerOrange.jpg) #ffffff repeat-y left;
}

#inner.blueWhite {
    background: url(img/backInnerWhtBlue.jpg) #ffffff repeat-y left;
}

#inner.greenWhite {
    background: url(img/backInnerWhtGreen.jpg) #ffffff repeat-y left;
}

#inner.orangeWhite {
    background: url(img/backInnerWhtOrange.jpg) #ffffff repeat-y left;
}

#inner.white {
    background: url(img/backInnerWhite.jpg) #ffffff repeat-y left;
}

#header {
    background-color: #ffe9c6;
}

#leftSide {
	width: 144px;
	text-align: center;
	float: left;
    padding: 0;
}

* html #leftSide {
    margin-right: -3px;
}

#leftNav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
    background: url(img/ListBorder.jpg) no-repeat top;
    padding-top: 1px;
    margin-top: 12px;
}

#leftNav li {
    background: url(img/ListBorder.jpg) no-repeat bottom;
    padding-bottom: 1px;
}

#leftNav li a {
    display: block;
    width: 129px;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 0;
    padding-right: 15px;
    color: #555d29;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Trebuchet MS, Arial, sans-serif;
}

#leftNav li a.selected, #leftNav li a:hover {
    background: url(img/ListSelected.jpg) #ffe1b0 repeat-y top;
}

#topNav {
    overflow: hidden;
}

* html #topNav {
    width: 618px;
    margin-right: -3px;
}

#topNav ul {
    padding: 0;
}

#topNav ul li {
    display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#topNav ul li a {
    width: 103px;
    float: left;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 0;
    color: #ffe9c6;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.blue #topNav, .blueWhite #topNav {
    background-color: #63859e;
}

.blueWhite #topNav ul li a.selected, .blueWhite #topNav ul li a:hover,
.blue #topNav ul li a.selected, .blue #topNav ul li a:hover {
    background-color: #8591a7;
}

.green #topNav, .greenWhite #topNav {
    background-color: #688c59;
}

.greenWhite #topNav ul li a.selected, .greenWhite #topNav ul li a:hover,
.green #topNav ul li a.selected, .green #topNav ul li a:hover {
    background-color: #809d80;
}

.orange #topNav, .orangeWhite #topNav {
    background-color: #da7347;
}

.orangeWhite #topNav ul li a.selected, .orangeWhite #topNav ul li a:hover,
.orange #topNav ul li a.selected, .orange #topNav ul li a:hover {
    background-color: #d4a788;
}

#searchForm {
    background: url(img/search.jpg) no-repeat top center;
    width: 136px;
    height: 44px;
    margin: 8px auto;
    position: relative;
}

/*
#search {
    position: absolute;
    background: transparent none repeat scroll 0%;
    border: 0pt solid #FFFFFF;
    cursor: text;
    height: 19px;
    line-height: 20px;
    top: 23px;
    left: 5px;
    width: 123px;
}
*/

#search {
    position: absolute;
    border: 1px solid #CECCCF;
    line-height: 20px;
    top: 23px;
    left: 5px;
    width: 123px;
}

#content {
	position: relative;
    overflow: hidden;
    line-height: 17px;
}

* html #content {
    width: 618px;
}

* html #content #mainColumn {
    width: 420px;
}

#rightSide {
    padding: 8px;
    float: right;
    width: 182px;
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
}

* html #rightSide {
    margin-right: -3px;
}

#rightSide ul {
    padding-left: 18px;
    margin: 6px 0;
    text-align: left;
}

#rightNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#rightNav ul li a {
    display: block;
    width: 165px;
    padding: 4px 8px;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, sans-serif;
}

#rightSide, #rightNav ul li a {
    color: #ffe9c6;
}

.full #content {
    clear: both;
    background-color: #FFF8E6;
}

.standard #rightNav ul li a, .standard #rightSide {
    color: #000000;
}

.blueWhite #rightNav ul li a, .blueWhite #rightSide,
.blue #rightNav ul li a, .blue #rightSide {
    color: #034567;
}

.greenWhite #rightNav ul li a, .greenWhite #rightSide,
.green #rightNav ul li a, .green #rightSide {
    color: #688c59;
}

.orangeWhite #rightNav ul li a, .orangeWhite #rightSide,
.orange #rightNav ul li a, .orange #rightSide {
    color: #da7347;
}

.standard #rightNav ul li a.selected, .standard #rightNav ul li a:hover {
    background-color: #F3CB8D;
    color: #000000;
}

.blueWhite #rightNav ul li a.selected, .blueWhite #rightNav ul li a:hover,
.blue #rightNav ul li a.selected, .blue #rightNav ul li a:hover {
    background-color: #63859e;
    color: #A7B3C9;
}

.greenWhite #rightNav ul li a.selected, .greenWhite #rightNav ul li a:hover,
.green #rightNav ul li a.selected, .green #rightNav ul li a:hover {
    background-color: #688c59;
    color: #A2BFA2;
}

.orangeWhite #rightNav ul li a.selected, .orangeWhite #rightNav ul li a:hover,
.orange #rightNav ul li a.selected, .orange #rightNav ul li a:hover {
    background-color: #da7347;
    color: #F6C9AA;
}

#twoColumn {
    background: url(img/backInnerContent.jpg) #ffffff repeat-y right;
}

#mainColumn {
    overflow: hidden;
}

#content.white #mainColumn {
    background-color: #ffffff;
}

#footer {
    clear: both;
	text-align: center;
    padding: 6px;
	color: #ffffff;
    background: url(img/backFooter.jpg) #63859e repeat-x top;
}

#footer a {
    color: #ffffff;
}

* html #footer {
    width: 750px;
}