/*Whole Page*/

#wrapper {
	margin: auto;
	width: 750px;
}

/* Main Containers */
#header {
	width: 750px;
	margin-bottom: 7px;
}

/* Top Navigation Buttons*/
#navbar {
	width: 750px;
	margin-bottom: 7px;
}

#navbar td a {
	background-image:url(../images/navbarback.gif);
	display: block;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 14px;
}

#navbar td a:hover {
	background-image:url(../images/navbarbackhov.gif);
}

/* Headers, Paragraphs and links within contents */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #003399;
	text-decoration: none;
	display: block;
	width: 590px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	padding-right: 5px;
	padding-left: 5px;
}

#main td a {
	text-decoration: none;
}