/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url("images/body_bg.jpg") repeat-x left bottom;
	background-attachment: fixed;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 718px;
	\width: 720px;
	w\idth: 720px;
	border: 1px solid #000;
}

#header {
	
}

#content {
	background: #DEEAD9;
	text-align: left;
}

#content p {
	font-family: Georgia, Courier New, Verdana, sans-serif;
	font-size: 12px;
	margin: 20px 40px;
}

#content a {
	color: #336600;
}

#content a:hover {
	text-decoration: none;
	background: #fff;
	color: #003300;
}

#footerbg {
	background: #DEEAD9 url("images/footer_bg.gif") no-repeat left top;
	height: 44px;
}

#footer {
	background: #859D7F;
}

#footer p {
	font-family: Georgia, Courier New, Verdana, sans-serif;
	font-size: 11px;
	margin: 5px 20px;
	color: #fff;
}

#footer a {
	padding: 2px;
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	padding: 2px;
	color: #000;
	background: #fff;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 20px;
	letter-spacing: 0.25em;
}

h2 {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 20px;
	background: #eee;
	padding: 3px;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

table p {
	font-family: Georgia, Courier New, Verdana, sans-serif;
	font-size: 12px;
	margin: 15px 0;
	line-height: 1.5em;
}

td {
	font-family: Georgia, Courier New, Verdana, sans-serif;
	font-size: 12px;
}

.entrytitle {
	padding: 5px;
	background: #EBF3EB;
	border: 1px solid #999999;
}

.entryheader {
	font-family: Georgia, Courier New, Verdana, sans-serif;
	font-size: 11px;
}

ul {
	padding: 0 80px;
	list-style-image: url("images/icon_bullet.gif");
}

li {
	line-height: 1.5em;
}