﻿@charset "utf-8";

html, body { min-height:101%; margin-bottom:1px; }
body  {
	background: #000066 url(../images/designElments/back_container.gif) repeat-y center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 100%;
}
#container {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000066;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
} 

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-align:left;
	color:#000080;
	font-size:1.25em;
	text-indent: 25px;
	vertical-align: middle;
	background-image: url(../images/designElments/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	color:#000080;
	font-size:1.25em;
}

h3 {
	color: #000080;
	letter-spacing: 1px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background-image: url(../images/designElments/sun_color30X15.jpg);
	background-repeat: no-repeat;
	text-indent: 35px;
	vertical-align: middle;
	
}

h4, h5, h6 {
	color: #000080;
	letter-spacing: 1px;
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align:left;
	line-height:1.5em;
	
	}



ul, li {
	padding-bottom: 2px;
}

table {
	border: 1px solid #999999;
} 
	
th{
	text-align:center;
	color:#333333;
	background-color:#F2F2F2;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	font-weight: normal;
	}
th, td {
	padding: 3px;
	vertical-align: top;
	}
td {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	background: #FFFFFF;
	line-height: 1.5em;
	}
td p {
	font-size: 1em;
	text-align: center;
}

#header_img {

}


#header {
	padding: 0;
	background: #eeeeee;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #363466;
	height: 20px;
} 
#mainBody {
	width: 100%;
}



#sidebar1 {
	float: left;
	width: 205px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#sidebar1 a:link    {
	color: #000066;
	text-decoration: underline;
}
#sidebar1 a:active  {
	color: #000066;
	text-decoration: underline;
}
#sidebar1 a:visited {
	color: #6666CC;
	text-decoration: none;
}
#sidebar1 a:hover   {
	color: #6666CC;
	text-decoration: underline overline;
	background-color: #F5F5F5;
}

#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 8px;
} 
#mainContentOneCol {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContentCalendar {
	width: 750px;
}



#mainContent a:link    {
	color: #000066;
	text-decoration: underline;
}
#mainContent a:active  {
	color: #000066;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #6666CC;
	text-decoration: underline;
}
#mainContent a:hover   {
	color: #6666CC;
	text-decoration: underline overline;
	background-color: #F5F5F5;
}



#footer {
	padding: 10px 10px 5px 20px;
	border-top: 2px solid #000066;
	background: #eeeeee;
} 

#footer p{
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 10px;
} 


.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;
}

.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}

.centertitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000066;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.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;
}

/* reusable class for columns */
.columnLeft{
	float:left;
	width:230px;
	margin-left:10px;
}
.wideColumnText650 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 650px;
}


.noTopMargin {
	margin-top: 0px;
	padding-top: 0px;
}

.noBottonMargin {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.left {
	text-align:left;
	}
	
.red {
	color: #990000;
}
.right {
	text-align:right;
	}

/*Spacer div to follow multiple floated items */
.spacer {
	clear:both;
	}
.superscript {
	font-size: 75%;
	vertical-align: 50%;
	color: #990000;
}
.titleBlue {
	font-family:Arial, sans-serif;
	color:#000088;
	font-size:1em;
	letter-spacing: 1px;
}

.titleBlueBold {
	font-family:Arial, sans-serif;
	color:#000088;
	font-size:1em;
	letter-spacing: 1px;
	font-weight: bold;
}

.titleRed {
	font-family:Arial, sans-serif;
	color:#990000;
	font-size:1em;
	letter-spacing: 1px;
}
.titleChristmas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #009900;
	line-height: 1.25em;
	letter-spacing: 1px;
}


.titleUpper {
	text-transform: uppercase;
	color: #000066;
	letter-spacing: 1px;
}

.titleSunUpper {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#000080;
	background: url(../images/designElments/sun_color30X15.jpg) no-repeat 0px center;
	text-indent: 35px;
	vertical-align: middle;
	padding-bottom: 0px;
}

.tableNoBoarder {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tableNoBoarder tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.noteRight{
	background: #FFFFCC;
	padding: 8px;
	border: 1px solid #000066;
	margin: 5px;
}

.noteCenter{
	background: #FFFFCC;
	padding: 4px;
	text-align: center;
	margin: 5px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
	letter-spacing: 1pt;
	border: 1px dashed #000033;
}

.noteCenterBoarder{
	background: #FFFFCC;
	padding: 3px;
	text-align: center;
	margin: 5px;
	color: #000066;
	border: 1px solid #000066;
}
.noteCenterBoarder p {
	text-align:center;
	}

.announcement {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #000066;
}

.boxItalicCenter400{
	font-style: italic;
	text-align: left;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.photoBoxRight250 {
	padding: 5px;
	float: right;
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
	color: #990000;
	width: 250px;
	border: 1px solid #000066;
	margin-right: 10px;
}


.photoBoxLeft250 {
	padding: 5px;
	float: left;
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
	color: #990000;
	width: 250px;
	border: 1px solid #000066;
	margin-right: 10px;
}
.photoBox {
	padding: 5px;
	float: right;
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
	color: #990000;
	border: 1px solid #000066;
	width: 250px;
}

.photoBox300Left {
	padding: 3px;
	float: left;
	text-align: center;
	font-style: italic;
	color: #990000;
	border: 1px solid #000066;
	width: 305px;
	line-height: 1.8em;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.photoBox150rt {
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 155px;
	margin-left: 10px;
	padding: 5px;
}
.photoBox200rt {
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 205px;
	margin-left: 10px;
	padding: 5px;
}

.photoBox200lft {
	float: left;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 205px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
}




.photoBox300 {
	padding: 3px;
	float: right;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	color: #990000;
	border: 1px solid #000066;
	width: 305px;
	line-height: 1.8em;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 8px;
}
.photoBox350 {
	padding: 5px;
	float: right;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	color: #990000;
	border: 1px solid #000066;
	width: 350px;
	
}
.calendar Table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
.calendar td, th {
	text-align: left;
	font-weight: normal;
}
.td_Right {
	text-align: right;
}
