body {
	background-color: #d6f1ff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Cambria, "Times New Roman", Times, serif;;
	font-size: 16px;
	line-height: 20px;
}

a:link, a:visited {
	color: #E52A00;
}
a:hover {
	color: #024F9D;
}

.table-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.content {
	background-color: #faf4ee;
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 280px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 30px;
}
h3 {
	color: #E52A00;
	font-size: 22px;
	line-height: 24px;
}

.nav {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.nav a:link, .nav a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
    color: #FFCC00;
	text-decoration: none;
}


.bulletMargin {
	margin-left: 45px;
}


.footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 771px;
	padding-top: 16px;
	font-size: 12px;
	line-height: 22px;
}

.footer a:link, .footer a:visited {
	color: #034F9B;
	text-decoration: none;
}

.footer a:hover {
	color: #990000;
	text-decoration: underline;
}
.red {
	color: #e52a00;
}
