html,
body
{
	margin:0;
	padding:0;
	background:#83a3d4 url(/static/images/bgc.png) repeat-x scroll left top;
	font-family: Arial, Helvetica;
	height: 100%;
	min-height: 100%;
	color: #444444;
}

div#container
{
	min-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 100%;
}

div#banner
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

div#contribute
{
	top: 10px;
	right: 10px;
	position: absolute;
	display: inline;
	float: left;
}

div#innercontainer
{
	background-color: white;
	width: 738px;
	min-width: 738px;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

div#content
{
	padding: 10px;
	height: 100%;
	min-height: 100%;
	width: 718px;
}

div#mainmenu
{
	width:738px;
	height: 30px;
	background:transparent url(/static/images/menubg.png) repeat-x scroll left top;
	color: white;
}

div#menuleft
{
	width:550px;
	min-width:550px;
	display: inline;
	padding: 5px;
	position: relative;
}
div#menuright
{
	width:550px;
	min-width:550px;
	display: inline;
	padding: 5px;
	text-align: right;
	position: relative;
}

div.menuitem
{
	display: inline;
	vertical-align: middle;
	padding:5px;
}
a { color: blue; text-decoration: none; }
a:hover { text-decoration: underline;  }
a.menulink  {  color:white; text-decoration:none; }
a.menulink:hover {  text-decoration:underline; color: yellow;  }

a.menulink.active
{
	color: yellow;
	font-weight: bold;
}

div#footer
{
	width: 100%;
	font-size: 10px;
	bottom: 0px;
	height: 50px;
	background-color: #83a3d4;
	text-align: center;
}

span.qtext
{
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

div.qanswer
{
	margin-right: 25px;
	margin-top: 15px;
}

.calendarHeader { font-weight: bolder; color: #1e4176; background-color: #FFFFCC; }
.calendarToday { background-color: #83a3d4; color: white; }
.calendar { background-color: #FFFFCC; } 

li.spaced
{
	padding-bottom: 20px;
}
