@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #000000;
}
body {
	background-color: #024f7e;
	background-image: url(../images/bkgrnd_gradient.jpg);
	background-repeat:repeat-x;
}
a {
	font-size: 10pt;
	color: #03507e;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03507e;
}
a:hover {
	text-decoration: underline;
	color: #0284d2;
}
a:active {
	text-decoration: none;
	color: #03507e;
}
.footer-right a{
color:#000066;
}
.footer-right a:link {
	text-decoration:none;
}
.footer-right a:visited {
	text-decoration:none;
	color:#000066;
}
.footer-right a:hover{
	color:#FFFFFF;
}
.footer-right a:active {
	text-decoration:none;
	color:#FFFFFF;
}

.footer-bottom a{
color:#FFFFFF;
}
.footer-bottom a:link {
	text-decoration:none;
}
.footer-bottom a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.footer-bottom a:hover{
	color:#000066;
}
.footer-bottom a:active {
	text-decoration:none;
	color:#000066;
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#003263;
}
h2 {
	font-size: 12pt;
	color: #0273B7;
}

#container {
position: relative;
width: 900px;
margin: auto;
}

div.header{ 
            position:absolute;
            width:900px; 
            height:50px; 
            left:0px; 
            top:0px;
}

div.flash{
            position:absolute;
            width:900px;
            height:152px;
            left:0px;
            top: 51px;
}
#content {
			position: relative;
			width: 900px;
			height: 447px;
			left:0px;
			top: 180px;
			background-image:url(../images/content_bkgrnd.gif)
}
div.nav {
			position: relative;
			width: 900px;
			height: 50px;
			left: 8px;
			top: 203px;
			background-image: url(../images/nav_tile.jpg);
			background-repeat: repeat-y;
			font-family:Arial, Helvetica, sans-serif;
			font-stretch: expanded;
			font-weight: bold;
			font-style: strong;
			font-size: 16pt;
			color: #0189DA;
			float:inherit;
}
div.page-title {
	position:absolute;
	top: 30px;
	left: 23px;
	width: 850px;
	height: 50px;
}

div.left-text {
			position:relative;
			top: 125px;
			left: 25px;
			width: 500px;
			height: 300px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10pt;
}

div.right-text {
			position:absolute;
			top:125px;
			left:595px;
			width:300px;
			height:300px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-style:strong;
			font-size:10pt;
			color:#0099FF;
}

#footer {
			position:absolute;
			top:695px;
			left:0px;
			width:900px;
			height:200px;
}
div.footer-line {
			position:absolute;
			top:2px;
			left:0px;
			width:900px;
			height:3px;
			background-image:url(../images/line.jpg);
			background-repeat:no-repeat;
			}

div.footer-left {
			position:absolute;
			top:10px;
			left:10px;
			width:400px;
			height:38px;
			background-image:url(../images/wecanhelp.gif);
			background-repeat:no-repeat;
}
div.footer-right {
	position:absolute;
	top:9px;
	left:432px;
	height:32px;
	width:465px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000066;
}
div.footer-bottom {
	position:absolute;
	top:51px;
	left:2px;
	height:25px;
	width:900px;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#FFFFFF;
}
