/* CSS Document */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;

}

a.hover {
 color: #000000;
 font-style: normal;
 text-decoration: underline;

}
/* CONTAINERS */
/**/
/**/
#wrapper {
	width: 990px;
	margin: 0px auto;
	height: auto;
	background: url(../images/cream_topbkgd.png);
	background-repeat: no-repeat;
	background-position:top;
}
#pagebottom {
	background: url(../images/cream_botbkgd.gif) no-repeat bottom;
}
#footer {
	width: 990px;
	margin: 10px auto 0px auto;
	font-size:11px;
	color: #FFFFFF;
	text-align:center;
}


#header {
		width: 990px;

		}
.logo {
	padding: 20px 15px 10px 15px;
	width:600px;
	float: left;
}




#page {
	width: 990px;
	height: 1100px;
	margin: 0px auto;
}

#page_map {
	width: 990px;
	height: 1330px;
	margin: 0px auto;
}

#page_short {
	width: 990px;
	height: 600px;
	margin: 0px auto;
}


#page_smgroup {
	width: 990px;
	height: 1100px;
	margin: 0px auto;
}

#page_staff {
	width: 990px;
	height: 2200px;
	margin: 0px auto;
}


.clear {
	clear: both;
}

/* INSIDEPAGES */
/**/

.IndexCard {
	background-image: url(../images/bkgd_indexcard.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 0px auto;
	height: auto;
}

.IndexCardContent {
	padding: 20px
}

.IndexCardBottom {
	background-image: url(../images/bottom_indexcard.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 845px;
}

/* FONTSTYLE */
/**/
.bullet ul li {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
}

.events_header {
	font-size: 16px;
	padding-top: 2px;
	line-height: 20px;
	font-weight: normal;
	color: #990000;

		}
		
.Header {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	}
		
.white {color: #ffffff;}

.intro {
	font-size: 14px;
	padding-top: 2px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;

		}