
/* LAYOUT CSS
--------------*/ 
body {
	margin: 0;
	background-color: #6699CC;
	background-image: url(../images/Shade.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#fullwrapper {
	background-image: none;
	height: auto;
}

#wrapper {
	margin: 0 auto;
	height: auto;
	width: 800px;
}

#headercontainer {
	height: 200px;
	width: 100%;
	background-image: url(../images/headerborder.png);
	background-position: center;
	background-repeat: no-repeat;
}

#header {
	height: 200px;
	width: 800px;
	background-image: url(../images/Header.jpg);
	margin: 0 auto;
}

#date {
	height: 50px;
	width: 280px;
	line-height: 50px;
	text-align: center;
	float: right;
	margin-top: 150px;
}

#links {
	height: 50px;
	width: 500px;
	float: left;
	margin-top: 150px;
}

#body {
	height: auto;
	width: 750px;
	background-color: white;
	padding: 25px;
	padding-bottom: 20px;
}

#bodytext {
	height: auto;
	width: auto;
	border: 1px dashed #456A8C;
	color: #456A8C;
	font-size: 14px;
	padding: 15px;
}

#bodybottom {
	height: 20px;
	width: 800px;
	background-image: url(../images/bodybottom.jpg);
	margin: 0 auto;
}

#spacer {
	height: 20px;
	width: 800px;
	background-color: #456A8C;
}

#pagefadecontainer {
	height:auto;
	width: 100%;
	background-image: url(../images/fade.png);
	background-position: center;
	background-repeat: no-repeat;
}

#sweethomelinks {
	height: 100px;
	width: 800px;
	margin: 0 auto;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: #aed1f3;
}

#pushdown {
	height: 150px;
	background-color: #6699CC;
	background-image: none;
}

#footercontainer {
	height: 100px;
	width: 100%;
	background-image: url(../images/bottomborder.png);
}

#footer {
	height: 100px;
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.spacer {
	padding-left: 5px;
}

.spacer2 {
	padding-left: 5px;
	padding-right: 5px;
}

.tableheader {
	font-size: 16px;
	color: #FFFFFF;
}

/*----------------------*/

.SHLinks a:link {
	color: #aed1f3;
	text-decoration: none;
}

.SHLinks a:visited {
	color: #aed1f3;
	text-decoration: none;
}

.SHLinks a:hover {
	color: white;
	text-decoration: none;
}

.SHLinks a:active {
	color: #aed1f3;
	text-decoration: none;
}

/*----------------------*/

.info a:link {
	color: #749dc6;
	text-decoration: none;
}

.info a:visited {
	color: #749dc6;
	text-decoration: none;
}

.info a:hover {
	color: #426b92;
	text-decoration: none;
}

.info a:active {
	color: #749dc6;
	text-decoration: none;
}
