html, body {
	height: 100%;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E7EAF7;
	margin: 0px;
}
img a:link, img a:hover, img a:active, img a:visited {
	text-decoration: none;
	background-color: transparent;
}
p, table, td, ul, ol, li, fiv, span, blockquote {
	font-size: 12px;
	color: #000000;
	}
ul {
 	margin: 0;
	padding: 0;
	}
	
/* default links */
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #990000;
}
.smalltext {
	font-size: 11px;
	}
/* just to make the whole design center in firefox */
#centerwrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

TD.mainnav {
	margin: 0px;
	background-color: #FFFFFF;
	background-image:  url(/layout/navback.gif);
	background-repeat: repeat-x;
	padding: 2px 0px 0px 5px;
	
	}
TD.divider {
	margin: 0px;
	background-color: #6699CC;
	height: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
.blueback {
	background-color: #D3D9F1;
}
.greyback {
	background-color: #E2E2E2;
}
.listnobullets {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
}	
/* nav, content and footer are in this table with black borders on sides */	
.main {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #F3F5FB;
}

/* put in this table just to get the two columns */
.contenttable {
	margin: 0px;
	padding: 0px;
}

/* start of sidebar elements */
.sidebar {
	background-color: #6699CC;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3F5FB;
	padding: 0px;

}
.sidebar p {
	padding-top: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.sidebar-light {
	background-color: #D3D9F1;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3F5FB;
}
.sidebar-color {
	background-color: #D3D9F1;
	margin: 0px;
	padding: 0px;
}
.sidebar-light p {
	padding-top: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
/* start of main content elements */
.content {
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.content p {
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;

	}
	
h2 {
	color: #336699;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #D3D9F1;
	padding-left: 5px;


	}
h3 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E2E2E2;
	padding-left: 5px;



	}

.picttext {
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-align: center;
	}
	
.quote {
	font-size: 10px;
	font-style: italic;
	color: #808080;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin: 0px;
	padding: 2px 0px;

}
.coloredtable {
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px double #CCCCCC;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;


}	
	
/* start of headers and footers */
/* will have date or say navigation, just to continue header look across width of design */
.dateheader {
	background-color: #D3D9F1;
	margin: 0px;
	padding: 2px 2px 2px 5px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 190px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	text-align: right;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

}
.header {
	background-image: url(../layout/h1_back.jpg);
	background-repeat: repeat-y;
	height: 27px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.subfooter {
	background-image: url(../layout/subfooter_back.gif);
	background-repeat: repeat-x;
	height: 41px;
}
TD.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 20px;
	text-align: center;
}
td.footer a:link {
	color: #CEE3F2;
}
td.footer a:visited {
	color: #CEE3F2;
}
td.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;

	}
td.footer a:active {
	color: #CEE3F2;
	text-decoration: underline;
	}
img.borders {
	margins: 0px;
	background-color: #FFFFFF;
	padding: 3px;  /* only works in firefox */
	border: 1px solid #000000;
	margin: 3px;
	}


/*********** MAIN NAVIGATION  - HORIZONTAL DROP-DOWN ***********/
#nav1, #nav1 ul { /* all lists */
	margin: 2px 0 2px;
	padding: 0px;
	list-style: none; /* REQUIRED */
	line-height: 1.2; /* REQUIRED */
	width: 100%;
	}

#nav1 a { /* all menu links */
	display: block; /* REQUIRED */
	width: 105px; /* REQUIRED */
	color: #808080;
	text-decoration: none;
	text-align: center;
}

#nav1 li { /* all list items */
	float: left;  /* REQUIRED */
	width: 105px; /* REQUIRED */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	margin: 0px;
	padding: 1px 0 5px 2px;
	}

#nav1 li a {
	display: block;
	}
#nav1 li a:hover {
	color: #003366;
	}
#nav1 li ul { /* second-level lists */
	position: absolute; /* REQUIRED */
	background: #FFFFFF;
	width: 120px;
	left: -999em; /* REQUIRED */
	margin-left: 0px;
	text-align: center;
	margin-top: 3px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #999999;
}
#nav1 li ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 3px 0px;
	font-size: 11px;
	width: 100%;
	text-align: center;
	}

#nav1 li li {
	width: 120px;
	
}

#nav1 li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0px 0px 50px; /* REQUIRED */
}


a.nav-current {
	font-weight: bold !important; /* menu item for current page */
}

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li:hover ul ul ul ul, #nav1 li:hover ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul ul ul ul,
#nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul, #nav1 li.sfhover ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul ul ul ul { /* hide third-and-above-level lists */
	left: -999em; /* REQUIRED */
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li li li li:hover ul, #nav1 li li li li li:hover ul, #nav1 li li li li li li:hover ul, #nav1 li li li li li li li:hover ul, #nav1 li li li li li li li li:hover ul, #nav1 li li li li li li li li li:hover ul, #nav1 li li li li li li li li li li:hover ul,
#nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul, #nav1 li li li li.sfhover ul, #nav1 li li li li li.sfhover ul, #nav1 li li li li li li.sfhover ul, #nav1 li li li li li li li.sfhover ul, #nav1 li li li li li li li li.sfhover ul, #nav1 li li li li li li li li li.sfhover ul,  #nav1 li li li li li li li li li li.sfhover ul { /* show lists nested under hovered list items */
	left: auto;  /* REQUIRED */
}

.clear { /* content underneath the menu needs to be cleared */
	clear: left;
}
/*********** END MAIN NAVIGATION ***********/


/*********** SUBMENU NAVIGATION ***********/
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 190px;
	}
#subnav li {
	margin: 0px;
	padding: 0px;
}

#subnav a {
	display: block;
	padding: 5px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 190px;
	margin: 0px;
	}

#subnav a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}

#subnav ul ul li {
	margin: 0 0 1px;
	padding: 0px;
}

#subnav li li a {
	display: block;
	padding: 5px;
	width: 190px;
	color: #fff;
	background-color: #336699;
	text-decoration: none;
	margin: 0px;
	}

#subnav li li a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}
#subnav li li li a {
	display: block;
	padding: 5px 0px 5px 10px;
	width: 190px;
	color: #fff;
	background-color: #99CCFF;
	text-decoration: none;
	margin: 0px;
	}	

li.subnav-top {
	margin: 0px;
	padding: 0px 0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #99CCFF;
	}
li.subnav-sub {
	margin: 0;
	padding: 0;
	}

	
.subnav-current {
	color: #fff;
	background-color: #69C;
	display: block;
	padding: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 190px;
	margin: 0px;
	} /* menu item for current page */

/*********** END SUBMENU NAVIGATION ***********/


/*********** MODULES ***********/

/* EVENTS CALENDAR */
table.events-table {
	margin-top: 1em;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background: #FFFFFF;
	width: 400px;
}
table.events-table td {
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	margin: 0px;
	padding: 2px 4px 4px 4px;
	vertical-align: top;
}
table.events-table td a {
	text-decoration: none;
}	
td.events-months {
	background-color: #eeeeee;
	font-size: 0.9em;
	text-align: center;
}
.events-current-month {
}
td.events-arrow-month, td.events-arrow-year {
	background-color: #eeeeee;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}

td.events-header { /* month and year */
	background-color: #eeeeee;
}
td.events-header h2 { /* month and year */
	color: #333333;
	text-align: center;
	margin: 0px;
	padding-bottom: 4px;
}
td.events-subheader { /* days of the week */
	background-color: #cccccc;
}
td.events-subheader p { /* days of the week */
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
td.events-empty-day {
	height: 60px;
	width: 60px;
}
td.events-day {
	height: 60px;
	width: 60px;
	font-size: 0.9em;
}
td.events-current-day {
	background-color: #cccccc;
	height: 60px;
	width: 60px;
	font-size: 0.9em;
	font-weight: bold;
}
td.events-event-day {
	font-size: 0.9em;
	background-color: #eeeeee;
}
div.events-title {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}
span.events-date {font-weight: bold;}
span.events-location {font-weight: bold;}
/* detail view */
td.events-title {background: #eeeeee;}
td.events-title h3 {margin: 0px;}
td.events-date {background: #eeeeee;}
td.events-location {background: #cccccc;}

/* EVENTS SMALL CALENDAR */
.events-small-table {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-top: 1em;
	background: #FFFFFF;
}
.events-small-table td {
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	margin: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
table.events-small-table td a {
	text-decoration: none;
}
td.events-small-arrow-month {
	background-color: #eeeeee;
}
td.events-small-arrow-month a:link {
}
td.events-small-header { /* month and year */
	background-color: #eeeeee;
	color: #333333;
}
td.events-small-header p { /* month and year */
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
td.events-small-subheader { /* weekday headings */
	background-color: #cccccc;
	font-size: 0.8em;
	font-weight: bold;
}
td.events-small-empty-day {
}
td.events-small-current-day {
	background-color: #cccccc;
	font-weight: bold;
}
td.events-small-day {
}
td.events-small-event-day {
	background-color: #eeeeee;
}

/* EVENTS LIST */
h1.events-categories {
	border-bottom: solid 1px #999999;
}

/* EVENTS SMALL LIST */
div.events-small-list {
}
h2.events-small-list-category {
}
h3.events-small-list-title {
}


/* FORMS */
h1.form-title {}
.form-required {}
td.form-tdtext {}
td.form-tdreq {}
td.form-tdinput {}
.form-input {}
.form-select {}
.form-radio {}
.form-checkbox {}
.form-input-password {}
.form-submitbtn {}
.form-resetbtn {}


/* LINKS */
table.links-table {}
td.links-cell {}
h2.links-category {}
div.link {}
a.links-title {}


/*PHOTO GALLERY*/
table.photos-album-table {
	width: 90%;
}
table.photos-album-table td.photos-album {
	margin: 0px;
	padding: 20px 2px 30px 20px;
	background-color: #FFF;
	border: 1px solid #999;
	vertical-align: top;
}
h2.photos-album-header {
	display: block;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.photos-album-photobox {
	display: block;
	float: left;
	width: 170px;
	vertical-align: top;
	text-align: center;
}
img.photos-album-thumbnail {
	border: 1px solid #999999;
}
a:hover img.photos-album-thumbnail {
}
.photos-album-textbox {
	display: block;
	float: left;
	margin: 0px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}
.photos-album-link {}
.photos-album-lastupdated {
	font-size: 0.8em;
}

/* Pop-up Window */
#photos-view-body {
background: #FFF;
}
.photos-view-photo {
	border: 1px solid #999999;
}
.photos-view-button {
	margin: 5px;
}
.photos-fulllink {
	font-size: 0.7em;
}
div#capton {
text-align: center;
}
h2.photos-phototitle {
text-align: center;
}

/* Thumbnail View */
div.thumbnail {
margin: 0px;
}
div.thumbnail-top {
padding-bottom: 10px;
}
h2.thumbnail-album-title {
margin-top: 0px;
}
table.thumbnail-table td {
}
table.thumbnail-table td.thumbnail-pic {
margin: 0px;
padding: 8px;
vertical-align: top;
text-align: center;
}
table.thumbnail-table td.thumbnail-empty {
}
td.thumbnail-pic img {
	margin-bottom: 0.5em;
	border: 1px solid #999999;
}
td.thumbnail-pic a:hover img {
}
a.photos-album-link {}
p.photos-phototitle {
display: block;
margin-top: 0px;
margin-bottom: 1em;
text-align: center;
}
/*********** END MODULES ***********/
