body {
	margin: 0px; text-align: center;
	background-image: url(../Images/BackgroundGradient.png); background-repeat: repeat-x;
	background-color: white;
}

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

h1 {
	font-size: 18px; font-style: italic; color: #046EBB;
}

h2 {
	font-size: 16px; color: #046EBB;
}

h3 {
	font-size: 14px;
}

.CatchPhrase {
	padding-left: 17px; 
}

#Wrapper {
	width: 936px; margin: 0 auto 0 auto;
}

#MiddleContainer {
	padding: 0 32px 0 35px;
	background-image: url(../Images/ContainerMiddle.png); background-repeat: repeat-y;
}

/* Top Banner section */
#TopBanner {
	width: 865px; height: 226px;
}

#TobBannerLeft {
	float: left; padding: 40px 0 16px 0;
	text-align: left;
}

#TopBannerRight {
	position: absolute; top: 22px; width: 500px; left: 50%; margin-left: -64px;
	text-align: right;
	z-index: 100;
}
/* End top Banner section */

/* Menu section */
#GreyLine {
	width: 869px; height: 3px;
	background-color: #CED3CF;
}

#Menu {
	width: 869px; height: 53px;
	padding: 3px 0 25px 0;
	background-image: url(../Images/MenuBackground.png); background-repeat: repeat-x;
}

#Menu a {
	font-size: 14px; font-weight: bold; color: white;
	text-decoration: none;
}
#Menu a:hover {
	text-decoration: underline;
}

/* End menu section */

/* Start main content window */
#MainContent {
	width: 824px; padding: 0 25px 10px 20px;
	text-align: left; line-height: 22px; 
}

/* End main content window */

#BottomContainerImage {
	clear: both;
}

#Footer {
	height: 30px;
	font-size: 11px;
}
#Footer a {
	font-size: 11px;
}

.RightImage {
	padding: 0 0 8px 8px;
}

/* Start bottom row of images */
#ImagesRow {
	clear: both; text-align: center; height: 120px;
	background-image: url(../Images/Background-for-image-row.jpg); background-repeat: repeat-x;
}

/* End bottom row of images */

.ValidationError {
	color: red;
}

.SmallFont {
	font-size: 10px; font-style: italic;
}
