/* Fix IE. Hide from IE Mac \*/
* html #LeftNav ul li
{
	float: left;
}
* html #LeftNav ul li a
{
	height: 1%;
}
/* End */

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container
{
	min-height: 750px;
	
	position: relative;
	width: 750px;
	border-right: 2px black solid;
	border-left: 2px black solid;
	border-bottom: 2px black solid;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*
@appearance
1 pixel black border on bottom
*/
#Banner
{
	height: 100px;
	text-align: left;
	background-color: #2D4C80;
	background-image: url( images/banner.gif );
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px black solid;
	padding: 5px;
}

#Banner h1
{
	color: white;
	font-family: 'Verdana' , Sans-Serif;
	font-weight: bold;
	font-size: x-large;
	margin: 0px 0px 0px 0px;
}

/*
@appearance
1 pixel black border on right
1 pixel black border on bottom
*/
#Side
{
	float: left;
	text-align: center;
	width: 110px;
	font-family: 'Trebuchet' , Sans-Serif;
	font-size: 14px;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	color: #2D4C80;
	padding: 4px;
	padding-top: 8px;
	margin-bottom: 2px;
	margin-right: 5px;
}

#Side #LeftNav
{
	width: 100%;
}

#Side #LeftNav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#Side #LeftNav ul li
{
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#Side #LeftNav ul li a
{
	display: block;
}

#Side #LeftNav ul li a:hover
{
	background: #F0F0F0;
}

p
{
	margin-top: 0px;
}

#main
{
	font-size: medium;
	font-family: 'Georgia' , Sans-Serif;
	background-image: url( images/background.jpg );
	background-repeat: no-repeat;
	background-position: top center;
	color: #303030;
	padding: 4px;
	margin: 5px 4px 20px 120px;
}

#main h2
{
	text-align: center;
	font-size: x-large;
	font-family: 'Trebuchet' , Sans-Serif;
	font-weight: bold;
	border-bottom: 2px groove gray;
	color: #707070;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

.nolist li
{
	list-style: none;
	text-decoration: none;
	margin-top: 6px;
}

input
{
	padding-left: 3px;
	padding-right: 3px;
}

.inputBlur
{
	border: 1px solid #2D4C80;
}

.inputFocus
{
	border: 1px solid #4779CB;
}

#Footer
{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	border-top: 1px solid gray;
}

#entry
{
	bottom: 15px;
	text-decoration: none;
	font-size: x-large;
	text-align: center;
	width: 100%;
}

/*
@appearance
dark blue anchor color
*/
a:link, a:visited
{
	color: #4779CB;
	text-decoration: none;
}

/*
@appearance
light blue hover color
*/
a:link:hover
{
	color: #2D4C80;
}

#main table.App th
{
	text-align: right;
	font-weight: normal;
	padding: 0px;
	padding-right: 10px;
}

b
{
	color: #707070;
}

#main table
{
	width: 100%;
}

#main .Members
{
	margin: 10px;
}

#main .Members .Member
{
	margin-bottom: 20px;
}

#main .Members .Name
{
	text-align: left;
	font-weight: bold;
	color: #707070;
}

#main .Members .Text
{
	
}

#main .Members .Image
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img
{
	border: 0px;
}

.Event table td, .Member table td
{
	text-align: center;
}

.Event
{
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
}