/* CSS Document */

body {
	width: 1000px;
	background-color: #000000;
}
p {
	font-family: Arial;
	font-size: 14px;
	}
a:link {
	color: #006600;
	text-decoration: none;
	}
a:visited {
	color: #990000;
	text-decoration: none;
	}
a:active {
	color: #FF0000;
	text-decoration: none;
	}
a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	}
#header {
	height: 20px;
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: thick solid #666666;
	border-left: none;
	}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	height: 175px;
	width: 980px;
	left: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #333333;
	border-right: 0px none;
	border-bottom: 3px solid #FF0000;
	border-left: 0px none;
	z-index: 1;
	background-color: #E7CB99;
	top: 750px;
	}
#footer img{
	margin-right: 3px;
	margin-left: 3px;
	
}
#top_links {
	text-align: right;
	width: 950px;
	position: absolute;
	top: 24px;
	left: 0px;
	background-color: #E7CB99;
	padding: 0px 50px 0px 0px;
	height: 64px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
	font-size: 14px;
	line-height: 60px;
	z-index: 1;
	}
#top_links img {
	margin-left: 10px;
}
#left_links {
	text-align: right;
	height: 650px;
	width: 186px;
	position: absolute;
	top: 90px;
	background-color: #E7CB99;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	padding-right: 0px;
	border-right-color: #333333;
	}
	#left_links a {
	font-size: 12px;
	}
#text_area {
	background-color: #E2D8C7;
	position: absolute;
	left: 189px;
	top: 90px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 741px;
	height: 628px;
	overflow: scroll;
	}
#text_area img {
	margin: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
