/*Link Attributes*/
a img {border: none; }

a
{
  text-decoration:none;
	color: black;
}

a:hover 
{
	font-weight: bold;
}  

/*Site Attributes*/
body 
{
		 font-family: "Century Gothic", sans-serif;
		 font-size: 0.75em;
}

h2
{
		 background-color: darkred;
		 color: white;
		 font-size: 1.25em;
		 text-align: center;
}

h3 
{
	 	 background-color: darkblue;
		 color: white;
		 font-size: 1em;
		 text-align: center;
}

h4 {font-size: 0.75em;}

h5 
{
   		font-size: 1.25em;
			margin-bottom: 0px;
			margin-top: 0px;
}

hr {color: darkblue;}

ul 
{
  list-style-type: none;
	margin-top: 0px;
}

/*Classes*/
.clear {clear: both;}

img.brand { margin: 2.5px;}

img.center 
{					 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
}

p.center 
{
 	font-size: 1.2em;
	text-align: center;
}

/*IDs*/
.imagebox
{
 text-align: center;
 margin: auto;
}

#header
{
	background-color: white;
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#header p
{
 font-style: italic;
 text-align: center;
}

#header h1
{
	background-color: white;
	font-family: "Bookman Old Style", serif;
	text-align: center;
	margin: 0%;
}

#menu
{
	float: left;
	width: 19%;
	padding: 0.5%;
}

#menu ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#text
{
	float: right;
	width: 79%;
	padding: 0.5%;
}

#footer
{
	height: 2em;
	text-align: center;
}












