@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 742px;
	margin: 0 auto;
}
#nav {
	height: 56px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 271px;
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: repeat-y;
	height: 440px;
	padding: 10px 30px 0 30px;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	text-align: center;
	padding-top: 30px;
	color: #FFFFFF;
}
#left {
	float: left;
	width: 445px;
}
#right {
	float: right;
	width: 197px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	padding-left: 25px;
}
.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0790e2;
}
.orangeboldtext {
	font-size: 12px;
	font-weight: bold;
	color: #f09500;
}
.orangetext {
	font-size: 12px;
	color: #f09500;
}
.rightimg {
	float: right;
	margin-left: 7px;
	display: block;
}
.leftimg {
	float: left;
	margin-right: 9px;
	display: block;
}
.bluetext {
	color: #137dbd;
}
#left input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
#left textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}