@charset "utf-8";
/* CSS Document */

body {
	background-color: #ab124a;
}

body, table {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

#linkTable {
	margin-left: 75px;
}

.header {
	background-color: #FFFFFF;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height:105px;
	width: 800px;
}

.image {
	border-style: double;
	border-color: #ab124a;
	margin: 10px;
}

#button {
	width: 125px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	margin-top: 50px;
	background-color: #ffffff;
	color: #333;
}

#button ul {
		list-style: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
		border: none;
}

#button li {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 1px;
}

#button li a {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: none;
		width: 100%;
		font-weight: bold;
		font-size: 12px;
}

#button li a:hover {
		background-color: #5bbcff;
		color: #ffffff;
}

html>body #button li a {
		width: auto;
}

#firstButton {
		border: solid;
		border-width: 1px;
		border-color: #178CBA;
}

#firstButton a {
	background-color: #ffffff;
	color: #178CBA;
}

#nextButton a {
		background-color: #178CBA;
		color: #ffffff;
}

.announcements {
	margin-left: auto;
	margin-right: auto;
}

.announcements td {
	background-color: #ffffff;
	width: 250px;
	font-size: 11px;
}

.announcements td a {
	font-weight: bold;
}

.announcements ul {
	margin-top: 5px;
	margin-right: 5px;
}

.announcements li {
	padding-bottom: 5px;
}

.boxHeading {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #178cba;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 0px;
}

.boxHeading a:link {
	display: block;
	color: #ffffff;
	font-size: 160%;
	text-decoration: none;
}

.boxHeading a:hover {
	color: #ffffff;
	font-size: 160%;
	text-decoration: underline;
}

.boxHeading a:visited {
	color: #ffffff;
	font-size: 160%;
	text-decoration: none;
}

.inner_box {
	border: solid;
	border-width: 3px;
	border-color: #178cba;
}

#facebook {
	margin-top: 15px;
}

#creditfooter {
display: none;
}


td {
	background-color: #ffffff;
}

.container {
	border-style: solid;
	border-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ab124a;
}

.footer td {
	background-color: #ab124a;
}

.rightSide {
	background-image: url(images/right_index.gif);
	background-repeat: repeat-y;
}

p {
	margin: 15px 0 15px 0;
}

ul {
	list-style-image: url(images/bullet.gif);
}

.photo {
	display: block;
	margin: 0px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #9b0e41;
}

td {
	margin:0px;
	padding: 0px;
}

.title {
	font-size: 140%;
	color: #C70A49;
	text-decoration: underline;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
}

.subtitle {
	font-size: 120%;
	color: #C70A49;
	text-decoration: none;
	font-weight: bold;
}

.subtitleSmall {
	font-size: 100%;
	color: #178CBA;
	text-decoration: underline;
	font-weight: bold;
}

.head {
	font-size:125%;
	text-decoration: none;
	color: #00000;
	font-weight: bold;
}

.text-bold {
	font-size: 100%;
	font-weight: bold;
}

.text-white {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}

.text {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}

.hometext {
	font-size: 130%;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
}

.text-small {
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text-small li {
	display: inline; /* Displays List as inline element */
	list-style: none;
	padding-right: 2px;
}

.text-small a:link {
	color: #ffffff;
}

.text-small a:hover {
	text-decoration: underline;
}

.text-small a:visited {
	color: #ffffff;
}

.text-smallbold {
	font-size: 75%;
	color: #000000;
	font-weight: bold;
}

#nav {
	width: 800px;
}

#nav ul {
	text-align: left;
	margin: 75px 0 0 125px; /* Margin for Unordered List */
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

#nav  ul li {
	margin: 0 0px 0 0; /* Margin for Tabs */
	display: inline; /* Displays List as inline element */
	list-style: none;  /* Hides Bullet List */ 	
}

#nav  ul li a {
	padding: 4px 3px 4px 3px; /* Top, Right, Bottom, Left */
	font-weight: bold;
	font-size: 12px;	
	border-bottom: none; 
}

#nav  a:link, #navigation  a:visited { 
	text-decoration: none;
	color: #178CBA;
} 
	
#nav  ul li a:link:hover, #navigation  ul li a:visited:hover {
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;		
}

#nav a:visited {
	color: #178CBA;
}
	
#subnav {
	margin: 20px 0px 0px 0px; /* Margin for Unordered List */
}

#subnav ul {
	text-align: left;
	margin: 10px 0px 0px 0px; /* Margin for Unordered List */
	padding: 0px 0px 0px 0px;
}

#subnav  ul li {
	margin: 0 4px 14px; 0; /* Margin for Tabs */
	list-style:none; /* Hides Bullet List */ 	
	line-height: 12px;
}

#subnav  ul li a {
	padding: 4px 6px 4px 0px; /* Top, Right, Bottom, Left */
	font-weight: bold;
	font-size: 12px;	
	border-bottom: none; 
}

#subnav  a:link, #navigation  a:visited { 
	text-decoration: none;
	color: #8c12aa;	
} 
	
#subnav  ul li a:link:hover, #navigation  ul li a:visited:hover {
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;		
}
	
.mission {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #e0c68b;
}

a {
	outline: none;
}

a:link {
	color: #178cba;
	text-decoration: none;
}

a:visited {
	color: #178cba;
	text-decoration: none;
}

a:hover {
	color: #178cba;
	text-decoration: underline;
}

a img {
	outline: none;
	border: none;
}

#missing {
	color: #FF0000;
}
