/* CSS Document */
body {
	background-image: url("fullbgbright.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

.subbody {
	background-image: url("fullbg4.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	font-size:12px;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
	
.headerbold {
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.smallheader {
	font-size:14px;
	font-family : Verdana, Arial, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	}	
	
.smallheaderyellow {
	font-size:14px;
	font-family : Verdana, Arial, sans-serif;
	color: #FFFF99;
	font-weight: bold;
	}	

.pullquote {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
	font-weight: 200;
	background-color: #FFFFFF;
	}	

.backtotop {
	}
	
#bg {
	width: 180px;
	}
	
	
/* Index List & Link Styles */

#navindex li {
	display: inline;
	padding-right:6px;
	font-size:14px;
	}

#indexnames li {
	list-style:none;
	}
	
.letter {
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	color: #FFCC33;
	padding-bottom:10px;
	}
	
ul a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;
}
ul a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;

}
ul a:hover {
	color:#FFCC33;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;
}
	
/* This is the transparent box */
#transbox {
	width: 180px;
	background-color: #FFFFFF;
	margin: 5px;
	border: 1px solid black;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}

a:link {
color:#FFCC33;
text-decoration:none;
font-weight: bold;
}
a:visited {
color:#FFCC33;
text-decoration:none;
font-weight: bold;
}
a:hover {
color: #FFFFFF;
text-decoration:none;
font-weight: bold;
}
a:active {
color: #FFCC33;
text-decoration:none;
font-weight: bold;
}

hr
{
width: 95%;
color: #FFF252;
height: 1px;
}

hr.top
{
width: 100%;
color: #FFF252;
height: 2px;
}

hr.sponsors
{
width: 100%;
color: #FFF252;
height: 1px;
}
