@charset "UTF-8";
/* CSS Document */
body {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#Wrapper {
	height:auto !important;
	/*this works hand in hand with the #FooterWrapper min-height: settings */
	min-height:90%;
}

/* Heading Color and Height control*/
#Header {
	background-color:#001c6a;
	height: 100px;
}
#MainContent {
	width:763px; border:0; cellspacing:0; cellpadding:0;
	border:0;
}
#Content {
	width:550px;
}
#Events {
	width:213px;
}

/*#languages {
	background-color:#001c6a;
	padding: 4px 10px 2px 0px;
	display:block;*/
	/*height: 16px;
	width: 223px;
}
#jflanguageselection{
	position:relative;
	top:-15px;*/
}

/*Menu Wrapper to cover the width if needed
#MenuWrapper{
	background-color:#001c6a;
	width:100%;
	height:25px;
	white-space:nowrap;*/
	/*need for  FF div not working right
	margin:0 auto;
	padding-top:5px;
	}*/

/* Main Body Padding 
.MainBody{padding:8px;}*/
	
/* Start of layout Center Mass */

/* End of layout Center Mass */

/* Centers the footer links etc.
.center{margin:0 auto;text-align: center; }
#FooterWrapper{
background-color: #000635;
color:#dee4ed;
padding:10px;
clear:both;	*/
/*this works hand in hand with the #Wrapper min-height: settings 
min-height:10%;
}*/
	

