body {
	background-color:#ffffff;
	margin-top: 0px;
	margin-left: 0px;
	padding:0;
	font-size: 70%;
	border-bottom-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
		
html,body {
	height: 100%;
}
		
* {
	margin: 0;
	padding: 0;
}

td,th {
	color: #333333;
}

p {
	margin-top:9px;
	margin-bottom:9px;
	color: #333333;
}

input.btn {
	border:solid 1px #333333;
	background-color:#3B9FA5;
	font-weight:bold;
	font-size:100%;
	color:#ffffff;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
		
img {
	border: 0;
}

h1 {
	color:#8B2221;
	font-size:180%;
	font-weight:bold;
}
h2 {
	color:#8B2221;
	font-size:130%;
	font-weight:bold;
}
h3 {
	color:#8B2221;
	font-size:100%;
	font-weight:bold;
}


.quote {
	color:#8B2221;
	font-size:140%;
	font-style:italic;
}

.pad {
	padding:5px;
}

hr {
	border-top: 1px solid #8B2221;
	border-bottom:0px;
	margin-top:10px;
	margin-bottom:10px;
}

ul,ol {
	padding-left:2em;
}
		
a:link {color: #8B2221; text-decoration: none; font-weight:bold;}
a:visited {color: #8B2221; text-decoration: none; font-weight:bold;}
a:hover {color: #8B2221; text-decoration: underline; font-weight:bold;}
a:active {color: #8B2221; text-decoration: none; font-weight:bold;}
	
div#wrapper {
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top:0px;
	text-align: left;
}

div#navigation {
	line-height:160%;
	width:537px;
	font-size:120%;
	float:left;
	color:#8B2221;
	margin-top:10px;
	padding-left:15px;
}

div#navigation a {
	color:#8B2221;
	font-weight:normal;
}

div#navigation a:hover {
	text-decoration:underline;
	color:#8B2221;
	font-weight:normal;
}
		
div#container {
	float: left;
	background-color:#ffffff;
	background: transparent url(../images/cogBack.gif) bottom left no-repeat;
}

div#contentLeft {
	width: 170px;
	float: left;
	margin-right:15px !important;
	margin-right:7.5px;
	margin-left:15px !important;
	margin-left:7.5px;
	padding-top: 25px;
	height:auto;
}

div#contentRight {
	width: 156px;
	float: left;
	background-color:#ffffff;
	margin-right:15px !important;
	margin-right:7.5px;
	margin-left:15px !important;
	margin-left:7.5px;
}

div#contentRightHome {
	width: 156px;
	float: left;
	background-color:#cccccc;
	border: 1px solid #8B2221;
	margin-top:25px;
	margin-left:20px !important;
	margin-left:0px;
}

div#contentLeftHome {
	width: 260px;
	float: left;
	margin-right:15px !important;
	margin-right:7.5px;
	margin-left:15px !important;
	height:auto;
}
		
div#contentLeftHome div{
	padding-left: 9px;
	padding-top: 25px;
}
		
div#contentMainHome {
	width: 260px;
	float: left;
}

div#contentLine {
	width: 15px;
	float: left;
	border-left: 1px dotted #8B2221;
	height:auto;
	margin-top:30px;
}	

div#contentMain {
	width: 374px !important;
	width: 389px;
	float: left;
}
		
div#contentMain div{
	padding-left: 9px;
	padding-top: 25px;
}

div#contentMainHome div{
	padding-left: 9px;
	padding-top: 25px;
}	

div#contentRightHome div{
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
}	

div#contentRight div{
	padding-left: 9px;
	padding-top: 15px;
}

div#clear {
	clear:both;
	height: 15px;
}

div#tele {
	float:left;
}
div#blueleaf {
	float:right;
}
		
div#footer {
	background-color:#ffffff;
	clear:both;
	padding: 0 10px 0 10px;
	color:#333333;
	font-weight:bold;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:100%;
	border-top:1px #8B2221 solid;
}

div#header {
	clear:both;
}
		
div#footer a:link{color: #333333; text-decoration:none}
div#footer a:visited{color: #333333; text-decoration:none}
div#footer a:hover{color: #333333; text-decoration:underline}
div#footer a:actives{color: #333333; text-decoration:none}

.floatcontainergen:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 
.floatcontainergen {
	display: inline-table;
}  /* Mark Hadley's fix for IE Mac */  

/* Hides from IE Mac \*/ 
* html .floatcontainergen {
	height: 1%;
} 
.floatcontainergen {
	display:block;
} /* End Hack */ 

div.row { 
	overflow:hidden; 
	zoom:1;
	width:370px;
}

div.row span.label {
  float: left;
  width: 80px;
  padding:2px;
  text-align: right;
  font-weight:bold;
}
  
div.row span.formw {
  border:0px;
  float: right;
  width: 270px;
  padding:2px;
  text-align: left;
}

div.icon   { margin: 3px; }
div.icon a { 
	display: block;
	height: 18px !important;
	height: 16px; 
	width: 170px !important;
	width: 160px;
	text-align:left; 
	background-color:#CCCCCC;
	text-decoration : none;
	font-weight:bold;
	padding: 4px 5px 4px 5px; 
	font-size:100%;
}

div.icon a:link    {  color : #333333;  }
div.icon a:hover   {
	color: #ffffff; 
	background-color: #999999;
	text-decoration : none;
	padding: 4px 5px 4px 5px;
	font-size:100%;
}
div.icon a:active  {  color : #333333;  }
div.icon a:visited {  color : #333333;  }

div.iconon   { margin: 3px; }
div.iconon a { 
	display: block;
	height: 18px !important;
	height: 16px; 
	width: 170px !important;
	width: 160px;
	text-align:left; 
	background-color:#999999;
	text-decoration : none;
	font-weight:bold;
	padding: 4px 5px 4px 5px; 
	font-size:100%;
	color:#ffffff;
}

div.iconon a:link    {  color : #ffffff;  }
div.iconon a:hover   {
	color: #ffffff; 
	background-color: #999999;
	text-decoration : none;
	padding: 4px 5px 4px 5px;
	font-size:100%;
}
div.iconon a:active  {  color : #ffffff;  }
div.iconon a:visited {  color : #ffffff;  }