@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	background-color:#c7cce2;
}
img {
	border: none;	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #369;
	font-style: italic;
}
h3 {
	font-size: 130%;	
}
#header {
	width: 984px;
	height: 100px;
	background-image: url(../images/header_bk.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	border-top: solid 8px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#nav {
	width: 914px;
	height: 35px;
	padding-right: 70px;
	background-image: url(../images/nav_bk.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: right;
	line-height: 35px;
	font-weight: bold;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	color: #fff;
}
#content {
	width: 884px;
	padding: 50px;
	margin: 0px auto;
	text-align: left;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background-color: #e7e9f3;
}
#content .left {
	width: 600px;
	float:left;
}
#content .right {
	float:right;
	width: 234px;
}
#content .right .copy {
	background-image: url(../images/right_bk.jpg);
	background-repeat: no-repeat;
	padding: 20px 10px 30px 20px;
	margin-top: 20px;
	color: #369;
}
#content .right .copy h3 {
	font-size: 125%;
	margin-top: 0px;
	padding-top: 0px;
}
#content .pullout {
	padding: 20px;
	background-image: url(../images/repo-bk.jpg);
	background-repeat: repeat-x;
}
#content .pullout h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: #cc0000;
}
#content .pullout a {
	font-weight: bold;
	color: #cc0000;
}
#content .pullout a:hover {
	text-decoration: none;	
}
#footer {
	width: 984px;
	height: 54px;
	margin: 0 auto;
	background-image: url(../images/footer_bk.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border: solid 1px #000;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 54px;
}
#subfooter {
	font-size: 11px;
	color: #333;
	padding: 10px 0px;
}
#subfooter a {
	text-decoration: none;	
	color: #333;
}
.clearit {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear:both;
}
a.download {
	width: 234px;
	height: 75px;
	padding-top: 25px;
	background-image: url(../images/download_bk.jpg);
	background-repeat: no-repeat;
	font-size: 150%;
	display:block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
}
a.download:hover {
	background-image: url(../images/download_bk-over.jpg);
	color: #fff;
	padding-top: 28px;
	padding-left: 3px;
	width: 231px;
	height: 72px;
}
a.contact {
	width: 234px;
	height: 60px;
	font-size: 150%;
	line-height: 60px;
	display:block;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/contact_bk.jpg);
	background-repeat: no-repeat;	
}
a.contact:hover {
	background-image: url(../images/contact_bk-over.jpg);
	color: #fff;
}
