A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; color: #000000;}

body {
	background-position: center center;
	background-repeat: repeat-y;
	background-image: url("../images/grade.png");
	margin: 0 auto;
	background-color: #006699;
	font-family: arial;
	font-size: 20px;
}

img {
	border: none;
}

.container {
	margin: 0 auto;
	width: 800px;
	background-color: #99ccff;
}

.title {
	color: #ffffff;
	background-repeat: no-repeat;
	background-image: url("../images/title_top.png");
	height: 20px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #3399cc;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header {
	text-align: center;
	overflow: auto;
	background-repeat: no-repeat;
	background-image: url("../images/top.png");
	margin-top: 10px;
	width: 800px;
	background-color: #3399cc;
}

.sidebar {
	float: left;
	text-align: center;
	width: 425px;
}

.logo {
	float: left;
	padding-right: 25px;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 25px;
}

.banner {
	padding-right: 25px;
	padding-top: 50px;
}

.register {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.content {
	width: 800px;
	background-color: #3399cc;
	overflow: auto;
}

.details {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	background-color: #3399cc;
}

.bio_container {
	background-image: url("../images/bio_background.png");
	background-repeat: no-repeat;
	background-color: #3399cc;
	overflow: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 50px;
	margin-left: 50px;
	padding-left: 25px;
	padding-right: 25px;
	width: 650px;
}

.bio_image {
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 150px;
}

p {
	color: #ccffff;
	font-family: arial;
	font-size: 15px;	
}

.text_italics {
	color: #ffffff;
	font-style: italic;
	font-family: arial;
	font-size: 20px;	
}

.text_large {
	color: #ffffff;
	font-family: arial;
	font-size: 30px;	
}

.text_medium {
	color: #ffffff;
	font-family: arial;
	font-size: 20px;	
}

.bio_text_medium {
	color: #ffffff;
	font-family: arial;
	font-size: 20px;	
}

.text_small {
	text-align: left;
	color: #ccffff;
	font-family: arial;
	font-size: 15px;	
}

.text_footer {
	word-spacing: 25px;
	color: #ccffff;
	font-family: arial;
	font-size: 15px;	
}

.text_footer a {
	color: #ccffff;	
}

.text_footer a:hover {
	color: #003366;	
}

.ulist {
	color: #ccffff;
	text-align: left;
	font-size: 15px;
	padding-left: 25px;
	margin: 0px;
}

.footer {
	text-align: center;
	background-image: url("../images/bottom.png");
	margin-bottom: 10px;
	width: 800px;
	height: 50px;
	background-color: #3399cc;
}
