/* 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;
}

span {
	display: none;	
}

hr {
    height: 1px;
    background-color: #ccba9e;
    border: none;
    margin: 4px 8px;
}

fieldset {
    padding: 10px;
    margin: 10px;
}

legend {
    padding: 0 6px;
}

p {
    padding: 8px;
}

a {
    color: #555d29;
}

* html img {
    display: block;
    margin:0px;
    padding:0px;
    border-width:0px;
    overflow: hidden;
}

.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
    color: #A7B3C9;
}

.purple h1, .purple h2, .purple h3, .purple h4, .purple h5, .purple h6 {
    color: #C49AC8;
}

.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.purple {
    background: url(img/backInnerPurple.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.purpleWhite {
    background: url(img/backInnerWhtPurple.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: #FFFFFF;
}

#leftSide {
	width: 144px;
	text-align: center;
	float: left;
}

#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;
}

* html #leftSide {
    margin-right: -3px;
}

#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;
}

.purple #topNav, .purpleWhite #topNav {
    background-color: #966BA3;
}

.purpleWhite #topNav ul li a.selected, .purpleWhite #topNav ul li a:hover,
.purple #topNav ul li a.selected, .purple #topNav ul li a:hover {
    background-color: #a278a6;
}

.orange #topNav, .orangeWhite #topNav {
    background-color: #B67A3C;
}

.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: #FFFFFF;
}

.full #content {
    clear: both;
    background-color: #ffffff;
}

.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;
}

.purpleWhite #rightNav ul li a, .purpleWhite #rightSide,
.purple #rightNav ul li a, .purple #rightSide {
    color: #966BA3;
}

.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: #A8B695;
    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;
}

.purpleWhite #rightNav ul li a.selected, .purpleWhite #rightNav ul li a:hover,
.purple #rightNav ul li a.selected, .purple #rightNav ul li a:hover {
    background-color: #966BA3;
    color: #C49AC8;
}

.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 {
	text-align: center;
    padding: 6px;
	color: #ffffff;
    background: url(img/backFooter.jpg) #63859e repeat-x top;
}

#footer a {
    color: #ffffff;
}

* html #footer {
    width: 750px;
}



input.checkBox {
	height: 30px;
	width: 30px;
}
