body {
	background: #ffffff url(images/background.gif);
	background-repeat: repeat;

	background-position: top;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	}

#container {
	background-color: #f5f0ec;
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	}

#header {
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
	color: #ffffff;
	}

#header .leftbox {
	padding-top: 10px;
	padding-left: 60px;
	width: 275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	}

#header .leftbox .phonenumber {
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	}

#header .rightbox {
	padding-top: 17px;
	padding-right: 15px;
	text-align: right;
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}

.leftbox {
	float: left;
	width: 290px;
	}

.rightbox {
	float: left;
	width: 610px;
	}

#navigation {
	background: url(images/navigation.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 50px;
	}

#navigation .leftbox {
	padding-left: 15px;
	width: 275px;
	}

#navigation .leftbox p {
	color: #ffcc00;
	padding: 0px;
	margin: 3px 0px 3px 0px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	}

#navigation .leftbox #submit {
	border: 0;
	background-color: transparent;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	}

#navigation .leftbox form {
	margin: 0px;
	}

#navigation .rightbox {
	padding-top: 17px;
	padding-left: 15px;
	width: 595px;
	}

#navigation .rightbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#navigation .rightbox ul li {
	list-style-image: none;
	display: inline;
	padding: 0px 5px;
	}

#navigation .rightbox ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#navigation .rightbox ul li a:hover {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	}

#leftpane {
	width: 140px;
	padding: 0px 20px;
	float: left;
	}

#contentpane {
	background-color: #e5dbd2;
	/*width: 540px;*/
	width:700px;
	float: left;
	overflow: hidden;
	}

#mid-top {
	background: url(images/mid-top.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 58px;
	}

#mid-bottom {
	background: url(images/mid-bottom.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 28px;
	}

#rightpane {
	width: 140px;
	padding: 0px 20px;
	float: left;
	}

#footer {
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 900px;
	height: 20px;
	padding-top: 27px;
	font-size: .8em;
	color: #ffffff;
	text-align: center;
	}

#footer p {
	padding: 0px;
	}

/* Header Tags */

#leftpane h1, #rightpane h1 {
	font-size: 1.4em;
	margin: 7px 0px 0px 0px;
	}

/* Links */

a:link, a:active, a:visited {
	color: #af6d3a;
	}

#leftpane a:link, #leftpane a:active, #leftpane a:visited,
#rightpane a:link, #rightpane a:active, #rightpane a:visited {
	text-decoration: none;
	}

#header .rightbox a:link, #header .rightbox a:active, #header .rightbox a:visited {
	color: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #FF9900;
	}

/* Misc Stuff */

.signintext {
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
	}
	
#leftpane td, #rightpane td {
	padding-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	}

#leftpane td table td, #rightpane td table td {
	font-size: 10px;
	font-weight: normal;
	}