/* MAIN PAGE */
body {
	background-color: #eeedea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Blue line at very top of page */
.BluelineTop {
	background-color: #004080;
	height: 10px;
}

/* Tan line at top where nav is */
.TopNav {
	background-color: #b9b5a8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9c9784;
	border-right-color: #9c9784;
	border-bottom-color: #9c9784;
	border-left-color: #9c9784;
}

/* side navigation to left */
.SideNav {
	background-color: #e4e2dd;
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #aaa595;
	border-left-color: #aaa595;
}

/* Bottom blue and tan areas */
.bottomtan {
	background-color: #b9b5a8;
	height: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c9784;
}
.bottomblue {
	background-color: #004080;
	height: 20px;
	color: #ffffff;
	font-size: 12px;
}

/* Description area */
.distab {
	background-color: #e6e4df;
	width: 75%;
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #aaa595;
	border-bottom-color: #aaa595;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

/* Spacers for tables */
.SpacerVert {
	width: 5px;
}

.spacerhor{
	width: 5px;
}

/* DOWNLOAD TABLE */
/* this is the tables around the downloads table */
.distab2 {
	background-color: #e6e4df;
	width: 85%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #aaa595;
	border-left-color: #aaa595;
	border-right-color: #aaa595;
	border-bottom-color: #aaa595;
	font-size: 12px;
	color: #000000;
}

/* Blue line at top of tables for downloads */
.tableline_top {
	background-color: #004080;
	height: 20px;
	font-size: 14px;
	color: #ffffff;
}

/* Darker tan for download tables */
.tableline_mid {
	background-color: #b9b5a8;
	height: 20px;
}

/* This is where the rating bar goes in downloads table */
.SideNavSmall{
	background-color: #e6e4df;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aca899;
}

/* FONTS */
/* all body font through out the web site*/
.bodyfont		{ font-family: Arial, Helvetica, sans-serif; font-weight: none; font-size: 12px; color : #000000; }
a.bodyfont 	{ font-family: Arial, Helvetica, sans-serif; text-decoration: none; color : #000000; }
a.bodyfont:hover{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color : #000000; }

/* Might not be needed?*/
.navfont		{ font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color : #000000; }
a.navfont 	{ font-family: Arial, Helvetica, sans-serif; text-decoration: none; color : #000000; }
a.navfont:hover{ font-family: Arial, Helvetica, sans-serif; text-decoration: none; color : #6e6958; }

/* Might not be needed?*/
.header { color: #000000; font-size: 14px; font-weight : bold; }

/* Links to download */
.forumlink		{ font-weight: bold; font-size: 14px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #6e6958; }

/* Body table spacers (not needed at this time)*/
td.row1	{ color: #000000; }
td.row2	{ color: #000000; }
td.row3	{ color: #000000; }

.copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #FFFFFF;
}

/* Desktop Wallpapers */
.stateon {
  FILTER: alpha(Opacity=90);
  -moz-opacity:.90;
  opacity:.90;
}
.stateoff {
}
