@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999966;
	background-image:url(images/tile-back-40x1000.gif);
	background-repeat:repeat-x;
}

/* This centers site in browser window. Left margin should be half the width of the body. */
#wrapper {
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;

}

#header {
	background-color: #585547;
	width: 960px;
	height: 300px;
}

#nav {
	background-color: #e8961b;
	width: 960px;
	height: 55px;
	background-image: url(images/tile-navback-off-100x55.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bodycontent {
	background-color: #ffffff;
	width: 500px;
	padding-left: 48px;
	padding-right: 50px;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bodycontent a:link { color: #666666; text-decoration: underline; }
#bodycontent a:visited { color: #666666; text-decoration: underline; }
#bodycontent a:hover { color: #666666; text-decoration: none; }
#bodycontent a:active { color: #666666; text-decoration: none; }

#sidebar {
	background-color: #a4ad9a;
	width: 362px;
}

#footer {
	background-color: #585547;
	width: 960px;
	padding-top: 24px; padding-bottom: 50px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* End styles that build main structure of page */

.body-ul {
	list-style-type: square;
	font-size: 12px;
	font-weight: bold;
}

.phone {
	font-size: 28px;
	color: #ffff99;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.phonehead {
	font-size: 16px;
	color: #cccc99;
}

.phonehead a:link { color: #cccc99; text-decoration: underline; }
.phonehead a:visited { color: #cccc99; text-decoration: underline; }
.phonehead a:hover { color: #cccc99; text-decoration: none; }
.phonehead a:active { color: cccc99; text-decoration: none; }

.sidebartable {
	font-size: 12px;
	font-weight: normal;
	color: #57634a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hd1 {
	font-size: 30px;
	color: #585547;
	font-family: Georgia, "Times New Roman", Times, serif;
}
