/* ---------- TOP ---------- */
* {
	margin: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #CD0000;
	padding: 0;
	border: 0;
	margin: 25px 0px;
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #CD0000;
}
.splash {
	background: #CD0000;
	margin-left: 0px;
	margin-top: 15px;
}

/* -------------- div -------------- */
#container {
	width: 760px;
	text-align: center;
	overflow: visible;	
	background-color: #FFFFFF;
	padding: auto;
	border: auto;
	margin: 0px auto;
}

#header {
	height: auto;
	width: auto;
	padding: 20px;
	border: auto;
	margin: auto;
}

#middle {
	position: relative;
	height: auto;
	width: 760px;
	padding: auto;
	border: auto;
	margin: 20px auto;
	background-color:#FFFFFF;
}

#footer {
	height: auto;
	width: auto;
	padding: auto;
	border: auto;
	margin: auto;
	background: top center no-repeat;
	color: #000000;
}


/* --- CONTENT --- */
#content {
	height: auto !important;
	height: 800px;
	width: auto;
	padding: auto;
	border: auto;
	margin: 0 50px 0 50px;
	background-color: #FFFFFF;
	text-align: left;
}
#content-wide {
	height: auto !important;
	height: 800px;
	width: auto;
	padding: auto;
	border: auto;
	margin: 0 20px 0 20px;
	background-color: #FFFFFF;
	text-align: left;
}

#spotLight {
	width: 100%;
	height: 300px;
	padding: 3px 0px 3px 0px;
	border: solid;
	margin: 0px;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	background-color: #FFFFFF;
	border-color: #CD0000;
}
#spotLight img {
	margin: 5px 5px 5px 20px;
}

#spotLightText {
	width: 350px;
	float: right;
	padding: 5px 5px;
}

#linkListB {
	height: auto;
	width: 70%; 
	padding: 10px 0px 10px 0px;
	border: solid;
	margin: auto;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	background-color: #FFFFFF;
	border-color: #CD0000;
	font-weight: bold;
}
#splash {
	text-align: center;
}


/* --- TEXT SPECS --- */

#text-center {
	margin: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
.small {
	font-size: 13.3px;
	line-height: 19px;
}

#text-left {
	margin: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
.black {
	margin: 10px;
	color:#000000;
	font-size: 13.3px;
	line-height: 19px;
}
.black-indent {
	margin: 0 0 0 50px;
	color:#000000;
	font-size: 13.3px;
	line-height: 19px;}

#text-right {
	margin: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: right;
}
#text-indent {
	margin: 0 0 0 50px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}

#menu {
	color: CD0000;
	border: 0;
	padding: 0;
}
.header {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0 0 0;
}
.descrip {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 4px;
}
.text {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin: 7px;
}

/* ---------- h1, h2, h3 ---------- */
h1, h2, h3 {
 	display: block;
}

#content h1 {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	font-weight: normal;
}
#content h2 {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
}

#content h3 {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

/* ---------- TABLES ---------- */
table {
	width: 98%;
	border: 1px;
	border-color: #CD0000;
	border-style: dotted;
	padding: 0;
	margin: 0;
}
.nobord {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
tr {
	padding: 0;
	border: 0;
	margin: 0;		
}
td {
	padding: 0;
	border: 0;
	margin: 3px;
}
.topp {
	vertical-align: top;
}
th {
	font-weight:bold;
	font-size: 13px;
	line-height: 16px;
	border: 0;
	background-color: #EEFFEE;
}

/* ------- LINKS ------------- */

a {
	outline: none;
	text-decoration: none;
}
a:link {color: #CD0000}     /* Standard Red */
a:visited {color: #CD0000}  /* Dark Red */
a:hover {
	color: #000000;    		/* Black */
	text-decoration:underline;
}
a:active {color: #FF0000}   /* Bright Red */


#splash a {
	color: #FFFFFF;			  		/* White */
	text-decoration: none;
}
#splash a:visited {color: #FAFAE6}  /* Beige */
#splash a:hover {
	text-decoration:underline;
	color: #FFFFFF;    				/* White */
}
#splash a:active {color: #850000}   /* Dark Red */

/* ---------- MISC ---------- */

hr {
	display: block;
	border: none;
	width: 500px;
	height: 2px;
	background: #CD0000;
}

img {
	border: none;
}

#rphoto {
	float: right; 
	margin: 10px 10px;
}
#lphoto {
	float: left; 
	margin: 10px 10px;
}
#cphoto {
	margin: 10px 10px;
}
