@import url("grid.css");
body {
	margin: 0; padding: 0;
	background-color: #033268;
}
#header {
	height: 174px;
	background: url(../images/header.jpg) no-repeat top;
}
#mainBody {
	background: url(../images/midbk.jpg) repeat-y left top;
}
#mainPanel {
	background: url(../images/left.jpg) no-repeat left top;
	padding: 15px 30px 10px 145px;
}
#rightPanel {
	color: #FFF;
	background: url(../images/right.jpg) no-repeat right top;
	padding: 200px 70px 20px 55px;
}
#footer {
	background: url(../images/footer.jpg) no-repeat top;
	text-align: center;
	height: 78px;
}
#footer p {
	color: #F0FFFF;
	padding-top: 40px;
}
#footer a {
	color: #C5C5C5;
	font-style: italic;
	text-decoration: none;
}

/*** top form ***/

form#topForm {
	padding-left: 675px;
}
#topForm h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: -3px;
}
#topForm label {
	float: left;
	width: 45px;
	font-weight: normal;
	color: #FFF;
}
#topForm input.text1 {
	width: 100px;
}
#topForm p {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}

/*** form ***/

#rightPanel label {
	display: block;
}
#rightPanel form {
	padding-left: 15px;
}
#rightPanel input.text {
	width: 140px;
	margin-bottom: 7px;
	padding: 2px 10px;
}
#rightPanel p {
	font-weight: normal;
	text-align: center;
}
#rightBottom {
	padding-left: 130px;
}

/*** main body ***/

#mainBody h1 {
	font-size: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C8152C;
}
#video {
	width: 321px;
	height: 243px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.underline {
	border-bottom: 1px dashed red;
}
.highlight {
	background-color: #FEFF59;
	font-weight: bold;
}
h2.emp {
	color: Red;
	font: bold 20px verdana, helvetica;
	margin: 5px -20px 5px -50px;
}
