@import url("grid.css");
@import url("common.css");
body {
	background-image: url(../images/bk.jpg);
}
#doc {
	width:702px;
	margin:0px auto 0px auto;
	padding:0px;
	padding-top: 10px;
}
#hd {
	background: url(../images/header.jpg) no-repeat left top;
	height: 218px;
}
#bd {
	background: url(../images/mid_bk.jpg) repeat-y left;
	padding-bottom: 20px;
}
#ft {
	font-size: 11px;
	background: url(../images/footer.jpg) no-repeat left;
	height: 30px;
	padding-top: 10px;
	padding-left: 70px;
}
.minHeight {
	height: 500px;
}
/*** top menu ***/

#topMenu {
	font-family: verdana;
	font-size: 12px;
	color: #F1D0A3;
	padding-top: 177px;
	padding-left: 300px;
}
#topMenu li {
	display: inline;
}
#topMenu a {
	font-weight: bold;
	color: #F1D0A3;
	text-decoration: none;
}
#topMenu a:hover {
	color: #FFF;
}

/*** main body ***/

#mainBody {
	font-family: verdana;
	font-size: 11px;
	padding-left: 40px;
	padding-right: 20px;
}
#mainBody h1 {
	font-family: verdana;
	font-size: 25px;
	font-weight: bold;
	color: #048BFF;
	padding-bottom: 15px;
}
ol {
	margin-left: 5px;
	padding: 5px 20px;
}
ol.number li {
	list-style: decimal;
	font-weight: bold;
	/*background-color: #F0FFFF;*/
	margin-left: 15px;
	padding: 5px 10px;
}
ol.check li {
	list-style: none;
	font-weight:bold;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/bullet1.gif) no-repeat 0 20%;
}
h4 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	background: url(../images/icon1.jpg) no-repeat 0 70%;
	padding: 5px 30px;
}
.box {
	width: 280px;
	background-color: #F0FFFF;
	margin-left: 50px;
	border: 2px solid blue;
	padding: 5px 10px;
}
.box h2 {
	font: bold 18px arial;
	color: #0002C4;
	padding: 10px 0 10px 30px;
}
.box p {
	margin-left: 30px;
}
.box input {
	width: 150px;
}
.box p .submit {
	margin-left: 40px;
}
.box input:focus {
	background-color: Yellow;
	border: 2px solid #666;
}

/*** faq ***/
.q {
	font-weight: bold;
	font-size: 12px;
	background: url(../images/icon1.jpg) no-repeat 0 70%;
	padding-top: 5px;
	padding-left: 27px;
}
.a {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-left: 1px solid #CCC;
}

/*** right panel ***/

/*#rightPanel {
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	padding-right: 70px;
}*/

#rightPanel {
font-family: verdana;
font-size: 11px;
color: #FFF;
_padding-left:40px;
width: 185px;
}
.testimonial {
	padding-top: 10px;
	/*padding-left: 10px;*/
	text-align:justify;
	width:185px;
}
.author {
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #838383;
	border-bottom: 1px dashed #CCC;
}

/***** results *****/
.results table {
	border: 1px solid #666;
}
.results th {
	font-size: 12px;
	font-weight: bold;
	background-color: #F5F5DC;
	padding: 3px 0;
	border-bottom: 1px solid #666;
}
.notice {
	color: #FFF;
	background-color: #666;
	width: 250px;
	margin: 5px 0;
	margin-left: 80px;
	padding: 5px 10px;
}


