body {font-family: Arial; font-size: 12pt; margin:10px; padding:0px; background-color:#F0F0F0;}
		
.hdg {color:#2F4158; font-weight:bold;}
.SmallText {font-family: Arial; font-size: 8pt;}
.RowSpacer {font-family: Arial; font-size: 2pt;}

div#Header {width:760px;}
div#Header a:link {color:#FFF; text-decoration:none; font-weight:normal;}
div#Header a:visited {color:#FFF; text-decoration:none; font-weight:normal;}
div#Header a:hover {color:#FFF; text-decoration:none; font-weight:normal;}
.BarColor {background-color:#5286AD;}
.BarText {color:#FFF;}

div#ContentArea {width:760px; background-color:#F0F0F0;}
div#ContentArea a:link {color:brown; font-family: Arial; font-size: 12pt; 
	text-decoration:none; font-weight:bold;}
div#ContentArea a:visited, div#ContentArea a:hover {color:#5286AD; font-family: Arial; font-size: 12pt; 
	text-decoration:none;  font-weight:bold;}

div#Nav {width:150px; background-color:#FFF; float:left;}
div#Nav a:link {font-family: Verdana; font-size: 11pt; color:brown; font-family: Arial;  
	text-decoration:none; font-weight:normal;}
div#Nav a:visited, div#Nav a:hover {font-family: Verdana; font-size: 11pt; color:#5286AD; font-family: Arial; 
	text-decoration:none;  font-weight:normal;}
.NavCat {font-family: Verdana; font-size: 9pt; font-weight: 700; background-color:#5286AD; color:#FFF;}
.NavSubCat {font-family: Verdana; font-size: 9pt; font-weight: 700; background-color:#DDD;}
#Nav ul {list-style-type:none; padding:0; border:5px; margin:0;}

#Spacer1 {width:5px; float:left;} 

#Column1 {width:300px; background-color:#FAFAFA; float:left;}

#Spacer2 {width:5px; float:left;}

#Column2 {width:300px; background-color:#FAFAFA; float:left;}

#Footer {width:760px; float:left;}
div#Footer a:link {color:brown; font-family: Arial; font-size: 12pt; text-decoration:none;}
div#Footer a:visited, div#Footer a:hover {color:#5286AD; font-family: Arial; font-size: 12pt; 
	text-decoration:none;}

#FullPage {width:605px; float:left;}

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */





