
/****** General Styles ******/
body {
	font-size: 90%;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
	line-height: 150%;
	background: white url('base/grass.jpg') repeat;
	margin: 10px;
	padding: 0px;
	min-width: 1000px;
	text-align: center;
}

/* text */

p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 10px;
	text-align: left;
}

td, th {
	font-size: 100%;
	line-height: 150%;
	text-align: left;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
	text-align: left;
}

li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-left: 2em;
	list-style: outside;
	text-align: left;
}

/* links */

a,
a:link,
a:visited,
a:active {
	color: #4F7500;
	text-decoration: underline;
}
a:hover {
	color: #2c2e3a;
}

/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}

input,
select{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
}

input.button,
submit{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #645A44;
	padding: 2px 5px;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
}
input.button,
submit:hover{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #395500;
	border: 1px solid #AAAAAA;
	border-top: 1px solid #99CC00;
	border-left: 1px solid #99CC00;
	background-color: #FFFFFF;
}

input.text,
textarea {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
}

label {
	cursor: pointer;
}


/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}

.wrapper 
{
	text-align: center;
	}

/****** Header ******/
.header{
	height: 190px;
	width: 1000px;
	z-index: 0;
}
.innerHeader{
	min-width: 1000px;
	width: 800px;
	margin: 0 auto;
}

.title{
	float: left;
	margin-top: 16px;
	white-space: nowrap;
}

.title img{
	float: left;
	margin-right: 12px;
}

.title h1{
	font-size: 200%;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
	margin: 0px;
}

.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: black;
	text-decoration: none;
}
.title sup{
	font-size: 65%;
}
.title p{
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/* top nav menu */
.title-menu{
	padding-top: 26px;
	float: right;
}

.title-menu a:link,
.title-menu a:visited,
.title-menu a:active,
.title-menu a:hover{
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0px 5px 0px 0px;
	color: #666666;
	text-decoration: none;
}
.title-menu a:hover{
	color: white;
	background: #666666;
}

/****** Nav Panel ******/
.navPanel{
	line-height: 100%;
	width: 1000px;
	text-align: left;
    height: 25px;
}
.innerNavPanel {
	margin: 0 auto;
	width: 1000px;
    height: 25px;
}


/* buttons */
.buttonWrapper
{
	z-index: 0;
}
.buttons
{
	height: 33px;
	white-space: nowrap;
	overflow: hidden;
	z-index: -1;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited
{
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
}
.buttons a:hover
{
	color: #ff0000;
	background-repeat: no-repeat;
	z-index: 0;
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #ffffff !important;
	background-image: url('base/toolbar_btn.gif');
	background-repeat: no-repeat;
	z-index: 0;
}

.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

/* sorry for this ie6 hack */
* html .buttons img {
	float: left;
	margin: 5px 5px 5px 0px;
}

.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('base/bg_shadow.png');
}


/****** Content Block ******/
.contentWrapper{
	min-width: 560px;
	width: 1000px;
	margin-top: 0px;
	text-align: left;
	background-color: white;
	border: 10px solid #d7ecd8;
	z-index: 99;
}

.content{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: white;
}
.contentFull{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.innerContent{
	margin-right: 0px;
	overflow: visible;
}
.innerContentFull{
	overflow: visible;
}

/* content block */
.contentBlock{
	margin: 10px 0px 10px 0px;
	background-color: white;
	z-index: 99;
}

.contentText{
	line-height: 150%;
	float: left;
	z-index: 99;
}

h3
{
	color: #FF3300;
	font-size: 175%;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #d7ecd8;
	font-family: 'Courier New';
}
h4
{
	color: #000080;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 5px 0px;
	font-family: Tahoma, Arial;
}
h5 {
	color: #FFFF99;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 5px 0px;
}
h6 {
	color: #EEEEEE;
	font-size: 125%;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	margin: 10px 30px 5px 0px;
}
.header7 {
	color: #4F7500;
	font-size: 125%;
	font-weight: normal;
	padding: 20px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dashed #E0E0E0;
}

/****** Sidebar Block ******/
.sidebar{
	float: right;
	width: 230px;
}
.innerSidebar{}

.sidebarBlock{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.sidebarBlock h5{
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: white;
	border-bottom: 1px solid #CCCCCC;
}
.sidebarContent{
}
.sidebarBlock ul{
	margin: 0px;
	padding: 0px;
}
.sidebarBlock li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
.sidebarBlock li a:link,
.sidebarBlock li a:hover,
.sidebarBlock li a:active,
.sidebarBlock li a:visited
{
	padding: 5px 0px 5px 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	overflow: hidden;
}
.sidebarContent li a:hover{
	text-decoration: underline;
	color: #395500;
	background: white;
}

/****** Footer Block ******/
.footer{
	clear: both;
	text-align: center;
	color: #666666;
}
.innerFooter{
	width: 1000px;
	margin: 0px auto;
}

.footerLinks{
	color: #666666;
	background: white;
	border-top: 1px solid #d7ecd8;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.footerLinks h5{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active {
	color: #666666;
}
.footerLinks a:hover {
	color: #000000;
}

.copyright{
	margin: 20px auto;
	color: #888888;
	font-size: 75%;
}

.heading4
{
	color: #000080;
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	height: 5px;
	font-family: Tahoma, Arial;
}

.thumbnail{
	padding: 2px 2px 15px 2px;
	background-color: #e6f2e7;
	border: 1px solid #d7ecd8;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
