html { 
	font-size: 100.01%; /* IE hack */
}
body {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color: #494949;
	font-size: 62.5%;  /* 16px  62.5% = 10px -- use .em for font sizes */
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/background.jpg);
	text-align: center;
	}
p {
	margin: 0 0 1em;
	}
h1, h2, #bigtitle, h1.banner {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-weight: bold;	
	letter-spacing: .1em;
	text-transform: uppercase;
}	
#bigtitle {
	font-size: 1.2em;
	letter-spacing: .3em;
	color: white;
	position: absolute;
	font-size: 3em;
	top: 255px;
	margin-left: 24px;
}
h1.banner {
	font-size: 1em;
	text-align: right;
	color: white;
	position: absolute;
	width: 400px;
	margin-top: 0px;
	margin-left: 494px;
	top: 257px;
	z-index: 2;
}
.rightcolumn {
	width: 320px;
	float: right;
	padding: 5px 5px 5px 20px;
}

a.nodecoration {
	text-decoration: none;
	color: #336633;
}

a.noline {
	text-decoration: none;
	color: #008CB2;
}
.larger {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	}

.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.caption {
	text-align: center;
	font-size: small;
}

.clearer{
	height:1px; 
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* Begin Structure */
#page {
	text-align: center;
	margin: auto;
	width: 920px;
	background-color: white;
/*	border: #D5DDC1 1px solid; */
	}

.content{
	font-size: 1.4em;
	text-align: left;
	margin: 10px 20px 10px 20px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}

#nav ul li{
	display : inline;
}

#nav ul li a{
	background-color : #FFFFFF;
	color : #494949;
	padding-left : .15em;
	padding-right : .15em;
}
#nav ul li a:hover{
	color : #000000;
	text-decoration : underline;
}

#footer {
	font-size: medium;
	font-size/* */:/**/medium;
	font-size: /**/medium;
	text-align: center;
	}

/* Begin Images */
img.framed {
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #8E925F;
}

img.alignright {
	padding: 4px;
	margin: 0px 2px 10px 12px;
}

img.alignleft {
	padding: 4px;
	margin: 0px 15px 20px 2px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Begin Underline style menu */
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
/* End Underline style menu */
