body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #595959;
}
body {
	background-color: #27537F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 160%;
}
a:link {
	color: #2B5782;
}
.img {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a:visited {
	color: #2B5782;
}
a:hover {
	color: #2B5782;
}
a:active {
	color: #2B5782;
}
.left-bg {
	background-image: url(images/left-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.right-bg {
	background-image: url(images/right-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #3B668F;
	line-height: 100%;
}
h2 {
	font-size: 18px;
	color: #3B668F;
	font-weight: normal;
}
h3 {
	font-size: 17px;
	color: #212121;
	font-weight: normal;
}
li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
.footer {
	font-size: 12px;

}
.center-image {
	text-align: center;
}
p.footer {
float:left;
width:300px;	
}
p.footer-right {
float:right;
width:250px;	
}