/*_pp02*/

/* --------header---------*/

.header {
	width: 1373px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
  	height: 100%;
}

#headerImg {
	width: 498px;
	height: 456px;
	min-height: 456px;
	margin-left: 666px;
	margin-top: -368px;
}

#flashcontent {
	width: 498px;
	height: 456px;
}


/* --------body---------*/
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #005953;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	font-size: 12px;
}

.container {
	width: 1373px;
	min-height:100%;
  	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color: #93751a;
}

/* --------menuMain--------- */ 
.menuMain {
	color: #ffffff;
	text-align:center;
	font-family: "Impact", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 42px;
}

a.menuMain {
	text-decoration: none;
}

a.menuMain:hover {
	color: #cccccc;
}





/* --------Main Content--------- */ 
.content {
	width: auto;
	background-color: #93751a;
}

#mainContent {
	width: 955px;
    background-color: #93751a;
	margin-left: auto;
	margin-right: auto;
}

.lightBeige {
	background-color: #FFF;
}

#home {
	color: #000000;
}

#home a:link {
 	font-size: 14px;
 	color: #c2eeff;
}

#home h1 {
	font-size: 18px;
	color: #333333;
	font-stretch: expanded;
	font-style: italic;
}

#home h1 .grey, h2 .grey, h3 .grey {
	color: #666666;
}
		  
#home h2 { 
	font-size: 14px;
	color: #005953;
}
		  		  
#home h3  {
	font-size: 12px;
	color: #930b33;
}

#home h4 {margin:0;	font-size: 12px;}
#home h5 {margin:0;	font-size: 10px;}

 
.image {
	background-color: #999999;
	padding: 25px;
}

.blue {
	 width: 1373px;
	 height: 456px;
	 margin-left: auto;
	 margin-right: auto;
	 background-image: url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=709129&ei_code=arrow);
	 background-position: bottom;
	 background-repeat:repeat-x;
	 background-color: #FFFFFF;
}

.navBar {
	width: 498px;
	height: 45px;
	padding-top: 23px;
	margin-left: 666px;
	background-color: #005953;
}

.logo {
	height: 66px;
	padding-left: 202px;
	padding-top: 2px;
	float: left;
}

#headerL {
	width: 464px;
	height: 368px;
	margin-left: 202px;
}

#lCon {
	width: 424px;
	height: auto;
	min-height: auto;
	float: left;
	padding: 15px 10px 15px 20px; 
}

#rCon {
	width: 458px;
	height: auto;
	min-height: auto;
	padding: 15px 10px 15px 20px; 
}

#rConBG {
	width: 498px;
	height: 600px;
	min-height: 600px;
	background-color: #FFF;
}

#rConOut {
   width: 498px;
   height: auto;
   min-height: auto;
   float: right;
   padding: 15px 0px 0px 0px; 
}

.blackLine {
	width: 1373px;
	height: 0px;
	_padding-bottom: -3px;
	min-height: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: #000000 solid 3px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mainTitle {
	width: 408px;
	height: 20px;
	min-height: 20px;
	padding: 2px 6px 2px 6px;
	border: #000000 solid  2px;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffffff;
	color: #005953;
}

.mainTitleFlex {
	width: 100%;
	height: 20px;
	min-height: 20px;
	padding: 2px 6px 2px 6px;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffffff;
	color: #005953;
	text-align:left;
}




.links ul li {
    list-style:none;
	color: #000000;
	font-size: 12px;
	padding-left: 14px;
	background:transparent url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=709129&ei_code=doc) center left no-repeat;
	margin-left: -40px;
}

.line {
	width: 100%;
	border-bottom: #FFFFFF solid 1px;
	height: 0px;
	_padding-bottom: -3px;
	min-height: 0px;
	padding: 0px;
	margin: 0px;
}

.requiredfield{
	visibility:hidden;
}

.sep {
	margin-top: 10px;
}

.imgSep {
	margin: 8px;
	padding: 6px;
}

.textPad {
	padding-left: 22px;
	padding-right: 22px;	
}

.sepLine {
	padding-top: 16px;
	border-bottom: #666666 solid 1px;
}

.sepLineBPad {
	padding-bottom: 8px;
  	border-top: #666666 solid 1px;
}

.vsepLine {
	padding-left: 8px;
	padding-rihgt: 8px;
	border-right: #666666 solid 1px;
}


