body {
	background-image: url("images/bg-3.jpg");
}

table#outer {
	width: 750px;
	border-collapse: collapse;
	border: 2px #122C77 solid;
	background-color: white;
}

table#inner {
	width: 750px;
	background-color: #EAEFF3;
}

table#inner1 {     //affiliate resource table
	width: 750px;
	background-color: #ffffff;
}

td#top-bg-1 {
	width: 750px;
	height: 226px;
	background-image: url("images/top-bg-1.jpg");
}

td#top-bg-2 {
	width: 750px;
	height: 32px;
	background-image: url('images/top-bg-2.jpg');
}

.top-bg-2 {
	padding-top: 10px;
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
}

#top-bg-2 a, a:link, a:visited {
	text-decoration: none;
	color: #122C77;

}

#top-bg-2 a:hover {
	text-decoration: none;
	color: #ffffff;
}

td#left {
	width: 520px;
}

.left {
	margin-left: 20px;
	margin-right: 20px;
}

td#right {
	width: 230px;
}

td#affiliate {
	width: 600px;
}

td#resource {
	width: 740px;
}


p {
	margin-left: 20px;
	margin-right: 20px;
}

td {
	font-family: arial;
	font-size: 13px;
}

h1 {
	font-family: arial;
	font-size: 22px;
	color: #122C77;
}

h2 {
	font-family: arial;
	font-size: 18px;
	color: #122C77;
}


#navtop {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}

#navtop a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

#navtop a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a, a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #A00000;
}

.copyright {
	margin-bottom: 10px;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

// rounded corners

#roundedcorners {
	width: 220px;
}

.roundedcorners-top {
	margin-left: 0;
	width: 220px;
	height: 20px;
	background-image: url("images/rounded-corners-top.jpg");
}

.roundedcorners-middle {
	margin-left: 0;
	width: 220px;
	background-image: url("images/rounded-corners-middle.jpg");
	background-repeat: repeat-y;
}

.roundedcorners-bottom {
	margin-left: 0;
	width: 220px;
	height: 25px;
	background-image: url("images/rounded-corners-bottom.jpg");
}

#roundedcorners2 {
	width: 220px;
}

.roundedcorners-top2 {
	margin-left: 0;
	width: 220px;
	height: 20px;
	background-image: url("images/rounded-corners-top.jpg");
}

.roundedcorners-middle2 {
	margin-left: 0;
	width: 220px;
	background-image: url("images/rounded-corners-middle.jpg");
	background-repeat: repeat-y;
}

.roundedcorners-bottom2 {
	margin-left: 0;
	width: 220px;
	height: 25px;
	background-image: url("images/rounded-corners-bottom.jpg");
}

