@charset "utf-8";
/* CSS Document */

body {
	scrollbar-face-color: #E8EEF1; 
	scrollbar-highlight-color: #B0C3CD; 
	scrollbar-shadow-color: #B0C3CD; 
	scrollbar-3dlight-color: #B0C3CD; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #B0C3CD; 
	scrollbar-darkshadow-color: #B0C3CD;
}
	
.style1 {
	font-size: 24px;
	font-weight: bold;
}

#main_area {
	width: 805px;
	position:absolute;
	left:15%;
	right:15%;
	top:19px;
	border:#999999 solid 1px;
}

#content_area {
	background:#FFFFFF;
	float:left;
}

#buffer-block {
	width:804px;
}

#sidebar {
	border:2px solid #95AEBB;
	float:right; 
	width:215; 
	margin-right:10px;
}

.side-item {
	border-bottom:dashed;
	border-bottom-width:thin;
	width:212px;
	padding:0px;
	vertical-align:top;
}

#footer-content {
	padding-left:10px;
	background:#FFFFFF;
}

#content-variblock {
	width:500px; 
	height:500px;
	padding-left:20px;
	padding-right:50px;
	overflow:auto;
}

.faq-ans {
	text-align:center;
}

.alt-list li {
	background-image:none;
	list-style-type:disc;
	list-style-position:inside;
}

li.extended {
	background-image:url(images/li_bg.jpg);
    background-repeat:no-repeat;
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #666565;
	text-align:left;
	padding-left:25px;
	padding-bottom:10px;
	text-decoration: none;
	list-style-type:none;
}
/* Form Layouts */
.formLayout {
	background-color: #f3f3f3;
	border: solid 1px #a1a1a1;
	padding: 10px;
	width: 350px;
}
.formLayout label{
	float: left;
	width: 100px;
	font-weight: bold;
}

.formLayout input{
	width: 260px;
	margin-bottom: 5px;
}

.formLayout textarea{
	width: 400px;
	height: 150px;
}

.boxes{
	width: 1em;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

.formLayout br{
	clear: left;
}

.formException label{
	width: 75px;
	font-weight: bold;
	float:none;
}

.formException input.text {
	width:100px;
}

.formException input.checkbox {
	width:50px;
}

