body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background:  #054187;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: 0 none;
	}
	
a:link { 
	text-decoration: none;
	color:#000000; 
	}
a:visited { 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	}

	
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 721px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 

#header {
background:url(images_ssp/header1.jpg);
	height: 92px;
} 

#headertext{
	position:absolute;
	top: 30px;
	left: 6px;
}
#headertext a{
	text-decoration: none;
	color:#FFFFFF;
}

#headertext visited { 
	text-decoration: none; 
	color:#FFFFFF;
	}
#headertext hover{ 
	text-decoration: none;
	color:#FFFFFF; 
}

#search{
	position:absolute;
	top: 32px;
	right: 7px;
}

#flashcontent {
height: 272px;
	}
	
#navagation {
	height: 31px;
}

#main {

}

#sidebar1 {
	float:left;
	width: 23%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/bevel_left.gif);
	background-repeat:repeat-y;
	background-color: #ececec;
	padding:0 10px 0 10px;
}

#sidebar2 {
	float:left;
	width: 70%;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-repeat:repeat-y;
	background-color: #ececec;
	padding:0 0 0 0;
	margin-left:10px;
}

#mainContent_home
{
	background-color:#fff;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#mainContent {
	width: 70%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#sidebar3 {
	float: right;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/bevel_right.gif);
	background-repeat:repeat-y;
	background-color: #ececec;
	padding:10px; /* padding keeps the content of the div away from the edges */
	margin-top:10px;
}	

#footer {
font: 80% Verdana, Arial, Helvetica, sans-serif;
background:url(images_ssp/footer.jpg);
height: 80px;
}

#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;
}

#linkList {
list-style-type: none;
	}

#linkList ul {
	list-style-type: none;
	}

