body {
	margin: 0;
	padding: 0;
	background: #082b6d url(../images/wallpaper.jpg) no-repeat center 0;
	color: #000;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#body-container {
	width: 909px;
	margin: 250px auto;
}

#body-top {
	width: 909px;
	height: 42px;
	background: url(../images/body-top.png) no-repeat;
}

#body-middle {
	width: 829px;
	background: url(../images/body-middle.png) repeat-y;
	padding: 10px 40px;
	margin: 0;
}

#body-content {
	padding: 25px;
}

#body-bottom {
	width: 909px;
	height: 42px;
	background: url(../images/body-bottom.png) no-repeat;
}

#footer {
	color: #9daac5;
	text-align: center;
}

img {
	border: 0;
	text-decoration: none;
}

.clear {
	clear: both;
}

a {
	color: #003569;
	text-decoration: none;
}

a: hover {
	text-decoration: underline;
}

#content h1 {
	color: #003569;
	font-weight: lighter;
	font-style: normal;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 20px;
}

h2 {
	color: #1f4e7b;
	
	font-size: 14px;
	border-bottom: 1px solid #ccd1e6;
}

.textWht {
	color: #fff;
	font-size: 9pt;
}

.formInputText   {
	font-size: 14px;
	color: #000000;
	border: none;
	margin-right: 5px;
	margin-left: 5px;
}

#sidebar {
	width: 234px;
	float: left;
	margin-left: 10px;
	line-height: 18px;
}

#sidebar h1 {
	color: #003569;
	
	font-size: 13px;
	margin: 5px 0;
	padding: 0;
}

.side-container {
	background: #e5e7ec url(../images/side-top.gif) no-repeat 0 top;
	margin-bottom: 20px;
}

.side-margin {
	padding: 10px 10px 0;
}

.side-container-end {
	background-image: url(../images/side-bottom.gif);
	width: 234px;
	height: 18px;
}

#menu {
	width: 234px;
	height: 264px;
	background-image: url(../images/nav0.gif);
	margin-bottom: 20px;
}

.buttons {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.buttons a {
	display: block;
	float: left;
	overflow: hidden;
	height: 33px;
	border-style: none;
}

.buttons img {
	border: 0;
}

* html a:hover {
	visibility: visible;
}

.buttons a:hover img {
	visibility: hidden
}

.donate0 {
	width: 142px;
	height: 28px;
	background-image: url(../images/donate0.gif);
	margin: 0 auto;
}

.donate {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.donate a {
	display: block;
	overflow: hidden;
	height: 28px;
	border-style: none;
}

.donate a:hover img {
	visibility: hidden
}

#content {
	width: 510px;
	padding: 0 25px;
	margin-left: 260px;
}

.entry a {
	color: #000;
	font-size: 11px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 0 10px;
	line-height: 18px;
	border: 1px solid #fff;
}

.buffer {
	padding: 0 10px;
}

.entry p {
	margin: 0;
	padding: 10px 0;
}


.entry a:hover {
	background-color: #e3ecf5;
	border: 1px solid #ccd1e6;
}

.alt1 {
	
}

.alt2 {
	background-color: #f6f8fe;
}

.date {
	background-image: url(../images/date.gif);
	width: 45px;
	height: 43px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	margin-top: 12px;
}

.entry_box {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.entry_box strong {
	color: #1c4b79;
	font-size: 14px;
}