html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	background-color: #90B2D5;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	height: 100%;
	margin: 0;
	padding: 0
}

div#wrapper
{
	background-color: #FFFFFF;
	border-right: 20px solid #FFFFFF;
	height: auto;
	_height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	width: 920px
}

div#header
{
	background-color: #336699;
	border-bottom: 5px solid #B5CCE3;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	*margin-left: -20px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	width: 920px;
}

div#header a:active, div#header a:link, div#header a:visited
{
	color: #B5CCE3;
	text-decoration: none
}

div#header a:hover
{
	color: #FFFFFF
}

p#lastupdate
{
	float: left;
	margin-bottom: 0
}

p#loginlink
{
	float: right;
	margin-bottom: 0
}
	

div#banner
{
	background-color: #FFFFFF;
	height: 220px;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	padding-top: 30px;
	text-align: center;
	width: 900px
}

div#content
{
	float: right;
	margin-bottom: 20px;
	padding: 0;
	width: 690px
}

div#donate
{
	background-color: #824B55;
	border: 1px solid #D5909E;
	margin: 10px;
	margin-right: 0;
	padding: 10px
}

div#menu
{
	float: left;
	margin-bottom: 20px;
	width: 200px;
}

div#footer
{
	clear: both;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}

div#footer img
{
	border-style: none
}

p
{
	margin-top: 0
}

a:active, a:hover, a:link, a:visited
{
	color: #336699
}

p.float_left
{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 10px 10px 0;
	padding: 10px;
}

p.float_right
{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	float: right;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 10px;
}

p.float_left img, p.float_right img
{
	border: 1px solid #DDDDDD;
	margin-bottom: 10px
}

/* CMSIMPLE */

ul.menulevel1
{
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.menulevel1 li
{
	background-color: #336699;
	border-left: 30px solid #B5CCE3;
	display: block;
	margin-bottom: 5px;
	padding: 4px 0 3px 5px;
	width: 165px
}

ul.menulevel1 a:active, ul.menulevel1 a:link, ul.menulevel1 a:visited
{
	color: #B5CCE3;
	text-decoration: none
}

ul.menulevel1 a:hover
{
	color: #FFFFFF
}

ul.menulevel2
{
	background-color: #FFFFFF;
	color: #000000;
	list-style-type: square;
	margin-bottom: -9px;
	margin-left: -5px;
	_margin-left: -35px;
	margin-top: 3px;
	padding: 5px 0 5px 10px;
	_padding-left: 40px;
}

ul.menulevel2 li
{
	background-color: #FFFFFF;
	border-style: none;
	color: #000000;
	font-weight: bold;
	list-style-type: square;
	width: 150px
}

ul.menulevel2 a:active, ul.menulevel2 a:link, ul.menulevel2 a:visited
{
	color: #336699;
	font-weight: normal;
	text-decoration: underline
}

ul.menulevel2 a:hover
{
	color: #336699
}

h1, h2
{
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	color: #999999;
	display: block;
	font-size: 20pt;
	font-weight: bold;
	margin-top: 0;
	text-align: left
}

h3, h4, h5, h6
{
	color: #999999;
	font-size: 20pt;
	font-weight: bold;
	text-align: left
}

p.alert
{
	background-color: #B5CCE3;
	border: 1px solid #90B2D5;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.file
{
	font-size: 10pt;
	height: 26px
}

input
{
	font-size: 12pt;
}

#login
{
	text-align: center
}

.retrieve
{
	border: 1px solid #CCCCCC;
	padding: 5px
}

select
{
	font-size: 12pt;
}

.submit
{
	font-size: 10pt;
	height: 26px
}

#submit
{
	font-size: 10pt;
	height: 26px
}

table.edit
{
	width: 99%
}

table.edit td
{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 5px;
}

form#ta
{
	width: 99%
}