BODY
{
	background-color:white;
	margin:0px;
	padding:0px;
}
BODY *
{
	font-family:Verdana,Sans-Serif; 	
	font-size:12px;
}
TD
{
	font-size:10pt 		
}
FORM
{
    MARGIN: 0px
}
A
{
	color:#c00; 
}
H1  /* Use for main page header */
{
	font-weight:bold;	
	font-size:14px; 	
	margin-top:10px;	
	margin-bottom:10px	
}
H2  /* Use for page sub-title */
{
	font-weight:bold;	
	font-size:12px; 
	font-family:Verdana;	
	margin-top:10px;		
	margin-bottom:10px;
	color:Black
}
H3
{
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	font-size:12px;	
}
H4
{
	font-weight:bold;	
	font-size:10pt; 	
	margin-top:10px;	
	margin-bottom:0px	
}
H5
{
	font-style:italic; 	
	font-weight:normal; 
	margin-top:10px; 	
	margin-bottom:0px 	
}
UL  /* NOTE: Setting list-style (and/or list-style-type, list-style-image) will prevent any other bullet type from displaying on the entire site, even when attempting to manually override the setting */
{
	margin-top:0px;		
	margin-bottom:0px;	
	margin-left:17px;	
	list-style-image:url(bullet_red1.gif) 
}
IMG  /* NOTE: If setting border to "none" here, you must use "style='border:solid'" within any <IMG> tags you wish to have borders.  The "border=1" property will not work */
{
	border:none
}	
TABLE /* NOTE: If setting border to "none" here, you must use "style='border:solid'" within any <TABLE> tags you wish to have borders.  The "border=1" property will not work */
{
	border:none
}
TABLE.bordered
{
	border:solid 1px #aaa;
	border-collapse:collapse
}
TABLE.bordered TD,TH
{
	border:solid 1px #aaa;
	border-collapse:collapse;	
}
TD /* NOTE:  If setting cell alignment here, you must use "style='[property]:[value]'" to realign a particular cell.  valign and align will not work */
{
	vertical-align:top;
	text-align:left;
}
P
{
	margin-top:9px; 	
	margin-bottom:9px 	
}
HR
{
	height:1px;			
	width:100%;			
	margin-top:12px;	
	margin-bottom:12px;	
	color:black 		
}
TH
{
	font-weight:bold;
	background:#e2f0ee;
	font-size:10px;
	text-align:left;
	color:#345e58;
}
.content
{  
	margin-left:20px;
	padding-right:0px;
	width:518px;
}
.smallContent TD
{  font-size:11px  }
.smallContent NOBR
{  font-size:11px  }
.smallContent A	
{  font-size:11px  }	
.small  /* Any small text */
{
	font-size:8pt		
}

.error  /* Typically used in forms when entered text fails validation */
{
	color:red;			
	font-size:8pt;		
}
.textBoxShort /* Short text box.  Sample uses: Zip Code, Title */
{
	width:100px 		
}
.textBoxNormal  /* Standard text box */
{
	width:185px; 		
}
.textBoxLong   /* Long text box.  Sample uses: URLs, One-Sentence Descriptions */
{
	width:400px 		
}
.formLabelRequired  /* Designate a form field is required */
{
	font-weight:bold;
	font-size:11px;
	text-align:right;
	width:120px
}
.formLabelOptional  /*  Designate a form field is optional */
{  
	font-size:11px;
	text-align:right;
	width:120px
}
.formNormal  /*  Normal text within a form  */
{  font-size:11px  }
/* the following list classes are especially for listings such as data grids, repeaters, etc. */
.listContent  /* Class for dataGrids, repeaters, other standard asp controls */
{
	font-weight:normal;
	color:#666666;  	
	font-size:9pt;  	
}
.listHeader  /* data display column header class  */
{
	font-weight:bold;
}
.listFooter /* data display column header class  */
{
	font-weight:normal;
}
.listItem   /*  Alternating colored row #1  */
{
	background-color:white;	
}
.listAlternatingItem	/*  Alternating colored row #1  */
{
	background-color:#F4F4F4;	
}
.border
{  
	border:solid thin #a8a8a8;
	border-collapse:collapse
}

#footer /* for footer text. */
{
	font-size:11px;		
	color:#fff;
	background-color:#aaa;
	clear: both;
	height: 26px;
	vertical-align:middle;
	padding:0;
	margin:0;
}
#footer *
{
	font-size:11px;		
	color:#fff;
}
#footer A
{
	color:#fff 		
}
.header
{
	margin:0px;	
	color:#333333; 		
	height:73px; 		 
	background-color:white 
}
.topNav
{
	text-align:right;
	padding-right:10px
}
.usefulLinks
{
	background: #e8e8e8 no-repeat top left;
	width:200px;
	margin-top:25px;
	z-index:100;
	top:10px
}
.usefulLinks div
{
	background: transparent no-repeat top right;
	width:200px
}
.usefulLinks div div
{
	background: transparent url(../images/sub_greycornr_onWhite_L.gif) no-repeat bottom left;
	width:200px
}
.usefulLinks div div div
{
	background: transparent url(../images/sub_greycornr_onWhite_R.gif) no-repeat bottom right;
	width:200px;
	padding:0px
}
.usefulLinks H2
{
	padding-top:10px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:5px;
	color:Black;
	margin:0px
}
.usefulLinks .usefulText
{
	margin-left:10px;
	margin-right:10px;
	margin-top:-10px;
	padding-bottom:25px;
	width:180px;
	background:transparent
}
.usefulText A
{  
	color:#039;
	font-size:11px
}
.usefulText A:link
{  text-decoration:none  }
.usefulText A:visited
{  text-decoration:none  }
.usefulText A:active
{  text-decoration:none  }
.usefulText A:hover
{  text-decoration:underline  }
.subNav
{
	width:200px;
	padding:0px;
	margin:0px;
}
.subNav .subNavText
{
	margin-left:3px;
	margin-right:3px;
	padding-bottom:7px;
	padding-top:7px;
	background:transparent
}
.subNavText A
{  
	color:#039;
	font-size:12px;
	font-weight:bold
}
.subNavText A:link
{  text-decoration:none  }
.subNavText A:visited
{  text-decoration:none  }
.subNavText A:active
{  text-decoration:none  }
.subNavText A:hover
{  text-decoration:underline  }
.blueSpace
{
	background:#79a5cd;
	width:14px;
}
.dottedLine
{
	margin-top:7px;
	margin-bottom:7px
}
.clickButton
{
	text-decoration:underline;
	cursor:hand;
	cursor:pointer
}
	