body.a3 #content {
	background-color:#fafafa;
	font-size:14px;
	line-height:20px;
	color:#3d5869;
}

/* homepage */
body.a3 div.home_heading {
	background-image:url(../images/content_arrow_1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	margin-left:10px;
}
body.a3 div.home_heading a {
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
body.a3 div.home_heading a:hover {
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
body.a3 div.cbox_content {
	font-size:11px;
	color:#3e3e40;
	line-height:16px;
	margin:15px 15px 0px 30px;
}
body.a3 div.cbox_content a.more {
	background-image:url(../images/content_arrow_2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	padding-left:15px;
	color:#3d5869;
}
body.a3 div.cbox_content a {
	font-size:11px;
	text-decoration:none;
	color:#55758f;
}
body.a3 div.cbox_content a:visited {
	font-size:11px;
	text-decoration:none;
	color:#9badbf;
}
body.a3 div.cbox_content a:hover {
	text-decoration:underline;
}
body.a3 div.cbox_title {
	font-weight:bold;
	font-size:14px;
	color:#3d5869;
	margin-bottom:10px;
}

/* pages */
body.a3 div.page {
	padding-bottom:20px;
}
body.a3 div.page div, body.a3 div.page p, body.a3 div.page span {
	font-size:14px;
	color:#3e3e40;
	line-height:20px;
	margin:0px;
}
body.a3 div.page a.more, body.a3 a.sidro {
	background-image:url(../images/content_arrow_12px.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	padding-left:15px;
	color:#3d5869;
}
body.a3 div.page a {
	font-size:14px;
	text-decoration:none;
	color:#55758f;
}
body.a3 div.page a:visited {
	font-size:14px;
	text-decoration:none;
	color:#9badbf;
}
body.a3 div.page a:hover {
	text-decoration:underline;
}
body.a3 h1 {
	font-size:21px;
	line-height:25px;
	color:#00649B;
	margin:20px 0px;
}
body.a3 h3 {
	font-size:14px;
	line-height:20px;
	color:#55758f;
	margin:20px 0px;
}
body.a3 h2 {
	font-size:14px;
	line-height:20px;
	color:#000;
	margin:20px 0px;
}
body.a3 div.page_side {
	width:320px;
	float:left;
	/* overflow:auto; */
}
body.a3 div.page_content {
	font-size:14px;
	color:#3e3e40;
	line-height:20px;
	width:595px;
	padding:0px 20px;
	float:left;
	overflow:auto;
}

/* wizard */
body.a3 div.wizard span.error {
	display:block;
	clear:both;
	background-color:#FFEAE9;
	color:#C40202;
	border:1px solid #C40202;
	margin:0;
	font-size:11px;
	padding:7px 10px 8px;
}
body.a3 div.wizard div.nav_title_active {
	float:left;
	width:60px;
	background-color:#fff;
	color:#000;
	font-size:14px;
	height:20px;
	font-weight:bold;
	padding-left:10px;
	border-top:1px solid #9badbf;
	border-bottom:1px solid #fff;
}
body.a3 div.wizard div.nav_title {
	float:left;
	width:60px;
	background-color:#fafafa;
	color:#717274;
	font-size:14px;
	height:20px;
	font-weight:bold;
	padding-left:10px;
	border-top:1px solid #9badbf;
	border-bottom:1px solid #9badbf;
}
body.a3 div.wizard div.section {
	clear:both;
	font-weight:bold;
	color:#000;
	background-color:#e6eaee;
	padding:5px 0px 4px 10px;
	font-size:14px;
	height:20px;
	border-top:2px solid #00649b;
}
body.a3 div.wizard div.label {
	width:40%;
	padding:5px 0px 4px 10px;
	/*
	height:20px;
	*/
	float:left;
	clear:left;
	color:#000;
	font-size:14px;
}
body.a3 div.wizard div.data {
	padding:5px 0px 4px 10px;
	height:20px;
	clear:right;
}
body.a3 div.wizard div.form_box {
	border-top:1px solid #9BADBF;
	margin:0;
	padding:0;
	clear:both;
	overflow:auto;
}
body.a3 div.wizard div.form_nav {
	border-top:2px solid #00649b;
	border-bottom:1px solid #9BADBF;
	padding:5px 10px 5px 10px;
	clear:both;
}
body.a3 div.wizard input {
	background-color:#F5F7F8;
	border:1px solid #9BADBF;
	width:200px;
	height:12px;
	font-size:11px;
	padding:2px;
	text-transform:uppercase;
}
body.a3 div.wizard textarea {
	background-color:#F5F7F8;
	border:1px solid #9BADBF;
	width:200px;
	height:200px;
	font-size:11px;
	padding:2px;
	text-transform:uppercase;
}
body.a3 div.wizard select {
	background-color:#F5F7F8;
	border:1px solid #9BADBF;
	width:204px;
	font-size:11px;
}
body.a3 div.wizard select option { padding:2px; }
body.a3 div.wizard {
	font-size:14px;
	color:#3e3e40;
	line-height:20px;
	width:640px;
	padding-bottom:20px;
	float:left;
}

