/* Whole page items. */

body {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 20px;
	padding:0%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color:#f5f5f5;
}
a:link {
	color:#ffffff;
}
a:visited {
	color:#ffffff;
}
a:hover {
	color:#8f8f8c;
}
a:active {
	color:#ffffff;
}

html {
	overflow-y: scroll;
}
/* End of whole page items */


/* container for everything */
#container {
	width:900px;
	padding:0px;
	margin:0px auto;
	background-color:#5f574f; /* Sets color beneath menu */
}
/* End of container */


/* Beginning of header items */
#header {
	background-color:#a99a6f;
}
#logo-image {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
		
}
#title {
	position:relative;
	overflow:auto;
	text-align:center;
}
#topnav {
	text-align:right;
	float:right;
	overflow:auto;
	padding-top:7px;
	padding-right:10px;
	top:0px;
}
#topnav A:link, A:visited, A:active {
	color:#ffffff;
}
#topnav A:hover {
	color:#d7d3c7;
}

#topsearch {
	padding-top:12px;
	overflow:auto;
}
#rotate {
	text-align:center;
	
	
	padding:10px;
	background-color:#500000;
}

/* End of header items. */

/* Content */
#content {
	text-align:left;
	overflow:auto;
	min-height:400px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:white;
}
#content P {
	padding:0px;
}
#content A:link {
	color:blue;
}
#content A:visited {
	color:blue;
}
#content A:hover {
	color:red;
}
#content A:active {
	color:blue;
}
/* End of Content*


/* Content */
#file_list {
	text-align:left;
	overflow:auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:white;
}
#file_list P {
	padding:0px;
}
#file_list A:link {
	color:blue;
}
#file_list A:visited {
	color:blue;
}
#file_list A:hover {
	color:red;
}
#file_list A:active {
	color:blue;
}
/* End of file_list*/


/* Footer */
#footer {
	clear: both;
	background-color:#500000;
}
.footer-table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.footer-table A:link, A:visited, A:active {
	color:#ffffff;
}
.footer-table A:hover {
	color:#d7d3c7;
}

/* End of Footer */


/* common styling for menu */
#menu {
	font-family: arial, sans-serif;
	width:140px;
	top:0px;
	font-size:11px;
	margin:0px 0;
	float:left;
}
#menu ul li a, #menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000000; /* Text color for main list items. */
	width:139px;
	height:20px;
	text-align:center;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background-color:#d7d3c7; /* Background color for main menu */
	line-height:19px;
	font-size:11px;
	z-index:12;
}
#menu ul {
	width:141px;
	padding:0;
	margin:0;
	list-style-type: none;
}
#menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
}
#menu ul li ul {
	display: none;
}

/* Specific to non IE browsers */
#menu ul li:hover a {
	color:#000000; /* Text color for main list items when hovered over. */
	background:#b3ab79;
}
#menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:140px;
	width:140px;
}
#menu ul li:hover ul li a {
	display:block;
	background:#D7D3C7; /* Background color of sub list items */
	color:#000000; /* Text color of sub list items when displayed */
	width:150px;
}
#menu ul li:hover ul li a:hover {
	background:#dfc184; /* Background color of sub list items when hovered over */
	color:#000; /* Text color of sub list items when hovered over */
}


