@charset "utf-8";

body {
	background-image: url(graphics/tex.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #716E5B;
}
#top {
	height: 20px;
	background-color: #660000;
	width: 100%;
}
#nav {
	height: 44px;
	background-color: #AAAB83;
	width: 100%;
}

#banner {
	width: 100%;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #660000;
}


#nav table {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#nav   td:link {
	color: #000000;
	text-decoration: none;
}
#nav td:visited {
	text-decoration: none;
	color: #000000;
}



#nav  td:hover  {
	background-color: #AF986F;
}


#nav td {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

#main h3 {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #660000;
	font-weight: bold;
}







#fullpage {
	background-color: #FFFFFF;
	height: 750px;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}





#main {
	height: 520px;
	margin-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
#main  a:link {
	text-decoration: none;
	color: #006600;
}
#main a:visited {
	text-decoration: none;
	color: #006600;
}

#main a:hover {
	text-decoration: underline;
	color: #006600;
}

#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
}

#footer {
	background-color: #660000;
	height: 25px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}
#footer a:link {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

