.leftBg {
	background-color: #FFFFFF;
	background-image: url(images/leftFlag.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.main {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/mainTextBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	color: #000033;
	background-image: url(images/stripe.gif);
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #690404;
	background-color: #E2EAF9;
	padding-left: 2px;
}
h1 {
	color: #680404;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #27529E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #680404;
	border-right-color: #680404;
	border-bottom-color: #680404;
	border-left-color: #680404;
}
a:link {
	color: #27529E;
}
a:visited {
	color: #27305F;
}
a:hover {
	font-weight: bold;
	color: #253465;
}
a:active {
	color: #680404;
}
.sub {
	font-weight: bold;
	color: #6B0000;
}
