html, body {
	height: 100%;
	}

body {
	background: #94AF9E url(gradient_body_background.gif) repeat-x;
	font-family: "Bookman Old Style", serif;
	color: #000000;
	}

div {
/*	border: 1px dotted #000; */
	}

#container {
	background: #FFFFFF;
	width: 700px;
	margin: 0 auto -130px;
	padding: 15px;
	min-height: 100%;
	height: auto !important;
	}

#header {
	background: url(lavender.jpg) no-repeat top left;
	left: 0px;
	top: 0px;
	width: 650px;
	height: 85px;
	padding: 100px 0px 10px 50px;
	text-align: left;
	}

#nav {
	left: 0px;
	top: 0px;
	width: 160px;
	float: left;
	}

#body {
	width: 540px;
	float: left;
	padding: 15px 0 15px 0;
	}

.alertbox {
	margin: 50px 5px 0px 5px;
	border: 1px dotted #A7C1B1;
	padding: 5px;
	float: right;
	text-align: right;
	color: #779181;
	}

.alertbox:hover {
	border: 1px dotted #C7E1D1;
	color: #A7C1B1;
	}

#footer {
	text-align: center;
	vertical-align: bottom;
	height: 70px;
	padding-top: 30px;
	}

#push {
	height: 100px;
	clear: both;
	}

#header h1 {
	font-weight: normal;
	display: inline;
	}

#header h2 {
	font-weight: normal;
	display: inline;
	}

a {
	text-decoration: none;
	color: #000099;
	}

a:hover {
	color: #0000FF;
	}

img {
	border: 0;
	}

#footer hr {
	height: 1px;
	width: 270px;
	color: #000000;
	}

address {
	margin-left: 50px;
	}

.button {
	text-align: center;
	}

.button a {
	border: 1px #0000CC dotted;
	padding: 5px;
	}

ul {
	list-style-type: none;
	margin-bottom: 10px;
	}

ul li {
	text-indent: -15px;
	}

ul li:before {
	content: "\00BB \0020";
	}

.nobullet li:before {
	content: "";
	}

#nav ul {
	margin: 10px 0 10px 5px;
	padding: 0;
	}

#nav ul li {
	margin: 0;
	padding: 5px;
	text-indent: 0;
	}

#nav ul li:before {
	content: "";
	}

#nav ul li.current {
	font-weight: bold;
	}

#nav ul li a {
	color: #000000;
	}

#nav ul li a:hover {
	font-weight: bold;
	}
