
/* main attributes */

body,

html {
	margin:0;
	padding:0;
}
			
body {
	min-width:900px;
	background-color:#FFFFFF;
	background-image:url(../FEimg/bodybak.jpg);
	background-repeat:repeat-x;
}

/* font attributes */

h1{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#21283d;
	display:inline;
}

h2{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#21283d;
	display:inline;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline;
	color:#333;
}

ul {
	padding: 0;
	margin: 0;
	margin-top:5px;
	list-style-type: none;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:24px;
	margin-bottom:10px;
	background-image: url(../FEimg/check.png);
	background-repeat: no-repeat;
	background-position: 0,0;
	
}

ul.checks {
	padding: 0;
	margin: 0;
	margin-top:5px;
	list-style-type: none;
}

li.checks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d5747;
	padding-left:24px;
	margin-bottom:10px;
	background-image: url(../FEimg/check.png);
	background-repeat: no-repeat;
	background-position: 0,0;
	
}

textarea {
	font-family:Arial, Helvetica, sans-serif;	
}

.pgrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:20px;
}

.pltgrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:20px;
}

.plggrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

.pblggrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}

.pblgblue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666;
}

.pblue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#21283d;
}

.pxlgblue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#21283d;
}

.pgreen {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003333;
}

.pbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.pbig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}

.pwhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.footerTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#FFF;
}

/* link attributes */
			
a:link {color:#21283d; text-decoration: none;}
a:visited {color:#21283d; text-decoration: none;}
a:hover {color:#21283d; text-decoration: underline;}
a:active {color:#21283d; text-decoration: none;}

a.white:link {color:#CCC; text-decoration: none;}
a.white:visited {color:#CCC; text-decoration: none;}
a.white:hover {color:#FFFFFF; text-decoration:none;}
a.white:active {color:#FFFFFF; text-decoration: none;}

#wrap {
	background:#FFFFFF;
	margin:auto auto;
	width:900px;
	}
	
#headerWrap {
	width:900px;
	height:185px;	
	}
	
	#headerLogo {
	width:300px;
	height:185px;
	float:left;
	}
	
	#headerRight {
	width:600px;
	height:185px;
	background-image:url(../FEimg/rHeadBak.jpg);
	float:right;
	}
	
		#headerText {
			width:600px;
			height:130px;
			position:relative;
			text-align:right;
			top:35px;
		}
		
			.headerRow {
				height:30px;
				
			}
	
#menuCont {
	width:900px;
	height:37px;
	background-image:url(../FEimg/menubak.jpg);
}

	.menuitem {
		position:relative;
		top:-13px;
	}

.formLeft {
	width:150px;
	min-height:30px;
	float:left;
	text-align:right;
	position:relative;
	top:4px;
}

.formRight {
	width:325px;
	min-height:30px;
	float:right;
}

#midLeftWrap {
	width:610px;
	height:350px;
	float:left;
}

	#midLtop {
		width:610px;
		height:120px;
	}
	
	#midLbotL {
		width:440px;
		height:230px;
		background-image:url(../FEimg/proveitbak.jpg);
		float:left;
	}
	
	#midLbotR {
		width:170px;
		height:230px;
		float:right;
	}
	
#midRight {
	width:290px;
	height:350px;
	background-image:url(../FEimg/rboxBak.jpg);
	float:right;
}

	#midRcont {
		width:210px;
		height:auto;
		position:relative;
		left:25px;
		top:85px;
	}

#contentWrap {
	width:900px;
	height:auto;
	display:table;
	clear:both;
}

#wideFullCont {
	width:750px;
	height:auto;
	clear:both;
	position:relative;
	left:50px;
}

#contentLeftBak {
	width:600px;
	height:auto;
	float:left;
	margin-top:2px;
	margin-bottom:20px;
}

	#Lcontent {
		width:475px;
		height:auto;
		position:relative;
		left:35px;
	}

#contentRightBak{
	width:300px;
	background-image:url(../FEimg/contrBak.jpg);
	background-repeat:repeat-y;
	height:auto;
	min-height:225px;
	float:right;
	margin-top:0px;
}

	#Rcontent {
		width:250px;
		height:auto;
		position:relative;
		left:35px;
		margin-bottom:25px;
	}

#footer {
	width:900px;
	height:175px;
	background-image:url(../FEimg/footerbak.jpg);
}

	#footerLeft {
		width:200px;	
		position:relative;
		left:35px;
		top:60px;
		float:left;
	}
	
	#footerMid {
		width:200px;	
		position:relative;
		left:75px;
		top:60px;
		float:left;
	}
	
	#footerRight {
		width:200px;	
		position:relative;
		left:130px;
		top:60px;
		float:left;
	}

#base {
	width:900px;
	height:50px;
	clear:both;
	text-align:center;
	margin-top:15px;
}

	