/* This style sheet lays out the home page */

#header 
{
	background-color:BLACK;
	background-image: url('/images/background/header_background.gif');
	height: 155px;
}
#toolbararea 
{
	background-color:BLACK;
	background-image: url('/images/background/menupanel_background.gif');
	height: 27px;
}
#leftarea 
{
	background-color:#3A4B45;
	background-image: url('/images/background/menupanel.gif');
	background-repeat: no-repeat;
	width: 181px;
	max-width: 181px;
}
#mainarea 
{
	background-color:black;
	background-image: url('/images/background/mainarea.gif');
	background-repeat: no-repeat;
}
a:link {color: #AAAAAA;text-decoration: none}     /* unvisited link */
a:visited {color: #AAAAAA;text-decoration: none}  /* visited link */
a:hover {color: #FFFFFF;text-decoration: none}   /* mouse over link */
a:active {color: #89A39A;text-decoration: none}   /* selected link */	

/* Main Area Style */
.textarea
{
padding-top: 80px;
padding-bottom: 80px;
padding-right: 	20px;
}
.texttable
{
font-family: tahoma,verdana,arial;
font-size: 12;
color: white;
width: 100%;
line-height: 1.5;
letter-spacing: 1px;
position: relative;
left:-95px;
}
.texttitle
{
font-size: 16px;
padding-left: 65px;
line-height: 1;
font-weight: bold;
}
.textbody
{
padding-left: 65px;
}

.smalltext
{
font-size: 10px;
}

 /* FOOTER */
 #footerbar 
{
	background-color:#89A39A;
	background-image: url('/images/background/footer_background.gif');
	background-repeat: repeat-x;
	height: 80px;
	vertical-align: top;
}
.footer 
{
	background-color:#89A39A;
	height: 16px;
	vertical-align: bottom;
	padding-bottom: 6px;
	padding-left: 6px;
}

.copyrightfooter 
{
	color: white;
	background-color:#89A39A;
	height: 16px;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 10px;
	font-family: arial;
}
A.copyrightfooter:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A.copyrightfooter:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A.copyrightfooter:hover {
	COLOR: #B0C6C0;
	TEXT-DECORATION: none;
}
A.copyrightfooter:active  {
	COLOR: #46CEA6;
	TEXT-DECORATION: none;
}

