@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000056;
}

img{
	margin: 0px;
}

a:link {
	color: #B10000;
	text-decoration: underline;
}

a:visited {
	color: #B10000;
	text-decoration: underline;
}

a:hover {
	color: #B10000;
	text-decoration: none;
}

#content{
	position: relative;
	margin: auto;
	width: 768px;
	background-color: #FFFFFF;
}

a.nav{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.nav{
	color: #FFFFFF;
	text-decoration: underline;
}

#nav{
	background: url(images/nav2.png);
	height: 37px;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	border-top: solid 2px #FFFFFF;
	vertical-align: center;
}


#text{
	margin: 0px 4px 0px 4px;
}

#footer{
	background: url(images/footer.png);
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
}

.navcell{
	text-align: center;
	border-right: solid 2px #FFFFFF;
}

.navcell2{
	text-align: center;
}

.header{
	color: #B10000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.semiemph{
	color: #000056;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.text{
	color: #000056;
}

.rounded { 
	border-left: solid 4px #B10000;
	border-top: solid 4px #B10000;
	border-bottom: solid 4px #B10000;
	border-right: solid 4px #B10000;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.margin {
	padding-left: 16px;
	padding-right: 16px;
}
