/* css/site.css */

body {
	background-image: url(../images/background4.gif);
	font-size: 18px;
	text-align: center;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

img.left {
	float: left;
	padding-right: 10px;
}

img.right {
	float: right;
	padding-left: 10px;
}

/* Header styles */

td.border
{
	background-image: url(../images/lunaback3.jpg);
	border: 1px solid #446996;
}

table.menu
{
	width: 100%;
}

table.menu tr td
{
	background-color: #82A7D1;
	color: white;
	font-weight: bold;
	text-align: center;
}

.topmenu:hover
{
	background-color: #DDDDDD;
	color: #000080;
}

div.menudrop
{
	background-color: white;
	border: 2px solid #446996;
	font-weight: normal;
	padding: 3px;
	position: absolute;
	text-align: left;
}

div.menudrop a,
div.menudrop a:active,
div.menudrop a:link,
div.menudrop a:visited
{
	color: #446996;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div.menudrop a:hover
{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.menudown li
{
	list-style: none;
}

/* Drop menu styles from www.dynamicdrive.com */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial,Helvetica,sans-serif;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-align: left;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFF99;
color: #000080;
}


table.pagetable
{
	background-color: #FFFFFF;
	border: 1px solid #446996;
	width: 800px;
}

td.header
{
	background-color: #82A7D1;
	border-color: #446996;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-size: 16px;
	text-align: center;
}

td.leftside
{
	border-width: 1px 0px 1px 1px;
}

td.right
{
	text-align: right;
}

td.rightside
{
	border-width: 1px 1px 1px 0px;
}

.motto
{
	color: #000080;
	font-family: Arial, Hevetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

td.container
{
	border-style: none;
}

/* Footer styles */

td.footerads
{
	border: 1px solid #446996;
	padding-top: 5px;
	text-align: center;
}

td.footer
{
	background-color: #82A7D1;
	border: 1px solid #446996;
	color: white;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

td.footer a
{
	color: white;
	font-weight: normal;
}

/* Standard content styles */

td.content
{
	background-color: white;
	background-image: url(../images/lunaback3.jpg);
	border: none;
	color: navy;
	padding: 5px 20px 20px 20px;
	text-align: left;
}

/* Font sizes */

.larger
{
	font-size: 14pt;
}

td.largerleft
{
	font-size: 14pt;
	font-weight: bold;
	padding: 6px;
	text-align: right;
	vertical-align: top;
}

td.largerright
{
	font-size: 14pt;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}

/* Home page styles */

table.news {
	border-color: #446996;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
}

table.news td {
	font-size: 14pt;
}

table.news td li {
	font-size: 12px
}
