/* redefined HTML tags */

body {
	background-color: #000000;
	margin: 0px;
}

H1 {
	font-family: ³Trebuchet MS²,  Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #CC3333;
	margin: 30px 0px 6px;
}

p {
	font-family: Verdana,²Trebuchet MS²,  Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}


li {
	font-family: Verdana,²Trebuchet MS²,  Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	list-style-image: url(../images/arrowBullet.gif);
	text-align: bottom;
}

/* create rotating background image */

#background {
	background-image: url(../images/background/rotator.php);
	background-repeat: no-repeat;		
	list-style-image: url(../images/arrowBullet.gif);
	list-style-position: outside;
}



/* default link styles */

div.navigation {	font-family: Verdana,"Trebuchet MS",  Arial, sans-serif;
	font-size: 12px;}


div.navigation a:link, div.navigation a:active, div.navigation a:visited {	font-size: 12px; text-decoration: none;}

div.navigation a:hover, div.navigation a:visited:hover {	font-size: 12px; text-decoration: underline; color: #CC3333;}

a:link {
	font-family: Verdana,   Arial, sans-serif;
	font-size: 9px;
color: #000000;
	text-decoration: none;

}

a:active {
	color: #CC3333;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}

a:visited:hover {
	color: #CC3333;
	text-decoration: none;
}



/* header and text navigation positioning and styles */

#top{
	width: 100%;
	background-color: #000000;
		
}
	
.header {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 100%;
	}

#textnav {
	text-align: right;
	padding-right: 10px;
}

.textnav {
	font-family: Verdana,²Trebuchet MS²,  Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 16px;
	padding-top: 6px;
	padding-bottom: 3px;
}
	
.textnav a:link {
	font-family: Verdana,²Trebuchet MS²,  Arial, sans-serif;
	font-size: 9px;
	color: #FFCC33;
	text-decoration: none;
}

.textnav a:visited {
	color: #999999;
	text-decoration: none;
}

.textnav a:hover{
		color: #FFFFFF;
		text-decoration: none;
}

.active {
	text-decoration: underline;
	color: #CC3333
}



/* create padding space at bottom of main content area */

.white_filler {
	background-color: #FFFFFF;
	height:2%;
}


/* create container for main content */
div.container {
	width: 100%;
	background-color: #FFFFFF;
}

/* set righthand content paragraph width */

.right {
	height: 350px;
}


/* various text styles */


.text{
	width: 300px;
	vertical-align: bottom;
}

.text  a:link {
	color: #CC3333;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}


.home_text{
	width: 280px;
	padding-top: 6px;		
}

.bold_red {
	font-weight: bold;
	color: #CC3333;
}



/* home page rsvp link styles */

.rsvp_text {
	color: #FFCC00;
	margin-top: 16px;
}

.rsvp_text a:link{
	color: #CC3333;
	text-decoration: none;
}

.rsvp_text a:link:hover {
	color: #000000;
	text-decoration: none;
}


/* styles for alternate menu navigation */
.question {
	font-family: ³Trebuchet MS²,  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	margin-bottom: 6px;
	line-height: 13px;
	width: 320px;
}

.answers, .answers a:hover, .answers a:visited:hover {
	color: #CC3333;
font-size: 10px;
}
.answers a:link, .answers a:visited{
font-size: 10px;}



#menu {
	visibility: hidden;
	z-index: 1;
	display: inline;
	position: relative;
	top: 10px;
}

#menu1 {
	z-index: 1;
	
}


/* form styles */

select {
	font-family: Verdana, ³Trebuchet MS²,  Arial, sans-serif;
	font-size: 11px;
	margin-top: 0px;	
	margin-bottom: 10px;
	
}

input  {
	font-family: Verdana, ³Trebuchet MS²,  Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 11px;
	background-color: #FFFFFF;
}

textarea  {
	margin-bottom: 10px;
}



/* staff page email link styles */

.staff a:link {
	color: #CC3333;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.staff a:visited {
	color: #000000;
	text-decoration: none;
}

.staff a:hover {
	color: #CC3333;
	text-decoration: none;
}

.staff a:visited:hover {
	color: #CC3333;
	text-decoration: none;
}



/* footer positioning and styles */
.footer {
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	height:36px;
	width: 100%;
	}

.footer_txt {
	font-family: Verdana,²Trebuchet MS²,  Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	top: 12px;
	padding-right: 10px;
}


.copyright {
	font-family: Verdana,²Trebuchet MS²,  Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	padding-top: 16px;
}
.copyright a:link {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.colon {
	font-weight: bold;
	color: #FFCC33;
}
