/* CSS Document */

body {
	background-color: #aeaeae;
	background-image: url(images-common/body-bkgr.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}

/* This manages the full design size */

#wrapper {
	width:977px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images-common/content-bkgr.png);

}

/* This is the header area only */

#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}

/* This is the horizontal menu */

#nav {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	;
	height: 23px;
	padding-right: 5px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images-common/nav-bkgr.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 4px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
}
#nav a:active {
	color: #FFFF00;
	text-decoration: none;
}
/* This is  the area where the top border image of the content area goes */

#content-top {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images-common/content-top.png);
	height: 29px;
}

/* This is the full content area, which consists of two columns */

#content-main {

}

/* This is the left side of the content, which contains the main content */

#content-left {
	width:273px;
	line-height: 1.7em;
	margin-left: 14px;
	float: left;
	clear: left;
	background-image: url(images-common/dancers.png);
	background-repeat: no-repeat;
	padding-top: 150px;
}
#content-left h1{
	font-size: x-large;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding-top: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: -15px;
	margin-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #65C7BF;
}

#content-left h2{
	font-size: medium;
	padding-left: 0px;
	font-weight: bold;
	padding-right: 5px;
	font-family: "Lucida Handwriting", "Monotype Corsiva", "Arial Black";
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content-left h3{
	font-size: medium;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding-left: 6px;
	margin: 0px;
	color: #FFFFFF;
}
#content-left p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	line-height: 1.9em;
}
#content-left a {
	color: #FFFFFF;
	text-decoration: none;
}
#content-left a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#content-left a:hover {
	color: #03726F;
	text-decoration: none;
	background-color: #65C7BF;
}
#content-left a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* This is the right side of the content, which contains announcements and things */

#content-right {
	width:670px;
	float: left;
	clear: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: small;
	color: #03726F;
	line-height: 1.5em;
	padding-left: 0px;
	padding-right: 0px;
}
#content-right hr {
	color: #D0EEEC;
}

#content-right h1{
	font-size: large;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding-top: 0px;
	padding-left: 5px;
	color: #03726F;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: -15px;
	margin-left: 8px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D0EEEC;
}
#content-right h2{
	font-size: medium;
	padding-left: 0px;
	font-weight: bold;
	padding-right: 5px;
	font-family: "Lucida Handwriting", "Monotype Corsiva", "Arial Black";
	color: #39B1A9;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#content-right h3{
	font-size: medium;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding-left: 15px;
	margin: 0px;
	color: #03726F;
}
#content-right h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #01A29D;
	padding-left: 16px;
	font-size: small;
	font-weight: bold;
}

#content-right p {
	padding-left: 17px;
	margin-right: 17px;
}
#content-right li {
	padding-left: 17px;
	margin-right: 17px;
}
/* This is the footer with the bottom image as a background and alternate navigation */
#content-bottom {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images-common/content-bottom.png);
	height: 20px;
}
#footer {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: normal;
	width:977px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images-common/content-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #AEAEAE;
	height: 20px;
	padding-top: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #CC0033;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


/* This is the footer with the copyright language and contact info */
#footerContent {
	float:left;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: normal;
	width:977px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerContent div{
	padding:0px;
	float:left;
}
#footerContent a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footerContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footerContent a:hover {
	color: #CC0033;
	text-decoration: underline;
	font-weight: normal;
}
#footerContent a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer-left {
	width:49%;
	float: left;
	margin-left: 22px;
}
#footer-right {
	width:47%;
	float: left;
}
/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */
.photoRight {
	color: #33AEA7;
	font-size:x-small;
	text-align: center;
	float: right;
	padding: 5px;
	line-height: 1.3em;
}
.highlightEvents {
	color:#03726F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 15px;
	line-height: 1.3em;
}
.highlightEvents th{
	background-color: #03726F;
	color: #FFFFFF;
}
.highlightEvents td{
	background-color: #FFFFFF;
	color: #05728B;
	padding: 5px;
	border: 1px solid #39B1A9;
}

.slideshowTable {
	margin-left: 22px;
	background-color: #000000;
}
.slideshowTable td{
	background-color: #000000;
	color: #05728B;
	padding: 0px;
}

.tabulardata {
	color:#03726F;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: x-small;
	margin-left: 15px;
}

.tabulardata th{
	background-color: #04A29E;
	color: #FFFFFF;
	padding: 3px;
	font-size: large;
}
.tabulardata td{
	color: #03726F;
	padding: 5px;
	font-size: x-small;
}
.whiteText {
	color: #FFFFFF;
}
.redText {
	color: #CC0000
}
.yellowText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFF00;
}

.graySmall {
	color: #999999;
	font-size: 9px;
}
.eventTable {
	font-size: x-small;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 1.2em;
}
.eventTable hr {
	color: #65C7BF;
}
.rightPanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #04A29E;
	float: right;
	padding-right: 10px;
	margin-left: 0px;
}
.rightPanel img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.surveytable {
	color:#03726F;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: x-small;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #04A29E;
	border-right-color: #04A29E;
	border-bottom-color: #04A29E;
	border-left-color: #04A29E;
}

.surveytable th{
	background-color: #04A29E;
	color: #FFFFFF;
	padding: 3px;
	font-size: x-small;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #03726F;
}
.surveytable td{
	color: #03726F;
	padding: 5px;
	font-size: x-small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #04A29E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #04A29E;
}
