@charset "utf-8";
/* CSS Document */
/*----------------structure----------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers - see pagewrapper for override */
	min-height: 900px;
}
#pagewrapper {
	width:740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center in the body element. */
}
#contentwrapper {
	width: 740px;
}
#columns-top {
	clear: both;
	width: 730px;
	margin-top: 30px;
	padding: 5px;
}
#c1, #c2 {
	float: left;
	padding: 5px;
	width: 345px;
	min-height: 200px;
}
#one_col {
	float: left;
	padding: 5px;
	width: 720px;
	min-height: 200px;
}
#c2 {
	margin-left: 20px;
}
#alt-c1 {
	float: left;
	padding: 5px;
	width: 445px;
	/*min-height: 200px;*/
}
#alt-c2 {
	float: left;
	padding: 5px;
	width: 245px;
	/*min-height: 200px;*/
}
#alt-c2 {
	margin-left: 20px;
}
#alt2-c1 {
	float: left;
	padding: 5px;
	width: 300px;
	/*min-height: 200px;*/
}
#alt2-c2 {
	float: left;
	padding: 5px;
	width: 300px;
	/*min-height: 200px;*/
}
#alt2-c2 {
	margin-left: 20px;
}

#columns-bottom {
	clear: both;
	width: 730px;
	padding: 5px;
}
/*----------------page header----------------*/
#header {
	width: 790px;
	height: 95px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
}
#hdrc1, #hdrc2 {
	float: left;
	width: 395px;
}
#header img {
	padding-left: 5px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*----------------navigation----------------*/
#navMain {
	margin-top: 15px;
}
#navMain img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	margin-top: 10px;
}
#nav img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav2 {
	padding-top: 15px;
}
#nav2 img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#L2nav {
	color: #454545;
	margin-top: 8px;
	letter-spacing: .1em;
}

#L2nav a {
	color: #B40D10;
	text-decoration: none;
}
#L3nav {
	color: #454545;
	margin-top: 8px;
}

#L3nav a {
	color: #B40D10;
	text-decoration: none;
}

/*----------------footer----------------*/
#footer {
	width: 740px;	
}	
#footer img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*----------------content formatting----------------*/
.content {
	font-size: 0.8em;
	padding-top: 10px;
}
p {
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 0px;
}
a .imgRT2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.largeText {
	font-size: 1.0em;
}
.imgRT {
	float: right;
	padding: 5px;
}
.img_staff {
	margin: 5px;
	float: right;
}
.indent25 {
	margin-left: 25px;
}
.indent40 {
	margin-left: 42px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #454545;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: .15em;
}
h2 {
	font-size: 1.3em;
	color: #454545;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.25em;
}
h3 {
	font-size: 1.1em;
	color: #454545;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 1em;
	color: #454545;
	margin-top: 5px;
	margin-bottom: 5px;
}
td {
	vertical-align: top;
}

.large-text {
	font-size: 1.1em;
}
.small-text {
	font-size: .85em;
}
a:link {
	color: #b40d10;
}
a:visited {
	color: #b40d10;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
.javalink {
	color: #b40d10;
	text-decoration: underline;
}
.smutagline {
	font-weight: bold;
	color: #b40d10;
	font-size: .85em;
}
.alerts {
	font-weight: bold;
}
.alertsHeader {
	font-weight: bold;
	color: #b40d10;
	font-size: 1.75em;
}
blockquote {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imgRT2 {
	float: right;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
}
