/*
 * BEGIN: General HTML styles */
body {
	background-color: #566c97;
	text-align: center;
	margin: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4,h5, h6, p, ul, ol, li, dl, dt, dd, form, label, img {
  margin: 0;
  border: 0;
  padding: 0;
}

img {
	border: 0px;
}

/*
 * BEGIN: Wrapper, Header, Layout Styles */
#wrapper {
	width: 902px;/*the extra 2 is for the border on both sides*/
	padding: 10px 28px 10px 28px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #566c97 url(/images/layout/background.png) repeat-x;
}

#header {
	height: 98px;
	position: relative;
	z-index:1;
}

#header .home {
	width: 374px;
	height: 75px;
	float: left;
}


#container {
	border:1px solid #42567e;
	border-top:8px solid #42567e;
	border-bottom:8px solid #42567e;
	position:relative;	
	width:900px;
}
#graphbox {
	height:418px;
	width:900px;
	position:relative;
	background: url(/images/layout/backgroundpeople.jpg);
	border-bottom:8px solid #42567e;
}
#graphboxtext{
	color:#dfa72d;
	padding:20px;
	font-size:19px;
	width:460px;
}
#graytop {
	height:82px;
	width:900px;
	background: url(/images/layout/graytop.gif);
}
#graytop1{
	width:500px;
	padding-top:20px;
	font-weight:bold;
	font-size:20px;	
	text-align:center;
}
#graytop2{
	width:500px;
	font-weight:bold;
	font-size:14px;	
	text-align:center;
}
#whitemiddle{
	background:#fff;
	padding:30px;
	position:relative;
}
#whitemiddletext{
	width:670px;		
	line-height:1.6em;
	font-size:.92em;
	color:#666;
}
#graybottom {
	height:37px;
	width:900px;
	position:relative;
	background: url(/images/layout/graybottom.gif);
	z-index:100;
}

#footer{
	color:#fff;
	font-size:11px;
	padding-top:15px;
	padding-bottom:40px;
	text-align:center;
}
#positionsedlink{
	float:right;
	font-weight:bold;
}



.degree{
	border-bottom:1px solid #445983;
	color:#445983;
	width:85px;
}
#graphbox .graphbar1{
	text-align:center;
	position:absolute;
	bottom:0px;
	left:10px;
}

#graphbox .graphbar2{
	text-align:center;
	position:absolute;
	bottom:0px;
	left:105px;
}
#graphbox .graphbar3{
	text-align:center;
	position:absolute;
	bottom:0px;
	left:200px;
}
#graphbox .graphbar4{
	text-align:center;
	position:absolute;
	bottom:0px;
	left:295px;
}
#graphbox .graphbar5{
	text-align:center;
	position:absolute;
	bottom:0px;
	left:390px;
}



#mainbox{
	width:399px;
	height:538px;
	background:#f00;
	position:absolute;
	right:-1px;	
	top:-50px;
	background: url(/images/layout/containerbox.gif);
	border-bottom:1px solid #fdc54e;
	z-index:10;
}
#maincontent{
	padding-top:8px;	
	padding-left:1px;
}
#headertext{
	padding-left:35px;
	padding-top:16px;
	font-weight:bold;
	font-size:24px;
	color: #42567e;
}

#subheadertext{
	padding-left:35px;
	font-size:12px;
	color:#fd3636;
}
#form{
	padding-left:35px;	
	padding-right:35px;	
	padding-bottom:15px;	
}
#question .formdots{
	border-top:1px dashed #666;	
	border-bottom:1px dashed #666;	
	padding:4px;
	padding-top:15px;
	height:160px;
	margin-bottom:15px;
	margin-top:15px;
	position:relative;
}

#question .prev{
	position:absolute;
	bottom:15px;
}

#question .bump{
	font-size:16px;	
	font-weight:bold;
	padding-bottom:7px;
}

#question #statusbar{
	margin-top:20px;
	margin-left:40px;
	width:250px;
	border:1px solid #000;
	line-height:100%;
	font-size:10px;
	position:relative;
}

#question #statusbartext{
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	text-align:center;	
	font-size:8px;
	color:#555;
	letter-spacing: 5px;
}

#question #statusbarinside{
	background:#d5f77b;
	width:0px;
	height:10px;
}

#question select{
	font-size:1.1em;
	width:90%;	
}

#gradgirl{
	position:absolute;
	bottom:-1px;
	right:0px;
	width:202px;
	height:217px;
	z-index:11;
	background: url(/images/layout/gradgirl.png);
	
} * html #gradgirl {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/layout/gradgirl.png',sizingMethod='scale');
	background: none;
}

.copyright {
	color: #000;	
}

.copyright a,
.copyright a:visted,
.copyright a:hover {
	text-decoration: none;
	color: #000
}








