

body {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #232323; 
}

/*The link style is just to be different. I don't like
underlined links. */
a {
	font-weight: bold;
	text-decoration: none;
	color: #232323;
}

a:visited{
	
}

a:hover{
	color: #808D9F;
}

img{
	border: medium solid White;
}

/*This is the table style.*/
table{
	width: 100%;
	border: 1px solid #232323;
}

table th{
	color: white;
	background-color: #808D9F;
	text-align: left;
	margin: 0;
	padding: 2px;
}
table tr{
	margin: 0;
	padding: 2px;
	border: 1px solid #232323;
}

table td{
	margin: 0;
	padding: 2px;
	border: 1px solid #232323;
}

table td ul{ 
	list-style: circle;
	margin-left: 16px;
}

.title {
	font: bold 36px;
	margin: 20px;
}

/*This style is for the container of the whole page. It is 
essentially for spacing and sizing.*/
#container { 
	display: block;
	position: relative;	
	width: 760px;
	margin: 0px auto;		
}

/*This style is for the header*/
#header{
	background: transparent;
	height: 50px;
	padding: 0;
   margin-top: 40px;
	margin-bottom: 0;
	/*border: solid #232323 1px;*/
}

#header h1{
	/*font: 18px;*/
	font-size: 22px;
	margin: 0;
	text-align: center;
}

#header h2{
	/*font: 30px;*/
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

/*This is the style for the links menu below the header*/
#menu{
	font-size: 12px;
	background: transparent;
	margin-bottom: 5px;
	margin-top: 20px;
	width: 760px;
	border-top: 5px #232323 solid;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li{
	float: left;
	text-align: center;
	width: 190px;
}

#menu ul li a {
	margin: 0;
	padding: 2px;
	color: white;
	background: #808D9F;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

#menu ul li a:hover {
	margin: 0;
	padding: 2px;
	color: black;
	background: #808D9F;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

/*This is the style for the main content section*/

#content{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 5px #808D9F solid;
	height: 100%;
	
	
	/*display: block;*/
	/*border: 1px solid black;*/
}

#content p{
	margin-left: 20px;
	margin-right: 20px;
}

#content h2{
	color: white;
	background-color: #808D9F;
	padding: 2px;
	padding-left: 5px;
	width: auto;
	font-size: 16px;
	/*border-right: 550px solid white;*/
	border-left: 5px solid #232323;
}


/*This is the style for the footer section*/

#footer{
	font: Terminal;
	font-style: oblique;
	font-size: x-small;
	color: #232323;
	border-top: 10px #232323 solid;
	/*border: 1px solid black;*/
}

#footerImg{
	float: right;
	width: 200px;
	text-align: right;
}

#footerText{
	float: left;
	width: 550px;
	
}

#footer p{
	margin: 0;
	padding: 0;
}






