/* CSS Document */
html, body {
	height:100%;
}

body{
	font: 12px, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	color:#838383;
	font-weight: normal;
}

#everything{
	position:relative; 
	width:100%;
	background-color:#FFFFFF;
	height:100%; 
	min-height:100%;
}

#banner{
	position:relative; 
	width:100%;
	background-color:#631223;
	background-image:url(images/bannerBG.gif);
	background-repeat:repeat-x;
	height: 104px;
}

#left{
	position:relative; 
	float:left;
	background-color:#631223;
	width:708px;
	height:100%; 
	min-height:100%;
}

#nav{
	position:relative; 
	width:100%;
	background-image:url(images/menuBG.gif);
	background-repeat:repeat-x;
	height: 55px;
}

#content{
	position:relative; 
	width:100%;
	background-image:url(images/mainBG.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	text-align:center;
}

#footer{
	position:relative; 
	width:100%;
	text-align:center;
	color:#838383;
	font-weight: bold;
	height: 30px;
}

.rightalign{
	text-align:right;
}

.leftalign{
	padding-left: 5px;
	text-align:left;
}

.quoteform{
	width:90%;
	font: 12px, Verdana, Arial, Helvetica, sans-serif;
	color:#838383;
}

.darkcells{
	background-color:#838383;
	color:#FFFFFF;
}

.darkcells2{
}

.footerTable{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}