/* CSS Document */

/* page style */

body {
	margin: 0 0 0 0;
	background-color: #F5F4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	list-style-position: outside;
}

/* link styles */

a {
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	background-color: #D2F283;
}

a.modules:link {
	color: #5B4F32;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
}
a.modules:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B4F32;
	line-height: 19px;
}
a.modules:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #2F291A;
	text-decoration: none;
	background-color: #BDA469;
}	
a.menu:link {
	color: #90A459;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}
a.menu:hover {
	color: #90A459;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	background-color: #D2F283;
}
a.menu:visited {
	color: #90A459;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}

a.title:link {
	color: #806241;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.title:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #806241;
	text-decoration: underline;
}
a.title:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #806241;
	text-decoration: none;
	background-color: #BDA469;
}

/* menu styles */

td.menutop {
	border-bottom-style: solid;
	border-bottom-color: #846C50;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
}
td.menumiddle {
	border-right-style: solid;
	border-right-color: #846C50;
	border-right-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #846C50;
	border-bottom-width: 1px;
	background-color: #F5F4E4;
	
}
td.menubot {
	border-bottom-style: solid;
	border-bottom-color: #846C50;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
	background-color: #605236;
}

/* Nav Stlye */

.navtitle {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #806241;
	font-weight: bold;
}
.title {
	padding-top: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #806241;
	font-weight: bold;
}

/* CSS Document */


