body {

	padding: 0;	
	margin: 0 ;
	text-align:left;	
	background-position: top;
	background-color:#F1F3F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:14px;
	
}

.screen_hide {

	display:none;
	
}

h2{

	margin:15px 0px 15px 0px;
	font-size: 17px;
	font-weight: bold;
	
}

h3 {

	margin:30px 0px 20px 0px;
	font-size:16px;
	font-weight: bold;	
}

#holder {

	position:absolute;
	width: 800px;
	left : 50%;
	margin-left: -420px;
	
}

#menubar {

	width: 600px;
	height: 20px;
	margin-top: 185px;
	float:left;
	color:Black;
	font-weight:bold; 
	
}

#menubar a {

	color:#B50027;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:5px;
}
#menubar a:hover {

	color:#253658;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:5px;
}

a {

	font-weight:bold;	
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

a:hover{

	color:#ff6600;
	
}

#top {

	width: 869px;
	height: 217px;
	background-color:#000000;
	background-image:url(../images/psheader.jpg);
	background-repeat:no-repeat;	
}

#middle {

	width: 869px;
	height: 535px;
	background-image:url(../images/backgroundfront3.jpg);
	background-color: #2D4F8C;
	
}

#middleholder {

	width: 800px;
	padding: .5em;
	padding-left: 2em;
	
}

#middle2 {

	width: 869px;	
	background-image:url(../images/prosportbg.jpg);
	background-repeat:no-repeat;
	background-color: #2D4F8C;
	
}

#middleholder2 {

	width: 800px;
	padding: .5em;
	min-height: 535px; 
    height: auto !important; /* Everything will apply the auto value to the height except IE which doesn't understand !important */ 
    height: 535px;           /*     and will therefore apply the 535px value to the height attribute (which it applys as min-height) */
	padding-left: 2em;
	
}

#bottom {

	width: 869px;
	height: 30px;
	background-image:url(../images/bottombar.jpg);
	background-position:left;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
	padding-top: .5em;
	color:#000000;
	
}
 
#textholderbottom {

	height: 5px;
	padding: .5em;
	background-color:#FFFFFF;
	font-size: 14px;
	
} 

#textholderbottom a {

	color:#000000;
	font-weight:bold;
	font-size:0.8em;
	
}
 
#textholderbottom a:hover{

	color:#253658;
	
}

#verybottom {

	width: 859px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	padding-bottom: 1em;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	/*
	background-color:#FFFFFF;
	color:#555555;
	*/
}

<!-- style for form button on quote page and contact  -->

.button {
}

div.button {
	display:block;
	font-weight:bolder;
	color:#FFFFFF;
	width:230px;
	height:50px;
	background-color:transparent;
	background-image:url(../images/button2.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	margin:-10px 0px 0px 0px;
}
