/* Main Definitions */

html, body {
	margin: 0px;
    padding: 0px;
    height: 100%;
	width: 100%;
    border: none;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #ffffff;
	color: #333333;
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #f3f0eb;
	scrollbar-darkshadow-color: #f3f0eb;
	scrollbar-track-color: #f3f0eb;
	scrollbar-face-color: #f3f0eb;
	scrollbar-border-color: #999384;
	scrollbar-shadow-color: #999384;
	scrollbar-highlight-color: #999384;
	scrollbar-3d-light-color: #999384;
}
   
td {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
}

.background {
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.input {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	//color: #6c685d;
	color: black;
	border: 1px solid #333333;
	padding: 2px;
}

.button {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	text-transform:uppercase;
	color: #ffffff;
	border: 1px solid #333333;
	background-color: #6c685d;
	cursor: pointer;
}
.large {
	font-size : 18px;
}
/* Link Definitions */

a:link {
	//color: #6c685d;
	color: darkred;
	text-decoration: none;
}

a:visited {
	//color: #6c685d;
	color: darkred;
	text-decoration: none;
}

a:hover {
	//color: #666666;
	color: red;
	text-decoration: underline;
}

a:active {
	//color: #f3f0eb;
	color: red;
	text-decoration: none;
}


/* Text Definitions */

.title {
	padding-left: 10px;
 	padding-top: 20px;
 	font-weight: bold;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	text-transform: uppercase;
 	font-size: 16px;
}

.smallFont {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: #666666;
}

.content {
	padding-left: 20px;
	padding-top: 2px;
}

.link {
line-height: 16px;
}
/* Custom Definitions */

.headImage {
	padding-left: 10px;
	padding-right: 10px;
}

.newsItem {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom: 3px double #999384;
}

.newsItemLast {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 18px;
}

.indent {
	padding-left: 10px;
}

/* Navigation Styles */

#nav01 {
	display: none;
	position: absolute;
	left: 61px;
	top: 14px;
}
	
#nav02 {
	display: none;
	position: absolute;
	left: 60px;
	top: 14px;
}

#nav03 {
	display: none;
	position: absolute;
	left: 45px;
	top: 14px;
}
	
#nav04 {
	display: none;
	position: absolute;
	left: 268px;
	top: 14px;
}
	
#nav05 {
	display: none;
	position: absolute;
	left: 380px;
	top: 14px;
}
	
#nav07 {
	display: none;
	position: absolute;
	left: 473px;
	top: 14px;
}

.hide {
	display: none;
}
