

div.main
{

  background:  url("images/topleft.gif") top left no-repeat;
margin-bottom: 0 0 10px 0;
} 
div.main h3 
{
    float:left;
    width:100%;
    height:35px;
    text-align:left;
    padding:0 auto;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#6095c1;
	background:  url("images/topright.gif") top right no-repeat;
}

/* Title Spacing */
div.main h3 span.Head
{
width:100%;
font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	color:#6095c1;
	padding:0 0 5px 0;
	border-bottom:2px dotted #c1c0be;
}
/* -- */

div.mainBody 
{
  background:  url("images/rightmiddle.gif") top right repeat-y;
	width:100%;
	margin:0 auto;
}
div.mainBody p
{
 	width:100%;
	font-family:Tahoma;
	color:#121314;
	font-size:11px;
	line-height:18px;
	font-weight:normal;
} 
div.mainBody HR
{
	color:#c1c0be;
	background-color: #c1c0be;
height: 1px;
font-size:20px;
}
div.mainBody UL
{
	width:100%;
	padding:0 0px 0 0;
}
div.mainBody UL LI
{
 	width:100%;
	font-family:Tahoma;
	color:#121314;
	font-size:11px;
	background:  url("images/bulletlist.jpg") no-repeat;
	line-height:18px;
	list-style:none;
	padding:0 0 0 25px;
	font-weight:normal;
} 
div.mainBody h1
{
 	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#6095c1;
	font-size:16px;
	font-weight:normal;
	margin:0 auto;
	line-height:30px;
} 
div.mainBody h2
{
 	width:100%;
	font-family:Tahoma;
	color:#fb4405;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
} 
div.mainBody h3
{
 	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	color:#6095c1;
	padding:0 0 5px 0;
	border-bottom:2px solid #c1c0be;
} 
div.mainBody a
{
 	width:100%;
	font-family:"Trebuchet MS";
	color:#ffa500;
	font-size:13px;
	font-weight:normal;
	text-decoration:dotted;
} 
div.mainBody a:link
{
 	width:100%;
	font-family:"Trebuchet MS";
	color:#ffa500;
	font-size:13px;
	font-weight:normal;
	text-decoration:dotted;
} 
div.mainBody a:visited
{
 	width:100%;
	font-family:"Trebuchet MS";
	color:#ffa500;
	font-size:13px;
	font-weight:normal;
	text-decoration:dotted;
} 
div.mainBody a:active
{
 	width:100%;
	font-family:"Trebuchet MS";
	color:#ffa500;
	font-size:13px;
	font-weight:normal;
	text-decoration:dotted;
} 
div.mainBody a:hover
{
 	width:100%;
	font-family:"Trebuchet MS";
	color:#ffa500;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
} 
	


/* Container Contents */  
 div.mainBody div div
{
padding:10px;
margin-top:0px;
}
/* -- Container Contents -- */  
div.mainFooter 
{
  float:left;
  width:100%;
  height:13px;
  background:  url("images/bottomleft.gif") bottom left no-repeat;
  }
div.mainFooter p 
{
	  width:100%;
	  height:13px;
	  background:  url("images/bottomright.gif") bottom right no-repeat;
	  margin:0 auto;
}
 div.mainContent 
 {
  float:left;
  width:100%;
 background: url("images/leftmiddle.gif") top left repeat-y;
	margin:0 auto;
}
 .clearboth 
 {
	clear:both;
 }


