body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	min-height:650px;
	background:url(Images/bg_topxtile.jpg) repeat-x #342d7a;
}

*{margin: 0; padding: 0;}

.clear-both {clear:both;}

#Content a {
	color:red;
	text-decoration:none;
}

#Content a:hover {
	border-bottom:1px dashed red;
}

#PageWrapper {
	width:100%;
	min-height:100%;
	margin:0 auto;
	padding-bottom:10px;
}

#MainContainer {
	width: 950px;
	margin:10px auto;
	height:100%;
}

#HeaderContainer {
	width:100%;
	height:222px;
}

#BodyContainer {
	width:100%;
	height:100%;
	margin:5px 0 0 0;
	position:relative;
}

#ContentContainer {
	width:716px;
	height: auto;
	min-height: 394px !important;
	background:white;
	float: left;
	position: relative;
	height:100%;
	padding-bottom:15px;
}

#MemberPane {
	width: 229px;
	height: 100%;
	background:#cccccc;
	position:relative;
	float:right;
}

#MemberPane ul{
	height: 100%;
	width:182px;
	list-style-type:none;
	margin:15px auto;
}

#MemberPane ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-bottom:3px;
}

#MemberPane ul li.label {
	margin-left:3px;
}

#MemberPane ul li.input {
	border:1px solid red;
}

#MemberPane ul li.input:focus {
	border:1px solid black;
	outline:#87cee0;
}

#MemberPane ul li.password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6a6a6a;
}

#MemberPane ul li.password a{
	color:#6a6a6a;
	padding-left:6px;
}

#MemberPane ul li.events{
	color:#383838;
	padding-left:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#FooterContainer {
	width:100%;
	height:100%;
	margin:16px 0 0 0;
	background:#a37e30;
}

#FooterContainer ul.FooterMenu{
	width:100%;
	height:20px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:14px;
	margin-top:5px;
	list-style-type:none;
}

#FooterContainer ul.FooterMenu li a{
	list-style-type:none;
	text-decoration:none;
	color:white;
}

#FooterContainer ul.FooterAddress{
	width:100%;
	height:35px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
	margin:5px 0 5px 0;
}

#FooterContainer ul.FooterAddress li{
	list-style-type:none;
}

#MenuContainer {
	position:relative;
	height:353px;
	width:152px;
	margin:25px 0 0 20px;;
	z-index:20;
	float:left;
}

#Content {
	width:500px;
	height: auto;
	min-height: 464px !important;
	position:relative;
	float:right;
	margin-top:25px;
	vertical-align:top;
	margin-right:20px;
	height:100%;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#ContentImage {
	height:175px;
	width:155px;
	float:right;
	padding-left:4px;
}
