body 
{
        background-color: #3981c6;
        font-family: Arial, Verdana, Geneva, sans-serif;
        font-size: 80%;
        text-align: justify;
	color: #eeeeee;
}
a
{
	color: #331A65;
}
a:hover
{
	color: #331A65;
}
h1
{
	color: #3399CC;
        font-size: 1em;
	text-align: left;
}
h2
{
        color: #331A65;
        font-size: 1.2em;
	font-weight: bold;
}
h3
{
        color: #331A65;
        font-size: 1.2em;
}

.left 
{
	float: left;
	text-align: left;
}
.right 
{
	display: block;
	text-align: right;
}

#container 
{
        background-color: #3981c6;
	position: relative;
	margin: 0 auto;
	width: 900px;
	border: 1px solid #aaa;
}

#content 
{
	padding-left: 150px;
	padding-top: 10px;
        padding-right: 10px;
        font-size: 1.2em;
}

#content th
{
        font-size: 1em;
        font-weight: bold;
	vertical-align: top;
	text-align: left;
        text-decoration: underline;
        color: #331A65;
}
#content td
{
	width: 900px;
        font-size: 1em;
	vertical-align: top;
	text-align: left;
        padding-bottom: 25px;
}
#content td.close
{
	text-align: center;
        padding-bottom: 2px;
}
#content td.closeleft
{
	text-align: left;
        padding-bottom: 2px;
}
#content td.photo
{
	text-align: left;
	width: auto;
        padding-bottom: 2px;
	padding-right: 10px;
}
#header
{
	text-align: left;
	position: relative;
	background: url(img/header.jpg) top center;
	height: 175px;
	color: #3399CC;
        font-size: 200%;
	border-bottom: 1px solid #aaa;
	padding-left: 10px;
	padding-top: 5px;
}

#left 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
        font-size: 120%;
}

#footer
{
	vertical-align: bottom;
	text-align: center;
	font-size: 12px;
	width: 900px;
	height: 25px;
	border-top: 1px solid #4991c6;
	color: #eee;
	line-height: 2.0em;
        background-color: #357cc2;
}
#columns
{
	min-height: 200px;
	position: relative;
}
div.photo
{
	float: left;
	padding: 10px;
}
div.photo p
{
	vertical-align: top;
}
#topmenu
{
	font-size: 13px;
	width: 900px;
	height: 25px;
        background-color: #4991c6;
	margin: 0 0 5px 0;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid #aaa;
	line-height: 2.0em;
}
* html div#topmenu {height:26px;}

#topmenu ul
{
	padding: 0;
	margin: 0;
	border: 0;
	width: 900px;
}
#topmenu ul li
{
	display: inline;
	color: #eee;
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
}
#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:active, #footer a:link, #footer a:visited, #footer a:active
{
	color: #eee;
	text-decoration: none;
	width: 40px;
}
#topmenu ul li a:hover, #footer a:hover
{
	color: #000;
}