html, body {
	margin: 0;
	background: #333;
}
h1 {
	color: #ffffff;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 {
	color: #33FF33;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
textarea, select {
 	border: 1px solid #26426c;
 	background-color:#cccccc;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.fields {
 	border: 1px solid #26426c;
 	background-color:#cccccc;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	width: 950px; margin-left:auto; margin-right:auto;
}
.header {
	width: 100%; float:left; margin-top:10px;
}
.logo {
	float:left; width: 250px; height:85px; margin-left:10px;
}
.content {
	width: 100%; float:left; min-height:375px;
}
.contentinner{
	width: 100%; min-height: 365px; margin-left:10px; margin-right: 10px;
}
.text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
}
ul {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	color:#33FF33;
	line-height:2;
}
.footerinner {
	width:40%; text-align:left;
	height:25px;
	margin-top:15px;
	color: #cccccc;
	font-size: 11px;
	font-family: Arial;
	line-height: 2;
	float:left;
}
.footerinner p, .footerinner2 p{
	float:left;
	margin-left:30px;
}
.footerinner2 {
	width:60%; text-align:center;
	color: #cccccc;
	font-size: 11px;
	font-family: Arial;
	margin-top:30px;
	float:left;
}
.contactPhone{
	float:left; width: 390px; margin-top:20px;
	text-align:center;
	color: #ffffff;
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
}
.contactInfo{
	float:left;  width: 280px;
	text-align:right;
	color: #cccccc;
	font-size: 11px;
	font-family: Arial;
}
.homecontent {
	float:left; margin-left: 10px; width:415px;
}
.homecontent p{
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
}
.contactcontent {
	float:left; margin-left: 10px;
}
.contactcontent p{
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
}
.aboutcontent {
	float:left; margin-left: 10px; width: 415px;
}
.aboutcontent p{
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
}
.faqscontent {
	float:left; margin-left: 10px;
}
.faqscontent p{
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
}
.nav {
	height: 30px;
	margin-top: 15px;
	border: 1px solid #666666;
	float:left;
}
.nav div {
	margin-top: 7px;
}
.nav A:LINK   {
	display:block;
	width:157px;
	height: 30px;
	text-align:center;
	color: #ffffff;
	background-color:#242424;
	font-size: 12px;
	background: #26426c url('images/nav_bg_off.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	border-right: 1px solid #666666;
	float:left;
}
.nav A:HOVER  { 
	display:block;
	width:157px;
	height: 30px;
	text-align:center;
	background: #26426c url('images/nav_bg.jpg') repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	float:left;
}
.nav A:VISITED  {
	display:block;
	width:157px;
	height: 30px;
	text-align:center;
	color: #ffffff;
	background-color:#242424;
	font-size: 12px;
	background: #26426c url('images/nav_bg_off.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	border-right: 1px solid #666666;
	float:left;
 }
 .navOn { 
	display:block;
	width:157px;
	height: 30px;
	text-align:center;
	background: #26426c url('images/nav_bg.jpg') repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	float:left;
}
.clickscrazy { 
	color: #e98d0a;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
}
.footer {
	width: 100%;float:left; background-color:#212121; border: 1px solid #666666; margin-bottom:10px;
}
.footercontainer {
	width: 100%; height: 125px; float:left;
}
.footerinner2 A:LINK   { 
	color: #e98d0a;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
}
.footerinner2 A:HOVER  { 
	color: #ffffff;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
}
.footerinner2 A:VISITED  {
	color: #e98d0a;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
 }
 A:LINK   { 
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
}
A:HOVER  { 
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
}
A:VISITED  {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
 }