body {
        font-family: calibri, verdana, arial, tahoma, helvetica, sans-serif;
        font-size: 14px;
        margin: 10px;
        padding: 0;
        background-color: #669999;
        text-align: center;
	line-height: 22px;
}

#wrapper {
        width: 1000px;
	left: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        background-color: #ffffff;
	overflow: auto;
}

#title {
        width: 1000;
	height: 102px;
        margin-left: auto;
        margin-right: auto;
	background: url('/images/logo.gif') no-repeat;
	text-align: right;
}

#title p {
	margin-top: 20px;
}

#mainbody {
	float: left;
	top: 130px;
	width: 660px;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #ffffff;
}

#mainbody a:link, #mainbody a:visited {
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

#menu {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #ffffff;
}

#menu ul {
	padding: 0px;
	margin-left: 0px;
        list-style: none;
}

#menu img {
	border: 0px;
}

#homelink {
	position: absolute;
	top: 75px;
}

#homelink a:link, #homelink a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#rightbar {
	float: right;
	width: 170px;
	margin-top: 20px;
	background-color: #ffffff;
}

#footer {
	text-align: center;
}

h1 {
        font-size: 22px;
        font-weight: bold;
        color: Black
}

h2 {
        font-size: 20px;
        font-weight: bold;
        color: Black
}

#recentarticles a:link, a:visited {
        font-weight: normal;
        color: #000000;
        font-size: 14px;
        text-decoration: underline;
}

.shortdesc {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 30px;
	font-style: italic;
}

