body{
	font-family: arial, helvetica, sans-serif;	
font-size: .8em;
color: #333;
//background-color: #B6DDFF;
background-color: #2d2d2d;
margin: 0px;
	color: #333;
}	

.stripe-1{
	background-color: #FFCC33; height: 4px;
}

.stripe-2{
	background-color: #CC33FF; height: 4px;
}


.stripe-3{
	background-color: #33FFCC; height: 4px;
}


h1{
		font-family: arial, helvetica, sans-serif;	
//margin-left: 120px;	
font-size: 6em;
//letter-spacing: -.08em;
//color: #FFB6DD;
color: #2d2d2d;


//float:left;
//clear:right;

padding-bottom: 0px;
margin:0px;
}

#term{
font-weight:bold;
//float:right;
}	

li{
	list-style:none;	
	
}	

#menu{
padding:0;
margin:0;

}

#menu li{
padding-top:0px;
padding-right:10px;
margin:0;
display:inline;	
//display:block;
	list-style:none;
//	border-bottom-style: solid;
//	border-right-style: solid;
//	border-left-style: solid;
//	border-width: 1px;
	width: 100px;
//	padding:.1em;
//text-transform: uppercase;

}

#wrapper{
	width: 670px;
	margin-left: auto;
	margin-right: auto;
//	border-left-style: solid;
//	border-width: 10px;
//	border-color: #ccc;
}


h2{
	font-size: 4em;
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: .9em;
}

h3{
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: .9em;
}



#content{
	background-color: #fff;
	width:650px;
	margin-top: 0px;
	//margin-bottom: 10px;
	padding: 10px;
	
}

#sub-header{
	//color: #FFB6DD;
	color: #2d2d2d;
	margin-top: 0px;
	margin-bottom: -2em;
	padding: 0px;

}

#header{
	background-color: #fff;
	width:650px;
	//margin-top: 10px;
	//margin-bottom: 10px;
	padding: 10px;
		
}	

#footer{
	background-color: #fff;
	padding: 10px;
	width: 650px;
	margin-top: 0px;
	//margin-bottom:500px;
	
}	


a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}

p{
	margin-top: .5em;
	padding-top: 0px;	
	
}	