body{
	font-family: Trebuchet, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: bold;
}


h1{
	font-family: "Lucida Console";
	font-weight: bold;
	padding-top: 10px;
	color: #2C77BB;
	padding-left: 20px;
	padding-right: 20px;
	
}

h2{
	font-family: "Lucida Console";
	color: #80C34E;
	margin-bottom: -15px;
	padding-left: 20px;
	padding-right: 20px;
}
h3{
	font-family:"Lucida Grande";
	color: #2C77BB;
	padding-left: 20px;
	padding-right: 20px;
}

p{
	font-size: .8em;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}

.contentbody{
	font-size: .8em;
	line-height: 1.5em;
	
	padding-right: 20px;
	margin-left: 20px;
}

.rightsidetext{
	float: right; 
	width: 300px; 
	font-size: 16px; 
	color: #2C77BB;
	font-weight:bold;
	text-align:center;
	margin-right: 30px;
	padding: 20px;
	font-family: "Lucida Console";
	background-color: #eeeeee;
}
.rightsidetext a:link, .rightsidetext a:visited{
	color: #2C77BB;
}

ul{
	font-size: .8em;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -3px;
	margin-left: 20px;
}
.ulhighlight li{
	color: #B10809;
	font-size: 1em;
	font-family: "Arial";
	margin-top: 10px;
	
}
.ImageStretchA{
	background-color: #060602;
	background-repeat: repeat;
	background-image: url(images/template_03.gif);
	height: 100%;
}

.ImageStretchB{
	background-color: #060602;
	background-repeat: repeat;
	background-image: url(images/template_05.gif);
	height: 100%;
}


.copyright{
	background-image: url(images/template_06.gif);
	background-repeat: no-repeat;
	height: 144px;
	margin-top: -30px;
	padding-bottom: 40px;
	color: #111;
	font-family: calibri, tahoma, san serif;
	font-size: .8em;
	font-weight: bold;
	
	
}
.copyright a:link {color: #111; }
.copyright a:visited {color: #111; }
.copyright a:hover {color: #111; }

#copyleft{
	/*position: absolute;*/
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 10px;
	width: 150px;
	float:left;
	
}
#copymiddle{
	position: relative;
	margin-left: 100;
	padding-top: 10px;
	width: 200px;
	float: left;
	
	text-align:left;
}
#copyrightside{
	position: relative;
	margin-left: 200px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: right;
	width: 220px;
	float: left;
	margin-right: 20px;
}
.imagesClass{
	margin:5px;
	padding: 5px;
	background-color: white;
	border: 1px #ccc solid;
	float: right;

}
.contentsmall{

	color: white;
}
.contentsmall a:link {
	color:white;
}
p.clear{
	clear:both;
	height:0;
	margin:0;
	padding:0;

}