@charset "UTF-8";
/* CSS Document */

/*------------ GLOBAL TAGS -----------*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	background-image: url(images/webbkg.gif);
	background-repeat: repeat;
	text-align: center;
}
a {
	color: #3399cc;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
p {
	line-height: 16px;
	color: #003366;
	padding-right: 15px;
}
h1 {
	text-transform: uppercase;
	color: #399;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #366;
	background-color: #9CC;
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font-weight: normal;
}
strong {
	color: #369;
}	
ul {
	list-style: disc;
	margin: 5px 0px 10px 20px;
	padding: 0px;
	color: #003366;
}
ul li {
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
.floatleft {
	float: left; 
	padding-right: 20px;
}
.floatright {
	float: right; 
	padding-left: 10px;
}


/*------------ END GLOBAL TAGS -----------*/


/*------------ INTERIOR PAGE TAGS -----------*/
div.container {
	background-image: url(images/topbkg.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: left;
}
div.header {
	width: 960px;
	height: 312px;
	margin: 0px auto;
	background-image: url(images/headbkg.gif);
	background-repeat: no-repeat;
}
div.body {
	width: 960px;
	margin: 0px auto;
}
td.nav {
	width: 307px;
	height: 312px;
	background-image: url(images/leftpanebkg.gif);
	background-repeat: repeat-y;
	text-align:left;
}
div.nav {
	width: 100%;
	height: 312px;
	background-image: url(images/navbkg.gif);
	background-repeat: no-repeat;
}
div.nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 0px 30px;
	color: #ffffff;
}
div.nav ul li {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 14px;
}
div.nav a {
	color: #ffffff;
	text-decoration: none;
}
div.nav a:hover {
	color: #3399cc;
	text-decoration: underline;
}
td.body {
	width: 653px;
	background-image: url(images/bodybkg.gif);
	background-repeat: repeat-y;
}
td.body div.content {
	width: 100;
	padding: 15px 21px 15px 20px;
}
td.footer {
	width: 945px;
	height: 21px;
	background-image: url(images/footerbkg.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 15px;
	color: #FFF;
}
/*------------ END INTERIOR PAGE TAGS -----------*/
