/* CSS Document */

body{
/* background-image:url(../images/stripe2.jpg);
background-repeat:repeat;*/
background-color:#682d65;
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
margin:0px;
padding:0px;
} 


div#wrapper{ 
 width:800px;
 margin:0 auto;
 background-color:#fff;

 background-repeat:no-repeat;
 background-position:top right;
}

#header{
/*background-color:#ffffff;*/
height:80px;
padding-left:10px;
padding-top:10px;

 }

#navigation{
background-color:#9e9fa3;
padding: 5px;
text-align:right;

/*border: 1px solid #d2232a;
margin-bottom: 10px;*/
}

#navigation p{
list-style:none;
display: inline;
	margin: 0;
	padding: 0;
	color: #682d65;
	font-weight: bold;
}

#navigation ul {
margin-left: 0;
	padding-left: 0;
	display: inline;
	color:#682d65;
	
}

#navigation ul li{
margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
	
}

#navigation ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#navigation a {
text-decoration:none;
color:#ffffff;
font-weight:bold;
}

#navigation a:hover {
color:#682d65;
}

#content{
/*background-color:white;*/
margin-top:0px;
padding-left:20px;

}

#content ul{
color:#682d65;
}

#content li{
margin-bottom:5px;
font-weight:bold;
}

#content a{
color:#682d65;
font-weight:bold;
text-decoration:none;
}

#content a:hover{
color:#9e9fa3;
font-weight:bold;
text-decoration:none;
}

h1{
font-size:24px;
color:#682d65;
}

h2{
font-size:16px;
color:#9e9fa3;
}

p{
color:#682d65;
}

#footer{
clear:both;
background-color:#9e9fa3;
margin:0px;
}

#footer p{
color:#682d65;
text-align:center;
padding:7px;
}

#footer p a{
color:#682d65;
text-align:center;
padding:7px;
text-decoration:none;
}

#footer p a:hover{
color:#fff;
text-align:center;
padding:7px;
text-decoration:none;
}


#footer p .bold{
color:#fff;
text-align:center;
padding:7px;
font-weight:bold;
}

#footer p .bold a{
text-decoration:none;
color:#fff;
text-align:center;
padding:7px;
font-weight:bold;
}

#footer p .bold a:hover{
text-decoration:none;
color:#682d65;
text-align:center;
padding:7px;
font-weight:bold;
}

.fsLabel{
color:#682d65;
font-weight:bold;
}

.fsSupporting{
color:#9e9fa3;
}

.fsSubFieldGroup{
margin-bottom:20px;
}

.fsSupporting{
margin-bottom:20px;
}

.fsOptionLabel  {
color:9e9fa3;
}
