@charset "utf-8";
/* CSS Document */
body  {
	padding: 0;
	text-align: center;
	background-color: #025F57;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
}
#wrapper {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #000000;
	height: 2700px;
	margin-right: auto;
	margin-left: auto;
}
#events {
	width: 300px;
	background-image: url(../images/eventcal2.gif);
	background-repeat: repeat;
	background-position: center;
}

#headertop {
	background-color: #333366;
	height: 22px;
	width: 800px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #109E76;
	padding-top: 5px;
}

#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #000000;
} 
#header {
	height: 120px;
	width: 100%;
} 
#menu{
	position:relative;
	background-color: #025F57;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	text-align: left;
}

#topcurve {
	height: 78px;
	width: 100%;
	background-color: #333366;
	background-image: url(../images/i1b.gif);
}
#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	background-color: #000000;
	clear: left;
	text-align: left;
	height: 2500px;
	z-index: 2;
}
#bottomcurve {
	height: 69px;
	width: 800px;
	float: left;
	background-color: #333366;
	clear: left;
	background-image: url(../images/i2b.gif);
}
#footer {
	padding-top: 26px;
	padding-bottom: 5px;
	background-color: #025F57;
	height: 40px;
	float: left;
	width: 800px;
} 
a:link{
	color: #7171B5;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:visited{
	color: #7171B5;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	color: #109E76;
	font-size: 12px;
	font-weight: normal;
}
a.purple:visited{
	color: #7171B5;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	color: #109E76;
	font-size: 12px;
	font-weight: normal;
}
a.menu:link, a:visited{
	color: #04C4BA;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.menu:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

.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;
}
.text10n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text12noffwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #EFEFEF;
}
.text12boffwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EFEFEF;
}
.text12ngreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33cc99;
}
.text12nmenuon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B0FDF8;
}
.text12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text10ngreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #33cc99;
}
.text14ngreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #33cc99;
}
.text14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text14nwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.text14grb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #12261e;
}
.text12purpleb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7171B5;
}
.text12purplen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7171B5;
}
.text18purplen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7171B5;
}
.indent30 {
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #efefef;
}
.padding20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
ul{
	list-style:none;
	margin:0 0 0 20px;
	padding: 0;
}
li {
	text-indent: -10px;
	list-style-type: none;
} 
ul li{
	margin: 0 0;
	padding: 0 0 0 5px;
	line-height: 1.5em;
}
li ul{
	margin:0 0 0 30px;
	list-style:none;
}
li ul li{
    padding-left:0;
    background:none;
}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */
@media print{
ul {
    list-style:disc;
    margin-left:30px;
}
ul li {
    padding-left:0px;
    background:none;
}
} /* end print */

