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

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

a:active {
	text-decoration: none;
	color: #2a2a2a;
	}

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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #000c2a;
	text-align: center;
	}

#header {
	background: #fff;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 2px solid #c40000;
	padding: 0;
	}

#header h1 {
	width: 100%;
	height: 86px;
	margin: 0;
	padding: 0;
	text-indent: -9999999px;
	background: url(images/banner.jpg) no-repeat 50% 0;
	}

#header h1.espanol {
	width: 100%;
	height: 86px;
	margin: 0;
	padding: 0;
	text-indent: -9999999px;
	background: url(images/banner_espanol.jpg) no-repeat 50% 0;
	}

#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	}

#nav ul {
	list-style-type: none;
	padding: 9px 0;
	margin: 0;
	text-align: center;
	}

#nav ul li {
	display: inline;
	}

#nav ul li a {
	padding: 8px 22px;
	margin: 0 4px;
	text-decoration: none;
	color: #000;
	background: url(images/button.jpg) no-repeat 50% 0;
	}

#nav ul li a#current {
	padding: 8px 22px;
	margin: 0 5px;
	text-decoration: none;
	color: #000;
	background: url(images/button.jpg) no-repeat 50% -60px;
	}

#nav ul li a:hover {
	color: #000c2a;
	background: url(images/button.jpg) no-repeat 50% -30px;
	}

#centercontent {
	text-align: left;
	margin-left: 18%;
	margin-right: 18%;
	width: 63%;
	background: #fff;
	border-top: 2px solid #c40000;
	border-left: 2px solid #c40000;
	border-right: 2px solid #c40000;
	border-bottom: 2px solid #c40000;
	min-height: 320px;
	}

#centercontent h2 {
	margin: 10px;
	padding: 0;
	}

#centercontent p {
	margin: 10px;
	}

#leftcontent {
	float: left;
	width: 18%;
	text-align: center;
	padding-top: 10px;
	}

#leftcontent p {
	color: #ffffff;
	font-size: 14px;
	}

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

#rightcontent {
	float: right;
	width: 18%;
	text-align: center;
	padding-top: 10px;
	}

#rightcontent p {
	color: #ffffff;
	font-size: 14px;
	}

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

p {
	margin: 0px 10px 10px 10px;
	}

form {
	margin: 0px 10px 10px 10px;
	}

img.right {
	float: right;
	padding: 10px;
	}

img.left {
	float: left;
	padding: 10px;
	}

p.center {
	text-align: center;
	margin: 0px 10px 10px 10px;
	padding: 0;
	}

.clear {
	clear: both;
	}

#footer {
	background: #fff;
	width: 100%;
	margin-top: 15px;
	padding: 10px 0 10px 0;
	border-top: 2px solid #c40000;
	border-bottom: 2px solid #c40000;
	}

#footer p {
	text-align: center;
	margin: 0 10px 0 10px;
	}