body {
	text-align : center;
	background-color : #0053A5;
	color : #FFFFFF;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-size : 12px;
}

a {
	color : #FFCC00;
	text-decoration : none;
}

a:visited {
	color : #FFCC00;
	text-decoration : none;
}

a:hover {
	color : #FFFFFF;
	text-decoration : none;
}

a:active {
	color : #FFFFFF;
	text-decoration : none;
}

#PageContainer {
	width : 910px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	padding-top : 100px;
}

/*#Header {
	height : 137px;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
}*/

#Left {
	min-height : 500px;
	width : 210px;
	float : left;
}

#Menu {
	width : 210px;
	color : #FFFFFF;
	line-height : 25px;
}

a.menu {
	color : #FFFFFF;
	text-decoration : none;
	display : block;
}

a.menu:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.menu:hover {
	color : #FFCC00;
	text-decoration : none;
}

a.menu:active {
	color : #FFCC00;
	text-decoration : none;
}

a.menua {
	color : #FFCC00;
	text-decoration : none;
}

a.menua:visited {
	color : #FFCC00;
	text-decoration : none;
}

a.menua:hover {
	color : #FFFFFF;
	text-decoration : none;
}

a.menua:active {
	color : #FFFFFF;
	text-decoration : none;
}

#Copyright {
	font-size : 10px;
	color : #FFFFFF;
	padding-top : 30px;
}

a.copyright {
	color : #FFFFFF;
	text-decoration : none;
}

a.copyright:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.copyright:hover {
	color : #FFCC00;
	text-decoration : none;
}

a.copyright:active {
	color : #FFCC00;
	text-decoration : none;
}

#Middle {
	width : 500px;
	float : left;
}

h1 {
	color : #FFCC00;
	font-size : 18px;
	font-weight : normal;
	padding-top : 140px;
}

h2 {
	color : #FFCC00;
	font-size : 18px;
	font-weight : normal;
}

h3 {
	color : #FFFFFF;
	font-size : 14px;
	font-weight : normal;
}

#Content {
	/*height : 300px;*/
	text-align : left;
}

#Right {
	width : 192px;
	float : left;
}

hr {
	height : 1px;
	color : #FFCC00;
	margin-top : 15px;
	margin-bottom : 15px;
}