body{
	font-family: Arial,sans-serif;
	color: #0000FF;
	line-height: 1.166;
	margin: 0 auto;
	padding: 0px;
	font-size: 20px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #009966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #990000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 75%;
	color: #FF9900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	padding: 5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#masthead{
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 800px;
	text-align: center;
}

#content{
	float:left;
	width: 400px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: justify;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#image{
	padding: 10px;
	float: left;
	margin: 0 auto;
	width: 330px;
}

#globalNav{
	color: #0000FF;
	padding: 10px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 800px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	font-style: italic;
}

#siteInfo{
	clear: both;
	font-size: 60%;
	color: #0033FF;
	padding: 10px 10px 10px 10px;
	margin-top: 0 auto;
	margin: 0 auto;
	width: 800px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 15px;
	vertical-align: middle;
}
