body{
	margin: 15px;
	border: 0;
	padding: 0;
	font-family: Impact, Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

#Page{
	width: 770px;
	margin: auto;
	padding: 0;
}

#TopBar{
	height: 194px;
	color: #000000;
	background-color: #D6001C;
	background-image:   url("images/top-bottom-bar.png");
	background-repeat: no-repeat;
	text-align: center;
}

#ContentArea{
	min-height: 136px;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image:   url("images/background2.png");
	background-repeat: repeat-y;
}

#ContentArea2{
	min-height: 136px;
	padding: 0;
	background-image:   url("images/background1.png");
	background-repeat: no-repeat;
}

#Content{
	padding-top: 10px;
	padding-bottom: 1px;
	margin-right: 35px;
	margin-left: 195px;
	font-size: 0.9em;
	text-align: justify;
}

#BottomBar{
	height: 109px;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image:   url("images/top-bottom-bar.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu{
	font-family: Impact, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.7em;
	text-align: center;
}

.menu a:link, .menu a:visited, .menu a:hover{
	font-family: Impact, Arial, Verdana, Helvetica, sans-serif;
}

.menu a:link, .menu a:visited{
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
}

a:link, a:visited{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #D6001C;
	background-color: inherit;
	text-decoration: underline;
}

ul li{
	padding-bottom: 10px;
	color: #100DA1;
	background-color: inherit;
}

h1, h2, h3, h4, h5, h6{
	color: #D6001C;
	background-color: inherit;
}

h1, h2, h3, h4, h5, h6{
	font-family: Impact, Arial, Verdana, Helvetica, sans-serif;
}

h1{
	font-family: Bauhaus 93, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
}

h2{
	font-size: 1.4em;
}

h2{
	color: #000000;
	background-color: inherit;
}

h3{
	font-size: 1.1em;
}

h4, h5, h6{
	font-size: 1em;
}

img{
	border-color: #000000;
}

.Center{
	text-align: center;
}

.Align-Image-Right{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}