@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
}
#container{
	width:820px;
	padding-bottom: 14px;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 165px;
}
#content{
	background-color: #FFF;
	border-top: 1px solid #002651;
	background-image: url(images/right-background.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#left{
	float: left;
	display:inline;
	width: 485px;
	min-height: 359px;
	_height:359px;
	padding: 25px;
}
#left.wide{
	width: 770px;
	padding-right: 25px;
}
#left h1{
	font-size: 2.4em;
	margin-bottom: 14px;
	margin-top: 0px;
	text-transform: capitalize;
}
#left h2{
	font-size: 1.5em;
	margin-bottom: 14px;
	margin-top: 0px;
	line-height: 1.4em;
}
#left h3{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 14px;
}
#left p{
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 1.5em;
}
#left ul{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px 0px 14px 16px;
}
#left ul li{
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat left .6em;
	padding-left: 14px;
}
#left ul li ul{
	font-size: 100%;
	margin: 0px 0px 0px 10px;
}
#left a:link{
	text-decoration:none;
	color: #226AAC;
}
#left a:visited{
	text-decoration:none;
	color: #002451;
}
#left a:hover{
	text-decoration:underline;
}
#left form p{
	text-align: left;
}
#left form p small{
	font-size: 90%;
	margin-left: 6px;
	color: #226AAC;
}
#left form label{
	width: 125px;
	float: left;
}
#left form input{
	width: 275px;
}
#left form textarea{
	width: 275px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
}
#left form input.button{
	width: auto;
	margin-left: 125px;
}
#right{
	float: left;
	display:inline;
	width: 285px;
	min-height: 359px;
	_height:359px;
}
#right h2{
	font-size: 1.3em;
	margin: 25px 25px 0px 25px;
}
#right p{
	font-size: 1.3em;
	padding:0px;
	margin: 25px;
}
#right a:link,#content #right a:visited{
	color: #000;
	text-decoration: none;
}
#right a:hover{
	text-decoration: underline;
}
#footer{
	clear: both;
	color: #226AAC;
	border-top: 3px solid #226AAC;
	padding-top: 4px;
	background-color: #FFF;
}
#footer p{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#footer p a:link {
	color: #226AAC;
	text-decoration: none;
}
#footer p a:visited {
	color: #002451;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}