@charset "UTF-8";
/* CSS Document */
body{
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
}
.main{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {
		color: #000000;
		background-color: #FFFFFF;
		height: 125px;
		width: 900px;
		padding: 20px;
		border-bottom: medium;
		border-bottom-color: #990000;
		border-bottom-style: solid;
		
}
.content{
		color: #000000;
		background-color: #FFFFFF;
		width: 700px;
		padding: 10px;
		float: right;
}
.nav{
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	float: left;
	width: 125px;
	border-bottom: medium;
	border-bottom-color:#990000;
	border-bottom-style: solid;
}
.footer{
	height: 100px;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 900px;
	float: left;
	color: #000000;
	padding-bottom: 10px;
}

#center{
	text-align: center;
}
#left{
text-align: left;
}
#caption{
font-size: 14px;
text-align: center;
}

a:link{
	color: #000000;
	}
a:active{
		color: #000000;
}
a:visited{
	color: #000000;
}
a:hover{
		font-weight: bolder;
}