/* CSS Document */

body { 
	margin: 0px; 
}

#Margin { 
	background-color: #c8c8c8; 
	padding: 20px; 
	text-align: center;
}

#MainBody { 
	width: 1000px; 
	/*height: 870px; */
	height: 970px;
	background-color: #333333; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}


#MainHeader {
	text-align: left; 
	width: 1000px; 
	height: 260px; 
	background-image: url(../images/MainHeader.jpg);
	background-repeat: no-repeat;
	text-align: right;  
	padding-right: 15px; 
	padding-bottom: 15px;
	position: relative;
}

#MainHeaderButtons {
	position: absolute;
	right: 26px;
	bottom: 30px;
} 

span.ButtonTemplate {
	width: 122px;
	height: 22px;
	background-image:url(../images/ButtonTemplate.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	text-align: center;
	float: left;
}

A.ButtonTemplate {
	color: white;
	text-decoration: none;
	margin-top: auto;
	margin-bottom: auto;
}

A.ButtonTemplate:Hover {
	color: #990000;
}

#HeaderMenu {
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	margin-top: -10px;
	margin-bottom: 10px;
}

#MainFooter {
	background-color: #990000;
	color: white;
	font-size: 22px;
	text-align: center;
	position: absolute;
	bottom: 2px;
	right: 0px;
	left: 0px;
	width: auto;
}

#LeftColumn {
	width: 230px;
	height: 480px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-top: 10px;
}

#CenterColumn {
	margin-top: 10px;
	width: 440px;
/*	height: 440px; */
	height: 610px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	float: left;
	background-image: url(../images/CenterBoxLong.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	position: relative;
}

#CenterColumn p {
	font-size: 18px;
	font-family: Arial Narrow, Arial;
	line-height: 18px;
}

#CenterColumn p a {
	color: white;
	text-decoration: underline;
}
#CenterColumn p a:hover {
	color: #999999;
}
#CenterColumn h3 {
	font-size: 20px;
	font-family: Arial Narrow, Arial;
	text-transform:uppercase;
}

#RightColumn {
	width: 230px;
	height: 480px;
	padding: 5px;
	float: left;
	text-align: left;
	margin-top: 10px;
}


#LeftColumn H3 {
	font-family: Bank Gothic;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
	font-stretch:extra-expanded;
	text-align: center;
	color: #cccccc;
	 
}

#LeftColumn P {
	font-family: Arial Narrow, Arial;
	font-size: 15px;
	text-align: justify;
	margin: 10px;
	line-height: 16px;
	font-stretch: expanded;
	color: #cccccc;
}	

#LeftColumn A {
	color: #cccccc;
	text-decoration: underline;
	font-size: 16px;
	font-family: Arial;
}

#RightColumn img.TitleImage {

}

#RightColumn p {
	color: white;
	font-size: 18px;
	padding: 5px;
}

#RightColumn HR {
	height: 2px;
	color: white;
	background-color: white;
	border: none;
	margin-bottom: 10px;
}

#RightColumn dl dt {
	float: left;
	vertical-align: middle;
}

#RightColumn dl dd {
	color: white;
	margin-bottom: 10px;
	float: none;
	margin-left: 30px;
	font-family: BankGothic, Arial;
}

#RightColumn dl dd a {
	color:white;
	text-decoration: none;
}

#RightColumn dl dd a:hover {
	text-decoration: underline;
}
 
