@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/HeaderBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}

.size18 {
	font-size: 18pt;
}

#container {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerText {
	text-align: right;
	color: #FFF;
	margin-top: 18pt;
}
.rightSection {
	color: #FFF;
	background-color: #666;
	margin: 15px;
	padding: 10px;
	border: 2px solid #FEB115;
}

h1 {
	font-size: 24px;
	color: #666;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FEB115;
}
.size36 {
	font-size: 36px;
}


#menuText {
	text-align: right;
	margin-top: 44pt;
}
#menuText a {
	color: #494949;
	text-decoration: none;
	padding-left: 30pt;
}
#menuText a:hover {
	color: #FEB115;
	text-decoration: underline;
}
.greyBg {
	background-color: #F0F0F0;
}
.height450 {
	height: 450px;
}
.height650 {
	height: 650px;
}
.height2200 {
	height: 2200px;
}


.grid_4_inner {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
}
#footer {
	font-size: 9pt;
	color: #F0F0F0;
	background-color: #494949;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-top: 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #F0F0F0;
	text-decoration: none;
}
#footer a:hover {
	color: #FEB115;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
#container #content a {
	text-decoration: none;
}
#container #content a:hover {
	text-decoration: underline;
}
.orange {
	color: #FEB115;
}
.innerPadding {
	padding-right: 20px;
	padding-bottom: 20px;
}
