@charset "utf-8";

#mainarea #header #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #729172;
}

/* CSS Document */

body {
	font:Arial;
	background-image: url(images/NAME.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
p {
	font-size:100%;
	font-family: Arial;
	line-height: 25px;
	}
	
#mainarea {
	position:absolute;
	width:750px;
	height:auto;
	margin-left: 125px;
	left: 13px;
	top: 14px;
	}
	
#header {
	width: 500px;
	height:185px;
	float:left;
	background-image: url(images/logo.jpg);
	background-repeat:no-repeat;
	}
	
#menu {
	width: 490px;
	height: 25px;
	margin-top:185px;
	float:left;
	padding: 5px 5px 5px 5px;
	background-image:url(images/mainlines.jpg);
	background-repeat:repeat-y;
	}
	
#textarea {
	width:470px;
	min-height:250px;
	height:auto;
	float:left;
	padding:15px 15px 15px 15px;
	background-image:url(images/mainlines.jpg);
	background-repeat:repeat-y;
	}
	
#sidebar {
	width:180px;
	height:500px;
	position:absolute;
	left:525px;
	background-image:url(images/sidebarpic.jpg);
	background-repeat:no-repeat;
	}
	
#sidebartext {
	margin-top:185px;
	padding: 8px 8px 8px 8px;
	width:166px;
	height:auto;
	min-height:300px;
	background-image:url(images/sidebarlines.gif);
	background-repeat: repeat-y;
	background-position:top left;
	z-index:1;
	}
	
#sidebarfooter {
	width:180px;
	height:4px;
	margin-left:0px;
	background-image:url(images/sidebarbottomline.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index:2;
	left: 8px;
	top: 413px;
	}
#footer {
	width:490px;
	height: 10px;
	background-color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	float:left;
	background-image:url(images/bottomfoot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	bottom: 3px;
	left:137px;
	}
table {
	font:Arial, Helvetica, sans-serif;
	border: 1px ridge #CADEB9;
	}
.highlite1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC3300;
}
.highlite2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660099;
}
