body {
	background-color: #666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height: 1.2;
}

#container {
	width: 990px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#header {
	background-color: #666699;
}

#header-sub {
	background-color: #666699;
}

#googleSearch {
	background-color: #FFFFFF;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 90%;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	font-size: .9em;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar1 a {
	text-decoration: none;
}

#sidebar1 img {
	text-decoration: none;
}

#mainContent {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: .9em;
	background-color: #FFF;
}

.leftColumn
{
	float: left;
	width: 40%;
	color: #666666;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.middleColumn
{
	float: left;
	width: 33%;
	font-family: Arial;
	color: #666666;
	border-left-style:solid;
	border-right-style:solid;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightColumn
{
	float: right;
	width: 48%;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666699;
}

.AltRightColumn
{
	float: right;
	width: 685px;
	background-color:#ffffff;
	color: #666666;
	border-left-style:solid;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#footer {
	margin: 0px;
	background-image: url(/images/banners/banner-bkgrnd.jpg);
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
	float: right;
}

#footer   a   {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #CC9933;
}


#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}

#footer2 {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: bold;
	background-color: #666699;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

#navline
{
	color:white;
	text-decoration: none;
	background-image: url(../images/banners/banner-bkgrnd.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	width: auto;
	text-align: right;
	background-position: center;
}

#navline a   {
	color: #FFFFFF;
	text-decoration: none;
}

#navline a:hover {
	text-decoration: underline;
	color: #606;
}
#navline ul {
	margin: 0px;
	padding: 0px;
}

#navline li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}
.SideNav
{
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:#ffffff;
	padding-top:10px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: .85em;
}
.SideNav a {
	text-decoration: underline;
	color: #660066;
}
.SideNav    a:hover  {
	text-decoration: underline;
	color: #CC9933;
}

.currentnav
{
	color:#CC9933;
	font-size: 1.15em;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
p {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #339999;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #CC9933;
}

h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #660066;
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
	color: #666699;
	border-top-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 50%;
	font-weight: normal;
	background-position: center;
}

.italic {
	font-style: italic;
}

.large {
	font-size: large;
}

.medium-italic {
	font-size: 1.1em;
	font-style: italic;
}

.dark_gray {
	color: #333333;
}

.dark_gray_bold {
	font-weight: bold;
	color: #333333;
}

.dark_blue_bold {
	font-weight: bold;
	color: #330066;
}

.bright_blue_bold {
	font-weight: bold;
	color: #3399FF;
}

.teal_bold {
	font-weight: bold;
	color: #339999;
}

.geneva-teal-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
}

.white_bold {
	font-weight: bold;
	color: #FFFFFF;
}

.maroon_bold {
	font-weight: bold;
	color: #660066;
}

.maroon_85_pct {
	font-size: .85em;
	font-weight: bold;
	color: #660066;
}

.red_bold {
	color: #990000;
	font-weight: bold;
}

.gold {
	color: #CC9900;
}

.gold_bold {
	font-weight: bold;
	color: #CC9900;
}

.geneva-gold-bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #CC9900;
	letter-spacing: .05px;
}

.geneva_gold_bold_14_pt_all_caps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC9900;
	font-weight: bold;
	text-transform: uppercase;
}

mailto {
	font-style: italic;
}

#form1_programs  {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-right: 30px;
	margin-left: 25px;
	border: thin solid #7F9F00;
}

#form1a {
	margin-right: 30px;
	margin-left: 25px;
	padding-right: 2px;
	padding-left: 5px;
	border: 2px solid #7F9F55;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.x-small {
	font-size: .75em;
}
#form {
	padding: 20px;
}
#centered {
	text-align: center;
}
#announceCentered {
	text-align: center;
}

