/*
************************************************************
*                  Default - Style Sheet                   *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


/* GENERAL STYLES
************************************************************/
html { 
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DBD8BD; /* #E5E4D2; */	
	background: #000;
	margin-top: 40px;
}

a {
	color: #C1A975;
}

a:visited {
	color: #C1A975;
}

a:hover {
	color: #DAD7BD;	
}

.f1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F1F1F;
	padding-bottom: 4px;
	padding-top: 23px;
}

.f4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DBD8BD; /* #E5E4D2; */
	line-height: 16px;
}

.f5 {
	font-size: 13px;
	color: #C1A975;
	line-height: 16px;
}

ul {
	margin-left: 25px;
	padding-left: 0px;
}

li {
	color: #C0A774;
	line-height: 16px;
	padding-bottom: 12px;
}


/* PAGE LAYOUT RELATED STYLES 
************************************************************/
table#page_container {
	text-align: left;
}

table#page_layout {
	background-color: #545746; /* #585C53; */
	width: 864px;
}

table#page_layout td#col_1 {
	background-image: url(../../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 435px;
}

table#page_layout td#col_2 {
	background-image: url(../../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 30px;
}

table#page_layout td#col_3 {
	background-image: url(../../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 354px;
}

table#page_layout td#col_4 {
	background-image: url(../../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 45px;	
}

/* COLUMN 1 RELATED STYLES
************************************************************/
/* TOP NAVIGATION */
table#top_nav_container {
	margin-right: 11px;
}

a.top_nav_button_on {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DBD7BD;
	text-transform: capitalize;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 5px;
}

a.top_nav_button_off {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0A774;
	text-transform: capitalize;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 5px;
}

a.top_nav_button_off:hover {
	color: #DBD7BD;
	text-decoration: underline;
}

.page_image {
	margin-top: 13px;
	margin-left: 30px;
}


/* PAGE CONTENT AREA RELATED STYLES
************************************************************/
table#content_area {
	height: 100%;
	width: 100%;
}

table#content_area {
	margin-top: 20px;
	width: 100%;
}

table#content_area td#logo {
	background-image:url(../../images/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 129px;
}

table#content_area td#spacer {
	height: 24px;
}

table#content_area td.copy p {
	width: 365px;
}

/* PAGE FOOTER RELATED STYLES
************************************************************/
td#page_footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #58595A;
	text-align: right;
	padding-top: 0px;
	height: 20px;
}