@charset "utf-8";
/* CSS Document */

/* Red: bc2327  */

/* TABLES */
.siteholder {
	background: white;
	width: 980px;
	padding: 0;
	border: 0px solid black;
	text-align: center;

}

.topbar {
	background: #005897;
	width: 100%;
	padding: 0;
	border: 0;

}

.logo {
	background: white;
	width: 100px;
	padding: 0;
	border: 3px solid #bc2327;

}

.righthead {
	width: 100%;
	padding: 0;
	border: 0;
	text-align: center;

}

.topright {
	width: 100%;
	height: 80px;
	padding: 0px;
	border: 0;
	vertical-align: middle;
	text-align: center;

}

.navholder {
	background: #005897;
	width: 100%;
	height: 20px;
	padding: 0;
	border: 0;
	vertical-align: bottom;

}

.pageholder {
	background: white;
	width: 100%;
	height: 480px;
	padding: 0;
	border: 5px solid #bc2327;
}
.pageimg {
	background: white;
	width: 480px;
	padding: 0;
	border: 0;
}
.pagetext {
	background: white;
	width: 100%;
	padding: 0;
	border: 0;
}

.navlink {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
	width: 18%;
	background-color: #005897;
	color: white;
}

/* LINKS */
a {
	font-size: 13px;
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

/* TEXT */
.whitetext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	padding-bottom: 0px;
}
.page {
	color: white;
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
.bottom {
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
h2 {
	color: white;
	font-size: 26px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* FORMS */

#contact .buttons {
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 font-size: 15px;
 font-weight: bold;
 background-color: #ffffff;
 color: #000000;
 margin-right: 6px;
}
#login .text {
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 font-size: 13px;

}
