/* CSS Document */

/* General */

body {
	text-align: center;
	margin-top: 20px;
	background-image: url(imgs/bg-body.gif);
	background-repeat:repeat;
}
#page {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	border: 3px solid #333333;
	background-color: #FFFFFF;
	position: relative;
}
#content {
	padding: 50px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333333;
	line-height: 150%;
	background-image: url(imgs/gradient_bar.png);
	background-repeat: repeat-x;
}
#content p {
	margin: 0 0 10px 0;
}

/* Header */

#header {
	height: 150px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #333333;
	background-image: url(imgs/header.gif);
	background-repeat: no-repeat;
}

/* Columns */

#columnMain {
	float: left;
	width: 470px;
	margin: 0 0 30px 0;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#columnRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	float: right;
	width: 210px;
	margin: 0;
	padding: 0 0 0 20px;
}
#columnSingle {
	margin: 0 0 30px 0;
	padding: 0 0px;
}
#columnRight img {
	margin: 0 0 10px 0;
}
#columnRight ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 125%;
}
#columnRight li {
	padding-bottom: 7px;
}

/* Tab Bar Magic Nav Menu - see p7tm_basic_01.css style sheet */

/* Footer */

#footer {
	clear: both;
	padding: 0 30px;
	height: 160px;
	background-image: url(imgs/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #333333;
	line-height: 130%;
	position: relative;
	bottom: -92px;
}
#footerText p {
	margin: 0 0 12px 0;
	padding: 0;
}
#footerText p a {
	text-decoration: none;
	color: #333333;
}
#footerText p a:hover {
	color: #CCCC99;
}

/* Miscellaneous Styles */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 225%;
	line-height: 120%;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 3px double #999999;
	font-weight: lighter;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 125%;
	margin: 0;
	padding: 0;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: lighter;
	line-height: 110%;
	margin: 0 0 6px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: lighter;
	line-height: 110%;
	margin: 0 0 6px 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: lighter;
	line-height: 110%;
	margin: 0 0 6px 0;
}
.georgia75 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #333333;
	line-height: 150%;
}
.newsr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #333333;
	line-height: 150%;
}
a {
	color: #225588;
}
a:hover {
	color: #CCCC99;
}
.form {
	width: 350px;
	margin-left: 60px;
	background-color: #EBEBEB;
	border: 1px solid #225588;
	border-width: 7px 0;
}