﻿@import url("layout.css");
#container {
	background-image: url('../images/topcurve_withheader.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#masthead {
	background-position: left;
	text-align: center;
	position: relative;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
/* The column ids are in the editable area of the DWT.
This allows the individual pages to be structed as single or
double column pages.
*/
#column_l {
	margin: 15px 5px 0px 15px;
	width: 367px;
	padding: 10px;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
html>body #column_l {
	width: 370px;
}
/* 2nd version of left column */
#column_l_two {
	margin: 15px 5px 0px 15px;
	width: 457px;
	padding: 10px;
	background-color: #F5F5F5;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

html>body #column_l_two {
	width: 460px;
}
/* 3rd version of left column */
#column_l_three {
	margin: 15px 0px 0px 15px;
	width: 252px;
	padding: 10px;
	background-color: #F5F5F5;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

html>body #column_l_three {
	width: 255px;
}

#column_r {
	margin: 15px 10px 0px 0px;
	width: 302px;
	padding: 0px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
}
html>body #column_r {
	width: 305px;
}

/* 2nd version of right column */
#column_r_two {
	margin: 15px 10px 0px 0px;
	width: 217px;
	padding: 0px 10px 10px 0px;
	background-color: #fff;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
html>body #column_r_two {
	width: 220px;
}
/* 3rd version of right column */
#column_r_three {
	margin: 15px 0px 0px 15px;
	width: 432px;
	padding: 0px;
	background-color: #F5F5F5;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
html>body #column_r_three {
	width: 435px;
}

#column_single {
	margin: 15px 15px 0px 15px;
	padding: 10px;
	background-color: #F5F5F5;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.buddy_run {
	border-style: solid;
	border-width: thin thin medium thin;
	border-color: #000000;
	padding: 10px;
	line-height: 30px;
}
.red_headings {
	font-size: x-large;
	color: #c77;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 0px;
}
.blue_headings {
	padding: 5px;
	font-size: large;
	color: #FFFFFF;
	background-color: #0000FF;
	font-weight: bold;
	margin-top: 0px;
}
.footer_stripe_blue {
	width: 750px;
	height: 5px;
	background-color: #2737ee;
	clear: both;
}
.footer_stripe_red {
	background-color: #f7691d;
	width: 750px;
	height: 5px;
	clear: both;
}
.footer_stripe_orange {
	background-color: #facb93;
	width: 750px;
	height: 30px;
	text-align: center;
	clear: both;
}
.bold_blue {
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
}
.imagenumber p {
	margin: 2px;
	text-align: center;
 font-size: large;
 font-weight: bold;
}

	TR.Alt0 		{background-color: #c77; font-family: Verdana; font-size: 10px;color: E79E4F; font-weight: bold; text-decoration: none;}
	TR.Alt1 		{background-color: #E79E4F; font-family: Verdana; font-size: 10px;color: 485893; font-weight: bold; text-decoration: none;}
	TR.Alt2 		{background-color: #FCF1D1; font-family: Verdana; font-size: 10px;color: Black; font-weight: normal; text-decoration: none;}
	TR.Alt3 		{background-color: #E6E0CC; font-family: Verdana; font-size: 10px;color: Black; font-weight: normal; text-decoration: none;}
	

