body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	line-height: 1.9em; /*24px*/
	color: #282828;
	background: #d8eaf6 url(../images/bg_.jpg) repeat-x;
	margin:0;
	padding:0;
}
p {
}
h1 {
	font-size: 1.75em;
	color: #000000;
	margin-top: 5px;
}
.button {
	color: #FFFFFF;
	background-color: #660099;
	margin-top: 10px;
}

h2 {
	font-size: 1.4em;
	color: #933a92;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.img_left {
	float:left;
	margin: 10px;
}
.img_right {
	float:right;
	margin: 10px;
}
.space {
	clear:both;
}
.btn {
	color: #fff;
	font-size: 11px;
	margin:0px;
	padding: 3px 6px;
	background-color:#933a92;
	text-decoration:none;
}
.right {
	text-align: right;
}
#container {
	width: 849px;
	margin: 0 auto;
}
#top {
	height: 221px;
}
/*left begin*/
#left {
	width:251px;
	float:left;
}
#right {
	width:598px;
	float:right;
}
#menu {
	background: #7c2a7b url(../images/menu_bg.jpg) no-repeat;
	padding-top: 20px;
}
/*menu style begin*/
#menu ul {
	padding: 0;
	margin: 0 15px;
}
#menu ul li {
	list-style: none;
	display:block;
	height: 29px;
	padding-left: 30px;
	background: url(../images/arrow.gif) no-repeat 7% 47%;
	border-bottom: 1px solid #842e83;
}
#menu ul li a {
	color: #FFFFFF;
	text-decoration:none
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
/*menu style end*/
#menu_bottom {
	background: url(../images/menu_end.jpg) no-repeat;
	height: 26px;
}
#submenu {
	background: #79b5d9 url(../images/submenu_bg.jpg) no-repeat;
	padding: 15px 10px 0 10px;
}
#submenu_bottom {
	background: url(../images/submenu_end.jpg) no-repeat;
	height: 25px;
}
/*left end*/
/*right begin*/
#content {
	background: #fff url(../images/ctn_bg.jpg) no-repeat;
	padding: 15px;
	min-height: 530px;
}
* html #content {
	height: 530px;
}
.box {
	background: #ededed url(../images/box_bottom.jpg) bottom left no-repeat;
	padding-bottom: 10px;
}
.box h1 {
	background: #ededed url(../images/box_top.jpg) top left no-repeat;
	padding: 8px 15px 0px 15px;
}
.box1 {
	background: #cfcfcf url(../images/box1_bottom.jpg) bottom left no-repeat;
	padding-bottom: 10px;
}
.box1 h1 {
	background: #cfcfcf url(../images/box1_top.jpg) top left no-repeat;
	padding: 8px 15px 0px 15px;
}
#content_bottom {
	background: url(../images/ctn_end.jpg) no-repeat;
	height: 30px;
}
#footer {
	padding:10px;
}
/*right end*/

fieldset {
	border:0px;
}
legend {
	display:none;
}
div#formdiv {
	width: 400px;
	padding: 5px;
	margin: 0px auto
}
div#wideformdiv {
	width: 600px;
	background-color: #fff;
	padding: 5px;
	margin: 0px auto
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font-weight:bold;
}
div.row input {
	width: 150px;
}
div.rowsubmit {
	clear: both;
	padding-top: 10px;
	margin-left: 160px;
}
.progresslist {
	margin-left:0;
	list-style:none;
}
.progresslist li {	
	display:inline;
	margin-left:0;
}
.pastsection, .pastsection a, .pastsection a:visited {
	color:#666;
}
.currentsection, .currentsection a, .currentsection a:visited {
	font-weight:bold;
	color:#000;
}
.futuresection, .futuresection a, .futuresection a:visited {
	color:#000;
}
#styleswitchsmall, #styleswitchnormal,a#styleswitchlarge, #optionAddition, #optionSubtraction {
	cursor:pointer;
}
a#styleswitchsmall {
	font-size:0.8em;
}
a#styleswitchnormal {
	font-size:1em;
}
a#styleswitchlarge {
	font-size:1.2em;
}
tr.answeredincorrectly {
	background-color:#FFC;
}
#menu p {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#submenu img {
	padding-top:10px;
}