@charset "UTF-8";
/* Paslm1 Colors
	01004e - Dark Blue
	d00000 - Dark Red	
*/
body {
	background-color: #01004e;
	}

#outerWrapper {
	background-color: #433f3f;
	}
	
#innerWrapper {
	background-color: #ffffff;
	}


/* Positional */
	



/* Navigation */
#banner {
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}

#banner-background {
	z-index: 1;
	background-color: #FFFFFF;
	}

#navigation {
	/*margin-top: -6px;*/		/* forces the menu to butt against the graphic above it */
	padding-left: 35px;	/* This and the next number must equal 940 on a 960 grid layout */
	width: 917px;			/* width of menu */
	background-color: #01004e; 
	/*background-image: url(images/menu-background.jpg);*/
	/*overflow: hidden;*/  		/* lets the background color bleed through */
	}
	
/* ********************************* */
/* FOOTER */
/* ********************************* */
#footer {
	padding-left: 0px; 	/* This and the next number must equal 940 on a 960 grid layout */
	width: 950px;			/* width of menu */
	}

ul#footerlist li {
	width:150px; /* width of individual elements */
	list-style-type:none;
	display:inline;
	margin:0 0 10px 20px;
	float:left;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	}

#websitedev p {
	text-align:center;
	}

.websiteExpressText {
	font-size: 9px;
	text-decoration: underline;
	}	
/* ********************************* */


		
			
/* Classes */	
.imgBorder {
	border: 1px solid #752927;
	margin-bottom: 10px;
	}

.imgVBorder {
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #752927;
	}

.imgBanner {
	margin: 5px 5px 10px 5px;
	}

.center {
	text-align: center;
	}

.imgCaption {
	font-size: 80%;
	text-align: center;
	width: 250px;
	}

.list {
	margin-left: -25px;
	}

.list2 li {
	margin-bottom: 10px;
	}
	
.sponsor {
	height: 250px;
	border: 2px dashed black;
	padding-left: 10px;
	padding-top: 10px;
	}

.sponsorHeading {
	text-align: center;
	}
	

/* ID's */
#errors {
	color: red;
	}

#eMailAddress {
	font-size: .8em;
	}


/* Entities */
a {
	font-weight: bold;
	}
	


