Body {
	background-color: #FFFFFF;
	background-image: url(images/Bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}
.Header {
	width:100%;
	height:128px;
/*	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/	
}
.HeaderLink {
	display:block;
	width:980px;
	height:128px;
	margin:auto;
}
.HeaderAlt {
	width:100%;
	height:38px;
	background-image: url(images/HeaderAlt.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	margin:auto;
}
.MenuBg {
	width:100%;
/*	min-height:450px;
	height:auto !important;*/
 	height:330px;
	background-image: url(images/MenuBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.Container {
	width:980px;
	margin:auto;
}
.Menu {
	width:214px;
	float:left;
	color:#363160;
	font-size:14px;
/*	margin-top:1px;*/
	padding-left:1px;
}
.Content {
	width:764px;
	float:left;
}
.Content h1 {
	display:block;
	width:760px;
	height:32px;
	background-image: url(images/Welcome.gif);
	background-repeat: no-repeat;
	background-position: 12px top;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:32px;
	margin:0;
}
.ContentText {
	float:left;
	width:475px;
	font-size:12px;
	text-align:justify;
	padding-left:40px;
	margin-top:20px;
	color:#363160;
}
.HumanLink A:link, .HumanLink A:visited, .HumanLink A:active {
	display:block;
	float:left;
	width:125px;
	text-decoration:none;
	color:#666;
	border: 1px solid #ccc;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	line-height:20px;
	background-color:#fff;
}
.HumanLink A:hover {
	display:block;
	float:left;
	width:125px;
	text-decoration:none;
	color:#666;
	border: 1px solid #ccc;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	line-height:20px;	
	background-color:#f5f5f5;
}
.ContentTextForm {
	width:600px;
	font-size:12px;
	text-align:justify;
	margin-left:40px;
	margin-top:20px;
	color:#363160;
}
.ContentPicture {
	width:160px;
	float:left; 
	margin-top:20px;
	margin-left:12px;
}
.ContentText strong {
	display:block;
	font-weight:normal;
	width:480px;
	font-size:15px;
	text-decoration:underline;
	color:#bc0d0a;
}
.ContentTextNews {
	width:480px;
	font-size:12px;
	text-align:justify;
	margin-left:40px;
	margin-top:20px;
	color:#363160;
}
.Clearer{
	clear:both; 
	height:1px; 
	overflow:hidden; 
	margin-top:-1px;
}
.Footer {
	width:100%;
	height:113px;
	background-image: url(images/Footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
.FooterBg {
	width:900px;
	height:113px;
	background-image: url(images/FooterBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:auto;
}
.FooterTopMenu {
	padding-top:27px;
	text-align:right;
	font-size:13px;
	color:#0d0049;
}
.FooterTopMenu A:link, .FooterTopMenu A:visited, .FooterTopMenu A:active {
	text-decoration:none;
	color:#FFF;
	color:#0d0049;
}
.FooterTopMenu A:hover {
	text-decoration:none;
	color:#FFF;
	color:#FF0000;
}
.Copyright {
	padding-top:25px;
	text-align:right;
	font-size:11px;
	color:#483f71;
}
.Welcome {
	padding-left:40px;
}
.Spacer {height:5px;}

/*------------- Menu System ------------------ */
	.leftColumn {
		padding-left:44px;
		padding-top:10px;
		font-size:12px;
	}
	#listMenu a{	/* Main menu items */
		color:#000;
		text-decoration:none;
		font-weight:bold;
		font-size:13px;

	}
	#listMenu ul li a{	/* Sub menu */
	color: #3a3a3a;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}
	#listMenu ul li {background:none;}
	#listMenu ul li ul li a{	/* Sub Sub menu */
		color: #000;
		font-weight:normal;
		margin:0px;
		padding:0px;		
	}	
	#listMenu .activeMenuLink{	/* Styling of active menu item */
		color:blue;
	}	
	#listMenu li{
	list-style-type:none;
	background-image: url(images/MenuBg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left:10px;
	}	
	#listMenu, #listMenu ul{
		margin:0px;
		padding:0px;
	}
	#listMenu ul{
		display:none;
		margin:0px;
		padding:0px;
	}
/*------------- Menu System ------------------ */
.Content input, .Content select, .Content textarea {
color:#0a0033;
vertical-align:middle;
font-size:10px;
width:200px;
border:#0a0033 solid 1px;
}
