@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

#wholePage {
	width:750px;
	background-color:#36F;
	padding:25px;
	margin-left:auto;
	margin-right:auto;
	}

#logo {
	padding:10px;
	padding-bottom:0px;
	float:left;
}

#header {
}

h1.navHead {
	font-weight:bold;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-decoration: overline underline;
}

#navbar {
}

table {
	margin-top:40px;
	line-height:18px;
}

h3 {
	line-height:7px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#006;
}

h5 {
	line-height:4px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;

}

#footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:5px;
}

a:link {
	color:#000;
}
a:visited {
	color:#003;
}
a:hover {
	color:#F00;
}