body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ecf5fa;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background_page.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

img
{
	border: none;
}

p
{
	margin: 10px 0px 10px 0px;
}

h1
{
	color: #284563;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
}

img
{
	border: none;
}





/*
------------------------
LAYOUT STYLES
------------------------
*/

#banner
{
	height: 150px;
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

#banner a
{
	color: #17293c;
}

.pageline
{
	width: 940px;
	height: 25px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(images/background_line.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#container
{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(images/background_navigation_column.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#footer
{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}

#navigationcolumn
{
	width: 210px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	background-image: url(images/background_navigation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #284563;
}

#centercolumn
{
	width: 335px;
	float: left;
	overflow: hidden;
}

#rightcolumn
{
	width: 335px;
	float: right;
	overflow:  hidden;
}

.fullwidthcolumn
{
	width: 700px;
	float: right;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}





/*
--------------------
LOOK AND FEEL STYLES
--------------------
*/

#banner p
{
	text-align: right;
	color: #4b678b;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 40px;
	margin: 0px;
}

#footer p
{
	font-size: 10px;
	margin: 0px;
	color: #4b688b;
}

#footer img
{
	margin-right: 15px;
}

/*
----------------
2 column styles
*/

.flashpanels
{
	width: 335px;
	height: 210px;
	overflow: hidden;
	margin: 0px;
}

.headingpanels
{
	background-color: #435569;
	width: 335px;
	height: 40px;
	overflow: hidden;
	text-align: left;
	margin: 0px;
}

.headingpanels h1
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 15px 0px 15px;
}

.textpanels
{
	background-color: #8b9bab;
	width: 335px;
	overflow: hidden;
}

.textpanels p
{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 10px 15px 10px 15px;
}

.textpanels h1
{
	padding: 10px 15px 10px 15px;
	margin: 0px;
}

/*
----------------
wide styles
*/

.flashpanelwide
{
	width: 700px;
	height: 210px;
	overflow: hidden;
	margin: 0px;
}

.headingpanelwide
{
	background-color: #435569;
	width: 700px;
	height: 40px;
	overflow: hidden;
	text-align: left;
	margin: 0px;
}

.headingpanelwide h1
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 15px 0px 15px;
}

.textpanelwide
{
	background-color: #8b9bab;
	width: 700px;
	overflow: hidden;
}

.textpanelwide p
{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 10px 15px 10px 15px;
}

.textpanelwide h1
{
	padding: 10px 15px 10px 15px;
	margin: 0px;
}

.textpanelwide ul
{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px 0px 0px 15px;
	padding-left: 15px;
}

.textpanelwide ul li
{
	margin-bottom: 10px;
}

.textpanelwide ol
{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px 0px 0px 15px;
	padding-left: 15px;
}

.textpanelwide ol li
{
	margin-bottom: 10px;
}

.textpanelwide a
{
	color: #FFFFFF;
}




/*
------------------------
GENERAL STYLES
------------------------
*/

.boldblue
{
	color: #284563;
	font-weight: bold;
}

.rightpicmargin
{
	margin-left: 20px;
	margin-bottom: 10px;
}

.tabletext
{
	color: #FFFFFF;
	padding: 0px 10px 0px 20px;
}

.smallerheading
{
	font-size: 18px;
}




/*
--------------------------
IE 6 BUG FIXERS
--------------------------
*/

.peekaboo
{
	clear: both; 
	height: 0; 
	line-height: 0; 
	font-size: 0;
}




/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CSS FOR EXPANDING MENU
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

#p7TMnav
{
	margin-top: 10px;
	width: 180px;
	padding: 10px 0px 0px 15px;
}

#p7TMnav a
{
	text-decoration: none;
}

.levelone a:link, .levelone a:visited 
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

.levelone a:hover 
{
	color: #66ccff;
}

.levelone
{
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-image: url(images/nav_line.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.levelone img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.leveltwo
{
	background-image: url(images/nav_line.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 40px;
	padding-bottom: 0px;
	padding-top: 10px;
	color: #96a4b2;
	font-size: 11px;
	text-transform: none;	
	font-weight: bold;
	cursor: pointer;
}

.leveltwo a:link, .leveltwo a:visited 
{
	color: #ffffff;
	font-size: 11px;
	text-transform: none;	
}

.leveltwo a:hover 
{
	color: #96a4b2;	
	
}

.levelthree
{
	background-image: url(images/nav_line.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 8px;
	margin-top: 15px;
}

.levelthree a:link, .levelthree a:visited 
{
	color: #ffffff;
	font-size: 10px;
}

.levelthree a:hover 
{
	color:#96a4b2;	
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}











