@charset "utf-8";
html, body, 
h1, h3, h4, h5, h6, 
form, fieldset,
p, ol, li, ul,
dt, dd, dl,
table, th, tr, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img, fieldset, input, textarea, select { border: 0; margin: 0; }

body {
		background-image: url(../SPT-Images/Home/headers/LandingBG.jpg);
		background-repeat: repeat-x;
		background-position: top;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin-top: 0px;
}

#wrapper {
		background-image: url(../SPT-Images/Home/headers/wrapperBG.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		height: 861px;
		width: 1472px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 315px;
}

#Pagewrapper {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
}

#LeftWrapper {
		width: 325px;
		clear: right;
		float: left;
		margin-left: 10px;
}

#RightWrapper {
		float: right;
		width: 430px;
}
.clearing {
		clear: both;		
}

p {
		
		font-size: .85em;
		color: #003366;
}

h1 {
		margin-top: 0px;
		list-style-type:circle;
		font-weight: bold;
		font-size: 1.0em;
		color: #036;
		
}
h2 {
		font-size: 1.50em;
		font-weight: bold;
		color: #F60;
}
h3  {
		font-size: 1.0em;
		font-weight: bold;
		color: #F60;
}
ul {
		margin-top: 0px;
		list-style-type:circle;
		font-weight: bold;
		font-size: 1.10em;
		color: #036;
		margin-left: 0px;
}

.title {
	     font-size: 1.25em;
		font-weight: bold;
		color: #F60;
		font-family: Verdana, Geneva, sans-serif;
}

