body
{
	margin: 0 auto;
	padding: 0px;
	background: #2968A5;
	font-family: arial;
	font-size: 14px;
	color: #003491;
}

/* CSS STYLES FOR MAIN PAGE */
#wrap
{
	width: 1000px;
	background: #ffffff;
	margin: 0 auto;
}

#header
{
	width: 1000px;
	height: 119px;
	background: #FFFFFF;
}

#contentHolder
{
	width: 1000px;
	height: 100%;
	background: #FFFFFF;
}

#leftCol
{
	float: left;
}

#mainWave
{
	width: 789px;
	height: 247px;
	float: right;
}

#waveText
{
	position: relative;
	top: -210px;
	left: 70px;
	font-style: italic;
	font-size: 24px;
	color: #3A6A5A;
	font-family: times;
	width: 340px;
	text-align: left;
}

#mainContent
{
	width: 380px;
	height: 376px;
	text-align: left;
	float: left;
	padding: 25px;
	border-style: solid;
	border-color: #DBEAE8;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 25px;
}

#news
{
	padding-top: 30px;
	width: 350px;
	height: 316px;
	float: right;
	text-align: left;
	position: relative;
	left: -9px;
	border-style: solid;
	border-color: #DBEAE8;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

#newsColHeader
{
	width: 330px;
	color: #2C8073;
	font-size: 18px;
	font-style: italic;
	font-family: times;
}

#newsHeader
{
	font-size: 20px;
	color: #254F78;
	width: 300px;
	padding-top: 10px;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-color: #ABEADB;
}

#newsText
{
	width: 300px;
	padding-top: 10px;
	color: #546E74;
}

a.newsLink{
	color: #546E74;
	text-decoration: none;
}

/* Div Tags for Internal Pages Only */
a.internalLink{
	text-decoration: none;
	color: #00B49D;
}

a.backLink{
	color: #003491;
	text-decoration: underline;
}

#innerContentHolder
{
	width: 989px;
	height: 100%;
	background: #FFFFFF;
	border-style: solid;
	border-color: #DBEAE8;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
}

#innerContent
{
	width: 560px;
	height: 100%;
	float: left;
	text-align: left;
	padding: 10px;
	line-height: 18px;
}

#rightCol
{
	width: 190px;
	height: 575px;
	margin-top: 20px;
	float: right;
	border-color: #ABEADB;
	border-left-style: dotted;
	border-left-width: 1px;
}

#leftMenu
{
	position: relative;
	width: 200px;
	top: -40px;
	left: -775px;
	text-align: left;
}

#leftMenu a
{
	text-decoration: none;
	font-weight: bold;
	color: #134178;
	text-align: left;
}

td.normal{ 
} 

td.normalon { 
background-color: #C6F1E6;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
} 


/* CSS STYLE FOR FOOTER ALL PAGES */
#footer
{
	background: #FFFFFF;
	width: 975px;
	height: 25px;
	font-family: helvetica;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	text-align: left;
	color: #2968A5;
	font-size: 12px;
	clear: both;
}

#footerLinks
{
	position: relative;
	left: 820px;
	top: -15px;
}

#footer a
{
	color: #2968A5;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/* CSS For Main Navigation Drop Down Menus */
#nav
{
	width: 1000px;
	height: 28px;
}

#nav img {
	margin:0 -4px 0 0;
	padding:0;
}

#rollovermenu{
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#rollovermenu, #rollovermenu ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#rollovermenu ul{
	padding-bottom: 0px;
}

#rollovermenu ul a {
	display: block;
	text-decoration: none;
	color: #134178;
	padding: 5px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

#rollovermenu ul a:hover {
	color: #134178;
	background: #E5F9F4;
	font-size: 14px;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
}

#rollovermenu li { /* all list items */
	position: relative;
	cursor: default;
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
	z-index: 1;
}

#rollovermenu li ul { /* second-level lists */
	position: absolute;
	background-color: #C7F0E6;
	left: -999em; 
}

#rollovermenu li:hover ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	left: 1px;
	width: 180px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #00B49D;
}

* html #rollovermenu li:hover ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	top: 26px;
}

/* CSS For Image Floating */
img.floatLeft { 
    float: left; 
}

img.floatRight { 
    float: right; 
}