
/* Basic Elements
**************************************************/

body
{
	background-color: #F7F7F7;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

img
{
	border: 0px;
}

acronym
{
    border-bottom: 1px dashed;
    cursor: help;
}

a
{
	color: Maroon;
	text-decoration: none;
}

a:visited
{
	color: Maroon;
	text-decoration: none;
}

a:active
{
	color: Yellow;
	text-decoration: none;
}

a:hover
{
	color: #DC143C;
	text-decoration: underline;
}


/* Specific Divs
**************************************************/

#banner-left
{
	padding: 20px 0px 0px 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
}

/*
* Here we are using a little trick to replace text in a h1 with an image. Courtesy of Douglas Bowman
* http://www.stopdesign.com/articles/css/replace-text/
*/

#banner-middle
{
	margin-left: 150px;
	margin-right:150px;
	text-align: center;
	background-image: url("/images/green_logo.gif");
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
}

#banner-middle span
{
	display: none;
}

#banner-right
{
	padding: 10px 10px 0px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
}

#container
{
	padding: 5px 5px 5px 5px;
	border: 1px dashed #BDC7AD;
}

#sidebar
{
	float: left;
	width: 220px;
}

#content
{
	padding: 5px 5px 5px 5px;
	margin-left: 225px;
	font-size: 12px;
}

#footer
{
	clear: both;
}


/* Div Classes
**************************************************/

.menu-box
{
	padding: 3px 3px 3px 3px;
	background-color: #D6E3C6;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #7B8273;
}

.menu-content
{
	background-color: #EFEFE7;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #7B8273;
}

.software-heading
{
	padding: 3px 0px 3px 0px;
	background-color: #BDC7AD;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.news-header
{
	padding: 3px 5px 3px 0px;
	background-color: #BDC7AD;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #7B8273;
	border-left: 1px solid #7B8273;
	border-right: 1px solid #7B8273;
}

.news-content
{
	margin-bottom: 10px;
	padding: 3px 20px 3px 20px;
	background-color: #D6E3C6;
	font-size: 11px;
	border-bottom: 1px solid #7B8273;
	border-left: 1px solid #7B8273;
	border-right: 1px solid #7B8273;
}


/* Book table
**************************************************/

td.books
{
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	background-color: #BDC7AD;
	border: 1px solid #7B8273;
}


/* Articles
**************************************************/

td.section-header
{
	padding: 3px 0px 3px 5px;
	background-color: #BDC7AD;
	border: 1px solid #7B8273;
	font-size: 12px;
}

td.section-content
{
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}


/* Guestbook form
**************************************************/

td
{
	font-family: verdana, sans-serif;
	font-size: 11px;
}
