@charset "utf-8";
/* CSS Document */
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	border-style: solid;
	border-width: 2px;
}


#menu li{
	list-style:none;
	display:inline;
	padding:20px;
	color:#FFF;
}
#menu a{
	color:#FFF;
}
#basictext{
	width:500px;
	text-align:justify;
	margin-right:300px;
	
}
#basictext h2{
	margin-bottom:0; text-align:left;
}
#basictext h3{
	text-align:center;
	margin-bottom:0;
	border-style:solid;
	border-bottom:thin 2px;
	border-left:0;
	border-right:0;
	border-top:0;
}
#bio h3{
	text-align:center;
	margin-bottom:0;
	border-style:solid;
	border-bottom:thin 2px;
	border-left:0;
	border-right:0;
	border-top:0;
}
#bio h4{
	text-align:left;
	margin-bottom:0; 
}
#basictext h4{
	text-align:left;
	margin-bottom:0; 
}
#basictext p{
	margin-top:0;
}
#basictext ul{
	text-align:left;
}
.gbutton {
	border: 5px outset #00002B;
	background: #00002B;
	color:#FFF;
	font-weight: bold;
	font-size: 15px;
}
.gform{
		border: 2px solid;
		font-size: 15px;
		margin:0;
		margin-bottom: 1px;
		background-color:#FFF;
		color:#000;
}