body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
   background-color : #000000;
	color : 000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	scrollbar-3d-light-color : #CCCCCC;
	scrollbar-arrow-color : #CC0000;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : #666666;
	scrollbar-face-color : #cccccc;
	scrollbar-highlight-color  : #CCCCCC;
	scrollbar-shadow-color : #666666;
	line-height: 18px;
	text-align: center;
	min-width : 650px;

}
#page-wrapper {
	position: relative;
	margin-left: auto;
  	margin-right: auto;
	margin-top : 0px;
	background-color : #FFFFFF;
	font-size : 11px;
	width : 760px;
  	min-width : 650px;
	}
	
	a:link { color: #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
	font-style: normal;
	}
	
	a.internal:link { 
	color: #000000;
	text-decoration : underline;
	font-weight: bold;
	font-style: normal;
	
	
} 
	a:visited { color: #CCCCCC;
	  text-decoration : underline;
     font-weight: bold;
	  font-style: : normal;
	
	}
	
	a:internal:visited {
	color: #999999;
	text-decoration : underline;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	
}
	a:active { color: #996633;
		text-decoration : underline;
		font-style: normal;
		font-weight: bold;
  	}

	a:hover { color: #cc0000; 	
		text-decoration : underline;
		font-style: normal;
		font-weight: bold;
 	}
	
	a:internal:hover {
	 color: #CC0000;
    text-decoration: underline;
	 background-color: transparent;
	 font-style: normal;
}
	h6 {
		font-size : 10px;
		color : #666666;
	}
	
	h5 {
		font-size: 12px;
		color : #666666;
	}
			
	h4{
		font-size: 14px;
		color : #666666;
	}
	
	h3
	{
		font-size: 16px;
		color : #666666;
	}
	
	h2 {
		font-size: 18px;
	   color : #666666;
	}
	
		
	h1 {
		font-size: 20px;
		color : #666666;
	}
p {
		font : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height : 18px;
		color : #000000;
		background-color: transparent;
}

.required {
	font-size: 12px;
	color: Red;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content {
width : 760px;
background-color : #FFFFFF;
text-align: left;

}

#masthead{
	border-bottom: 0px solid #cccccc;
	width: 760px;
	vertical-align: top;
}

#leftColumn, #middleColumn, #rightColumn
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
	visibility: visible;
}


#middleColumn {
  float: left;
  width: 525px;
  background-color : #FFFFFF;
  color : #000000;
  padding : 25px;
  text-align : left;
}

#leftColumn{
	float: left;
	width: 125px;
	margin: 0px;
	padding : 10px;
	text-align : left;
	background-image : url(images/leftbackgroundvert.gif);
	background-repeat : no-repeat;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	color : #000000;
}


#rightColumn{
  float: right;
  width: 125px;
  margin : 0px;
  text-align: left;
  padding : 5px;
  background-color : #ffffff;
  border-left: 1px solid #cccccc;
  color : #000000;
}
/************* #footer styles ***************/

#footer{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 10px;
	color: #736446;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
	}
