body {
	margin: 40px 20px 20px 20px;
	padding: 0px 0px 20px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url("../images/bg4.gif");	
	background-color: #336699;

}

/* IE hack to flush-up tables */
table {
	margin: -2px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#container {
	background-color: #ffffff;
	width: 800px;
	text-align: left;
	border: 1px solid #003366;
	background-color: #eeeeee;
}

h1 {
	font-size: 16px;
	color: #003366;
	margin-bottom: 0px;
	line-height: 20px;
}

h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 0px;
	padding-top: 4px;
	line-height: 18px;
}

h3 {
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
	line-height: 14px;
}

#navRow {
	background: url("../images/bg31.gif");
	height: 32px;
	width: 134px;
	text-align: center;
}

.nav {
	font-weight: bold;
	color: #333333;
}

a.nav {
	color: #333333;
	text-decoration: none;
}

a:hover.nav {
	color: #566779;
	text-decoration: underline;
}

a:visited.nav {
	color: #333333;
	text-decoration: none;
}
a:visited:hover.nav {
	color: #566779;
	text-decoration: underline;
}

.header {
	border: 0px;
}

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img.content {
	border: 1px solid #000000;
	margin: 4px 8px 4px 8px;
}

.footer {
	background: url("../images/bg32.gif");
	height: 80px;
	text-align:center;
	color: #333333;
	font-size: 10px;

}

a.footerLink {
	color: #333333;
	text-decoration: none;
}

a:hover.footerLink {
	color: #566779;
	text-decoration: underline;
}

a:visited.footerLink {
	color: #333333;
	text-decoration: none;
}
a:visited:hover.footerLink {
	color: #566779;
	text-decoration: underline;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #566779;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}
a:visited:hover {
	color: #566779;
	text-decoration: none;
}

.home {
	font-size: 14px;
	line-height: 16px;
}

hr {
	color:#336699;
	size: 1px;
	width: 100%;
	text-align: center;
}

li {
	padding-top: 4px;
}

ul {
	list-style-image: url("../images/rightArrowBlue.gif"); 
	margin-left: 25px;
	margin-top: 10px;
	font-weight: bold;
}



