body {
	background-color : #252525;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	color : #252525;
	background-image : url(images/bg.gif);
	margin : 0px;
	padding : 0px;
}

a {
	color : #0089c4;
	text-decoration : none;
}

a:visited {
	color : #0089c4;
	text-decoration : none;
}

a:hover {
	color : #382e8e;
	text-decoration : underline;
}

a:active {
	color : #382e8e;
	text-decoration : underline;
}

#PageContainer {
	width : 900px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : #FFFFFF;
}

#Header {
	height : 100px;
	text-align : left;
	background-image : url(images/bg_header.gif);
	background-repeat : repeat-x;
	padding-left : 25px;
}

#Menu {
	height : 50px;
	float : right;
	text-align : left;
	vertical-align : middle;
	padding-right : 25px;
	padding-top : 35px;
	color : #0089c4;
}

.MenuContainer {
	width : 90px;
	/*height : 30px;*/
	line-height : 18px;
	border-left : 1px solid #252525;
	float : left;
	padding-left : 10px;
}

.menu {
	color : #252525;
	text-decoration : none;
	font-size : 12px;
}

.menu:visited {
	color : #252525;
	text-decoration : none;
}

.menu:hover {
	color : #382e8e;
	text-decoration : underline;
}

.menu:active {
	color : #382e8e;
	text-decoration : underline;
}

#Images {
	height : 275px;
}

#Content {
	line-height : 18px;
	text-align : justify;
	padding : 50px;
}

h1 {
	margin : 0px;
	padding : 0px;
	font-size : 12px;
	font-weight : bold;
}

#Footer {
	height : 25px;
	line-height : 25px;
	text-align : left;
	font-size : 10px;
	background-color : #e7e7e7;
	padding-left : 25px;
	padding-right : 25px;
	clear : both;
}

.footer {
	color : #252525;
	text-decoration : none;
}

.footer:visited {
	color : #252525;
	text-decoration : none;
}

.footer:hover {
	color : #0089c4;
	text-decoration : underline;
}

.footer:active {
	color : #0089c4;
	text-decoration : underline;
}