body, html {
	margin: 0 auto;
	background-color: #cccc99;
	background-image: url(images/bg.jpg);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#003366;
}

a:link {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: underline;
	background-color: #ffff00;
}

.summary {
	font-weight: bold; font-style: italic;
	color: #003366;
}

#tabr1 {
	float: left;
	width: 100%; height: 17px;
	margin: 0 0 0 5px;
	padding: 0;
	overflow: hidden;
}

#tabr2 {
	float: left;
	width: 100%; height: 17px;
	margin: 0;
	padding-left: 15px;
	overflow: hidden;
}

#tabr3 {
	float: left;
	width: 100%; height: 17px;
	margin: 0;
	padding-left: 40px;
	overflow: hidden;
}


.menu {
	float: left;
	width: 158px; height: 17px;
	background-image: url(images/tabs.gif);
	text-align: center;
	line-height: 16px;
}

.menu2 {
	float: left;
	width: 95px; height: 17px;
	background-image: url(images/tab_sm.gif);
	text-align: center;
	line-height: 16px;
}

.menulink {
	font-family: Arial, sans-serif; font-weight: bold; font-size: 10px;
	text-decoration: none;
	padding: 3px 0 0 0;
}


#main {
	width: 600px; vertical-align: top; font-size: 13px;
	background-image: url(bg.gif);
	border: none;
}

#footer {
	font-size: 12px;
	text-align: center
}

#footer a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	color: Navy; font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}

h1 {
	font-size:38px;
	margin: 15px 0 5px 0;
}

h2 {
	font-size:32px;
	margin: 0 0 5px 0;
}

h3 {
	font-size:28px;
	line-height: 20px;
	margin: 15px 0 5px 0;
}

h4 {
	font-size:22px;
	margin: 0 0 5px 0;
}

h5 {
	font-size:20px; font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #cccccc;
}

#content {
	margin: 30px 50px 10px 100px;
	font-size: 15px;
	text-align: center;
}





