body {
	Font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #003300;
	background-color:white;
}
body A {
	Font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #003300;
}
body A:hover {
	Font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	text-decoration: underline;
}
/* body A:link {
	color:#003300;
} */
body A:active {
	background-color:#003300;
}
body a:visited {
	background-color:#003300;
} 
.disc {
	list-style-type:disc;
}
.topmenu {
	COLOR: #ffd700;
	Font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	TEXT-DECORATION: none;
	background-color: #000000;
	font-size: 12px;
	border: 0px outset green;
	margin: 2px;
}
.topmenu A {
	COLOR: #ffd700;
	Font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	background-color: #000000;
	border: 2px outset #045E02;
	margin: 1px;
	width: 95px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.topmenu A:hover {
	COLOR: white;
	font-size: 12px;
	TEXT-DECORATION: underline;
	background-color: #004C00;
	border: 2px inset #045E02;
	margin: 1px;
	width: 95px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.top a {
	color: ffd700;
	text-decoration: underline;
}
.top a:hover {
	color: ffd700;
	text-decoration: underline;
}
H1 {
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 18pt;
}

.txt {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 10pt;
}
.txtBold {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size:10pt;
}
.txtColorSmall{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:8pt;
}
.lrgtxt {
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12.0pt;
}
.txtLrg {
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12.0pt;
}
.txtLrgBold {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 12.0pt;
}
.txtLrgBoldRed {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 12.0pt;
	color: red;
}
.txtRed {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: red;
}

.colorImg{
	 width:65px;
	 height:30px;
	 border:0;
}
.colorImg45{
	 width:65px;
	 height:45px;
	 border:0;
}

.catDescrpt{
	list-style:none;
	list-style-type:none;
	margin-left:0pt; 
	padding:0;
}
.descrptElements{
	list-style:none;
	list-style-type:none;
	margin-left:35pt; 
	padding:0;
}
.blackBox {
	border:thin solid black;
}
#wrapper { margin: 0 auto; max-width: 1000px; min-width: 600px;  background: #fff; }

/* column container */	
.colmask {		
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */	
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom: 50px;	
}
.blogstyle { background:#fff; } 
.blogstyle .colmid { 
    float:left; 
    width:200%; 
    margin-left:-200px; /* Width of right column */
	position:relative; 
	right:100%; 
	background:#FFD8B7; /* Centre column background colour */    
}  
.blogstyle .colleft {
    float:left;
    width:100%;
    margin-left:-200px; /* Width of centre column */ 
	background:#fff; /* Left column background colour */    
}   
.blogstyle .col1wrap {    
	float:left;
	width:50%;	    
	padding-bottom:1em; /* Centre column bottom padding. Leave it out if it's zero */
}
.blogstyle .col1 { 
    margin:0 15px 0 382px; /* Centre column side padding:  	Left padding = left column width + centre column left padding width  -  Right padding = right column width + centre column right padding width */ 
	position:relative;
	left:100%;
	overflow:hidden;
	border:1px thin black;
}
.blogstyle .col2 {
    float:right;
    width:340px; /* Width of left column content (left column width minus left and right padding) */ 
	position:relative;  
	left:555px;  /* Width of the left-had side padding on the left column */ 
	}