/* Controls the main link colors in the page body*/
a {
	color : #6E4739;
}

a:visited {
	color : #999999;
}

/*Sets the main page elements*/
body{
	background-color : #D7D7BF;
	color : #666666;
	background-repeat : repeat;
}

h1 {
	background-color : #FFFFFF;
	color : #A38F7C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
}

h2 {
	background-color : #FFFFFF;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

h3 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

h4 {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/*Sets the font and size of the text in tables*/
td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Controls the background color and font color of the sidebar*/
td.sidebar {
	background-color : #74A598;
	color : #FFFFFF;
}

/* Sets the background to biege color */
.biegebg {
	background-color : #D7D7BF;
}

/* Sets the background to dark brown color */
.brownbg {
	background-color : #6E4739;
}

/*Used for captions for pictures in the sidebar*/
.caption{
	color : #FFFFFF;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

/*Styles to format the form elements*/
.dropdown{
	background-color : #D7D7BF;
	color : #6E4739;
}

.formbutton{
	background-color : #6E4739;
	color : #D7D7BF;
}

/* The help button for the VR tour viewing preferences*/
.help a {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

.help a:visited {
	color : #FFFFFF;
}

.largertext{
	color : #000000;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
/* Sets the font for the news on the index page*/
.news{
	color : #FFFFFF;
	font-size : 11px;
}

/*Used to control the viewing preferences layer*/
.popup{
	background-color : #D7D7BF;
	border : thin solid #000000;
}

.popupeven{
	background-color : #74A598;
	color : #000000;
	font-size : 11px;
}

.popupodd{
	background-color : #afa28f;
	color : #000000;
	font-size : 11px;
}

/*Controls the color of the links in the side bar*/
.sidebar a {
	color : #FFFFFF;
	text-decoration : none;
}

.sidebar a:visited {
	color : #FFFFFF;
}

.sidelinks {
font-size : 11px;
color : White;
}

/* Controls the main section dividers for the site map page*/
.sitemap {
	background-color : #D7D7BF;
	color : #6E4739;
	font-weight : bold;
}

/* Used on the employment page contact info*/
.smalltext{
	color : #000000;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/*Used for the DLC tagline which appears on every page*/
.tagline{
	background-color : #6E4739;
	color : #FFFFFF;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.tagline A{
	color : #FFFFFF;
	text-decoration : none;
}

/*Used for the Enter360 credit line*/
.enter360{
	font-size : 11px;
	color : #6E4739;
}
.enter360 a{
	text-decoration: none;
}
.fronttext{
	color : #000000;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : justify;
}
