body {
	margin:auto;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#container {
	width:968px;
	margin: 0 auto;
	overflow: hidden;

}
#container #pics {
	margin: 0px;
	padding: 5px;
	float: left;
	position: relative;
	top: 200px;
	width: 960px;
	display:block;
}

#container #pagetitle {
	margin: 0px;
	padding: 5px;
	float: left;
	position: relative;
	top: 40px;

}
#container #content {
	margin: 0px;
	padding: 5px;
	float: left;
	position: absolute;
	top: 1050px;
	width: 650px;
}
#container #twitter {
	float: right;
	width: 275px;
	position: relative;
	top: -575px;

	
	height: 300px;
}
#container #forum {
	
	float: right;
	width: 275px;
	position: relative;
	top: 1090px;
	
}

#container #sidebar {
	float: right;
	height: 700px;
	width: 275px;
	position: relative;
	top: 600px;
	padding: 5;
}

#container #members {
	float: left;
	height: 395px;
	width: 650px;
	position: relative;
	top: 200px;
	padding: 5;
}
#container #splash {
	height: 396px;
	width: 940px;
	position: relative;
	top: -700px;
	float: left;
	margin: 10;
	background-color: #FFF;
	background-image: url(images/home_splash.jpg);
	background-repeat: repeat-x;
}
#footer {

	width: 940px;
	position: relative;
	top: 450px;
	align:center;
	margin: 0 auto;
	overflow: hidden;
	
}
#container #links{
width: 968px;
position: relative;
top:-220px;

clear: both;
}
#myForm {
	border: 1px solid #cac9b9;
	padding: 5px;
}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
	float: left;
	width: 100px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}
.title {
	font-size: 28px;
	color: #2A4C9D;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
	font-size: 22px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#login {
	float: right;
	width: 110px;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-position: center;
	font-size: 12px;
	font-weight: bold;
	width:968px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	height: 30px;

}
/*Top level menu link items style*/
.suckertreemenu ul li a{
	height: 0.5em;
	line-height: normal;
	padding: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 10px;
	text-align: center;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 0em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	background-repeat: repeat-x;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
	left: 90px; /* no need to change, as true value set by script */
	top: 0;
	background-repeat: repeat-x;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 200px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	background-color: #EDECE7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EDECE7;
	border-right-color: #EDECE7;
	border-bottom-color: #EDECE7;
	border-left-color: #EDECE7;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
font-size:14px
}

.suckertreemenu ul li a:hover{
	color: #000;
	text-decoration: underline;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
.box {
	padding: 4px;
	height: 200px;
	width: 120px;
	margin: 2px;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid #000;
	background-color: #FFF;
	color: #2A4C9D;
}
.box a {
	font-size: 12px;
	font-weight: bold;
	color: #2A4C9D;
	text-decoration: none;
}
.odd {
	background-color: #D9D9F2;
}
.even {
	background-color: #ECECF9;
}
.side_box {
	background-color: #EDEDED;
	border: 1px solid #3F417A;
	
}