html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Georgia", "Cambria", "Times New Roman", Times, serif;
}
body {
	background-image:url(../images/flagOnBlack.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
a {
	color:#666666;
}
a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

div#div_CandidateFilterPage {
	width:980px;
	height:700px;
	margin:auto;
}
div#div_CandidatePage {
	margin:10px auto;
	width:978px;
	height:628px;
	border:1px solid #444444;
}

div#div_CandidateFilterPage div.noSilverlight {
	margin:10px;
	width:960px;
	height:630px;
	border:1px solid #444444;
}
div#div_CandidateFilterPage div.noSilverlight div.warning {
	background-image:url(../images/candidateNoSL.png);
	background-repeat:no-repeat;
	width: 414px;
	height: 261px;
	margin-left:273px;
	margin-top:184px;
}
div#div_CandidateFilterPage div.noSilverlight div.warning div.content {
	padding-top:90px;
	padding-left:10px;
	width:200px;
}
div#div_CandidatePage div.about {
	background-image:url(../images/candidateMiniBG.png);
	background-repeat:no-repeat;
	width: 414px;
	height: 261px;
	margin-left:272px;
	margin-top:178px;
}
div#div_CandidatePage div.about div.content {
	padding-top:80px;
	padding-left:10px;
}

div.div_footerMenu {
	text-align:center;
	padding-right:20px;
	margin-top:10px;
}
div.div_footerMenu a {
	color:#666666;
	margin-right:20px;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
div.div_footerMenu a:hover {
	color:#FFFFFF;
}
div.div_disclaimer {
	width:980px;
	color:#666666;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	font-size:10px;
	border-bottom:1px solid  #333333;
}
