body, h1, h2, h3, h4, h5, h6, p , form{
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#Global {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
}
#Global #Header {
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
}
#Global #Header #HeaderInfo {
	float: right;
	padding-top: 30px;
	text-align: right;
	display: none;
}

#Global #Header #Logo {
	float: left;
}

#Global #Navigation {
	background-image: url(../images/Background/BodyBackround.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 17px;
	padding-left: 17px;
}
#Global #Navigation #NavigationContent {
	background-image: url(../images/Background/NavigationBackground.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 32px;
	padding-right: 15px;
	padding-left: 15px;
	display: none;
}


#Global #Body {
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 10px;
	background-image: none;
}
.BreakingNews {
	background-color: #CCC;
	border: 1px solid #F00;
	margin-top: 10px;
	padding: 2px;
}

#Global #Body #BodyMainImage {
	background-image: url(../images/MainImage.jpg);
	background-repeat: no-repeat;
	height: 371px;
	padding-right: 15px;
	padding-left: 15px;
}
#Global #Body #BodyMainImageSmall {
	background-image: url(../images/MainImageSmall.jpg);
	background-repeat: no-repeat;
	height: 175px;
	padding-right: 15px;
	padding-left: 15px;
}

#Global #Body #BodyMainImage #BodyMIContent {
	float: right;
	margin-top: 37px;
	text-align: right;
}

#Global #Body #BodyLeftContent {
	padding-right: 15px;
	padding-left: 15px;
	width: 634px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Global #Body #BodyRightContent {
	width: 270px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
}

#Global #Footer {
	background-image: none;
	height: 102px;
	padding-right: 32px;
	padding-left: 32px;
}
#Global #Footer #FooterLeftContent {
	float: left;
}
#Global #Footer #FooterRightContent {
	float: right;
	text-align: right;
}


.ClearBoth {
	clear: both;
}
.NewsWrapper {
	margin-top: 5px;
	margin-bottom: 10px;
}
.Important {
	background-color: #CCC;
	padding: 2px;
	border: 1px solid #390;
	margin-top: 10px;
}
.LeftImage {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.RightImage {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

