﻿/* MAIN BODY STYLE */
body 
{
	background-color: #CCCCCC;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;	
}

/* HEADER STYLES */
.header img#logopanel
{	
	position: absolute;
	top: 0px;
	left: 10px;
}

.header img#bannerpanel
{
	position: absolute;
	top: 0;
	left: 157px;
}

/* COMMON CONTENT STYLES */
.content
{
	font-family: Verdana;
	font-size: small;
	color: #555555;
	background-color: #ffffff;
	position: absolute;
	top: 201px;
	left: 10px;
	width: 1090px;
	height: 510px;
	overflow: auto;
	/* These Only Apply to Internet Explorer */
	scrollbar-face-color : #aaaaaa; 
	scrollbar-highlight-color : #dddddd; 
	scrollbar-3dlight-color : #eeeeee; 
	scrollbar-shadow-color : #000000; 
	scrollbar-darkshadow-color : #121212; 
	scrollbar-track-color : #ffffff; 
	scrollbar-arrow-color : #333333;
	/* End of Internet Explorer Only Tags */		
}

.content a:link
{
	color: #50649C; 
	text-decoration: none; 
}

.content a:visited 
{ 
	color: #50649C; 
	text-decoration: none; 
}

.content a:hover 
{ 
	color: #50649C; 
	text-decoration: underline;
}

.content a:active 
{ 
	color: #50649C; 
	text-decoration: none; 
}

/* COMMON CONTENT WHEN MENU IS IN PLACE */
.contentwithmenu
{
	font-family: Verdana;
	font-size: small;
	color: #555555;
	background-color: #ffffff;
	position: absolute;
	top: 222px;
	left: 10px;
	width: 1090px;
	height: 510px;
	overflow: auto;
	/* These Only Apply to Internet Explorer */
	scrollbar-face-color : #aaaaaa; 
	scrollbar-highlight-color : #dddddd; 
	scrollbar-3dlight-color : #eeeeee; 
	scrollbar-shadow-color : #000000; 
	scrollbar-darkshadow-color : #121212; 
	scrollbar-track-color : #ffffff; 
	scrollbar-arrow-color : #333333;
	/* End of Internet Explorer Only Tags */		
}

.contentwithmenu a:link
{
	color: #50649C; 
	text-decoration: none; 
}

.contentwithmenu a:visited 
{ 
	color: #50649C; 
	text-decoration: none; 
}

.contentwithmenu a:hover 
{ 
	color: #50649C; 
	text-decoration: underline;
}

.contentwithmenu a:active 
{ 
	color: #50649C; 
	text-decoration: none; 
}

.contentwithmenu div#plaintext
{
	position: absolute;
	top: 10px;
	left: 5px;
	height: 480px;
	width: 1050px;
}

.contentwithmenu div#plaintext p#title
{
	font-size: small;
	font-weight: bold;
}

.contentwithmenu div#plaintext ul li
{
	margin-left: -22px;
	padding-left: 0;	
}