body {
	background-color : #323666;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #323666;
}

a {
	color : #9999CC;
	text-decoration : none;
}

a:visited {
	color : #9999CC;
	text-decoration : none;
}

a:hover {
	color : #CECA9A;
	text-decoration : underline;
}

a:active {
	color : #CECA9A;
	text-decoration : underline;
}

#PageContainer {
	width : 900px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : #FFFFFF;
}

#Header {
	height : 125px;
	text-align : center;
	background-image : url(images/bg_header.gif);
	background-repeat : repeat-x;
}

#Menu {
	height : 50px;
	width : 850px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : #8A8EC2;
	line-height : 50px;
}

a.menu {
	color : #323666;
	text-decoration : none;
	padding-left : 8px;
	padding-right : 8px;
}

a.menu:visited {
	color : #323666;
	text-decoration : none;
}

a.menu:hover {
	color : #CECA9A;
	text-decoration : underline;
}

a.menu:active {
	color : #CECA9A;
	text-decoration : underline;
}

#Content {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : #CECA9A;
	padding : 25px;
}

#InnerContent {
	text-align : justify;
	margin-left : auto;
	margin-right : auto;
	background-color : #FFFFFF;
	padding : 25px;
	min-height : 450px;
}

h1 {
	font-size : 13px;
	font-weight : bold;
	margin : 0px;
	padding : 0px;
}

h2 {
	font-size : 12px;
	font-weight : normal;
	color : #8A8EC2;
}

h3 {
	font-size : 11px;
	font-weight : bold;
	margin : 0px;
	padding : 0px;
}

#Column1 {
	width : 232px;
	float : left;
	padding-right : 25px;
}

#Column2 {
	width : 232px;
	float : left;
	border-left : 1px solid #323666;
	border-right : 1px solid #323666;
	padding-left : 25px;
	padding-right : 25px;
}

#Column3 {
	width : 232px;
	float : left;
	padding-left : 25px;
}

#TwoColumn {
	width : 515px;
	float : left;
	border-right : 1px solid #323666;
	padding-right : 25px;
	min-height : 350px;
}

#FAQs {
	height : 540px;
	width : 207px;
	float : left;
	padding-left : 25px;
	padding-right : 25px;
	overflow : auto;
}

.formleft {
	height : 25px;
	width : 200px;
	float : left;
	line-height : 22px;
	clear : both;
}

.formright {
	height : 25px;
	width : 300px;
	float : left;
}

li {
	list-style : disc;
}

#Footer {
	height : 40px;
	text-align : center;
	background-image : url(images/bg_footer.gif);
	background-repeat : repeat-x;
	clear : both;
}

#FooterMenu {
	height : 25px;
	width : 850px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : #8A8EC2;
	font-size : 10px;
}

#FooterText {
	text-align : left;
	float : left;
	line-height : 25px;
}

a.footer {
	color : #323666;
	text-decoration : none;
}

a.footer:visited {
	color : #323666;
	text-decoration : none;
}

a.footer:hover {
	color : #CECA9A;
	text-decoration : underline;
}

a.footer:active {
	color : #CECA9A;
	text-decoration : underline;
}