BODY 
{
	background: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	/* for centering */
	text-align: center;
}


#Border
{
	border: 2px solid #FFFFFF; 
	width: 750px;
	
	/* for centering */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}

#TopImages
{
	border: 1px solid #FFFFFF;
	background: #3366CC;
	margin: 0;
	padding-left: 20px;
	text-align: left;
}

#PhoneInfo
{	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
}

#Navigation
{
	padding:5px;
	border: 1px solid #FFFFFF;
	background: #FF9900;
	font-weight: bold;
	font-size: 10pt;	
	text-align: center;
}

#Navigation a:link 
{
	Color: #000000;
	text-decoration: underline; 
}


#Nagivation a:active 
{
	color: #000000;
	text-decoration: underline; 
	}

#Navigation a:visited 
{
	color: #000000;
	text-decoration: underline; 
	}

#Navigation a:hover 
{
    	color: #FFFFFF; 
	text-decoration: none;
}


#Middle
{
	color: #FFFFFF;
	background:  #6699CC; /* match color to SideBar3 color */
	width: 100%;
}

#LeftSideBar
{
	float:left;
	width:25%;
}

#SideBar1
{
	background: #666666;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	text-align: left;	
    font-style : italic;
}

#SideBar1 a:link 
{
	color: #FFFFFF;
	text-decoration: underline;
}


#SideBar1 a:active 
{
	color: #FFFFFF;
	text-decoration: underline;
}

#SideBar1 a:visited 
{
	color: #FFFFFF;
	text-decoration: underline;
}

#SideBar1 a:hover 
{
	color: #000000;
	text-decoration: none;
}

#SideBar2
{
	background: #999999;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#SideBar3
{
	background: #6699CC;
	padding: 10px 15px 10px 15px;
	font-size: 10pt;
	text-align: left;
}

.SideBarHeading
{
	background: #666666;
	font-size: 14pt;
	font-weight: bold;
	padding: 2px;
}

.SideBarContent
{
	background: #6699CC;
	text-align: left;
	font-size: 10pt;
	padding: 2px 2px 5px 2px;
}

.SideBarContent a:link 
{
	color: #FFFFFF;
	text-decoration: underline;
}

.SideBarContent a:active 
{
	color: #FFFFFF;
	text-decoration: underline;
}

.SideBarContent a:visited 
{
	color: #FFFFFF;
	text-decoration: underline;
}

.SideBarContent a:hover 
{
	color: #000000;
	text-decoration: none;
}

SPAN.Arrows
{
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}

#Content
{
	background: #FFCC66;
	margin: 0% 0% 0% 25%; /* make left margin equal to width of left side bar */
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 10pt;
}

#Content a:link {
	Color: #000000;
	text-decoration: underline; 
	}


#Content a:active {
	color: #000000;
	text-decoration: underline; 
	}

#Content a:visited {
	color: #000000;
	text-decoration: underline; 
	}

#Content a:hover 
	{
	color: #000000;
	text-decoration: none;
	}
#Footer
{
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: #FF9900;
	font-size: 8pt;
	text-align: center;
}

#Footer a:link 
{
	Color: #000000;
	text-decoration: underline; 	
}


#Footer a:active 
{
	color: #000000;
	text-decoration: underline; 
}

#Footer a:visited 
{
	/*
	border: 1px solid #000000;
	*/
	color: #000000;
	text-decoration: underline; 
}

#Footer a:hover 
{
    	color: #FFFFFF; 
	text-decoration: none;
}

.ContentHeader
{
	text-align: center;
	font-size: 14pt;
	padding: 20px;
}

.Hidden
{
	display: none;
}

/* individual page styles */
.LabelUserError
{
	color: #FF0000;
	font-weight: bold;
	font-size: 14pt;
}

