﻿/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px;}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	background: transparent;
	overflow:hidden;
}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
}
	
table { 
	border-collapse: collapse; border-spacing: 0;
}
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block;
}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
}

ol, ul { list-style: none; }




/* reset end */


/* Set Up for Hull of fame styles starts here */

html {
	background-color:#CCC;
}



#wrapper {
	background-color:white;
	width:900px;
	margin:0px auto;
}


#top {
	background-color:black;
	width:100%;
	height:181px;
}


#navbar {
	background-color:#666666;
	clear:both;
}
	#navbar ul {
		overflow:hidden;
		width:100%;
		float:left;
		margin: 0px;
		padding:0 0 0 6px;
		background-color:#666666;
		
	}
		#navbar ul li {	
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			color:white;
			width:100%;
			display:inline;
		}
			#navbar ul li a {
				float:left;
				padding:10px 8px;
				background-color:#666666;
			}
				#navbar a:link {
					color:white;
				}
				#navbar a:visited {
					color:white;
				}
				#navbar a:active {
					background-color:black;
				}
				#navbar a:hover {
					color:white;
					background-color:#CAB072;
				}
				#navbar a:focus {
					color:white;
				}

	
#subbanner {
	background-color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:white;
	width:100%;
	padding: 12px 0px;
	text-align:center;
	overflow:hidden;
}
	#subbanner p {
		line-height:125%;
	}


#rightside {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	width:210px;
	float:right;
	padding: 25px 10px 10px 10px;
	margin:40px 0;
	height:99%;
	text-align:left;
	border-left:0px #666666 solid;
	clear:both;
}
	#rightside ul div {
		width:180px;
		clear:both;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:black;
		margin:0 20px 10px 10px;
	}			
		#rightside p {
			padding:0px 5px;
			text-align:center;
			text-decoration:underline;
			text-decoration-color: #33f;
		}
			#rightside li a:link {
				color:#3333FF;
			}
			#rightside li a:visited {
				color:#33F;
			}
			#rightside li a:active {
				color:#33f;
			}
			#rightside li a:hover {
				color:#33f;
			}
			#rightside li a:focus {
				color:#33f;
			}
		
.side-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	font-style:italic;
	color:black;
	text-align:left;
	margin-bottom:15px;
}


#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:black;
	width:600px;
	margin-right:230px;
	padding: 33px 40px 20px 30px;
	text-align:left;
}
	#content p {
		margin:0 0 15px 0;
		line-height:111%;
	}
	
	#content h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		font-weight:bold;
		color:black;
		margin-bottom:6px;
		border-bottom:2px #CCCCCC solid; 
	}
			

.main-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:black;
	text-align:left;
	padding-bottom:25px;
	
}

.personnel {
	width:auto;
	height:auto;
}
	
	.img-column {
		width:90px;
		clear:both;
		height:auto;
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:2px #CCCCCC solid; 
	}
	
	.name-column {
		width: 110px;
		vertical-align:top;
		clear:both;
		text-align:center;	
		padding-bottom:15px;
		margin-bottom:15px;	
		border-bottom:2px #CCCCCC solid; 
		text-align: center

	}
	
	.info-column {
	vertical-align: top;
	font-size: 13.5px;
	line-height: 111%;
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px #CCCCCC solid;
	text-align: center;
}
	
	.spacer-column {
		width:10px;
		border-bottom:2px #CCCCCC solid; 

	}


#footer {
	background:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	padding:20px;
	text-align:center;
	clear:both;
}

