html, body, form {
	margin: 0px;
	padding: 0px;
}

body
{
	font: 80% Arial, Helvetica, sans-serif;
	background:#858383;
}

.clear { clear: both; }

/*============================
	Paragraph and Heading
=============================*/
p
{
	color:#002d71;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:8px;
	font-size:90%;
}
p.aggressive
{
	font-weight:bold;
	color:#002d71;	
	font-size:85%;
	width:180px;
	margin-left:10px;
	padding-bottom:20px;
	margin-bottom:0px;
}
p.newsletter
{
	color:#002d71;	
	font-size:85%;
	width:180px;
	line-height:130%;
	margin-left:10px;
	margin-top:0px;
	padding-bottom:20px;
	margin-bottom:0px;
	}

h1{
	font-size:220%;
	color:#1c3f93;
	margin:-0.5em 0 0;
	padding:0 0 0.9em;
}

h2{
	font-size:180%;
	color:#3eb42c;
	margin:-0.5em 0 0;
	padding:0 0 0.9em;
	
}

h3{
	font-size:120%;
	color:#1c3fff;
	margin:-0.5em 0 0;
	padding:0 0 0.9em;
}
.tableText
{
	font-size:85%;
	color:#002d71;
}
.tableText a
{
	color:#002d71;
	text-decoration:none;
}
.tableText a:hover
{
	color:#000000;
	text-decoration:underline;
}
.tableTextBold
{
	font-size:85%;
	color:#002d71;
	font-weight:bold;
}
ul
{
	color:#002d71;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:8px;
	font-size:90%;
}
/*=====================
		Body 
=======================*/
#body
{
	width:848px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	padding: 10px 0;
	margin-bottom:10px;
	height: 780px;
	position:relative;
	left: 10px;

}
/*=====================
		Banner 
=======================*/

#banner
{
	float:left;
	height:97px;
	width:848px;
	background-image: url(../graphics/banner.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd4e1;
}
#banner .leftBanner
{	
	float:left;
}
#banner .logo
{	
	float:right;
}

/*=====================
		Navigation 
=======================*/
#navigation
{
	float:left;
	width:848px;
	height:21px;
	line-height:21px;
	background-color: #e9e9e9;
	font-weight:bold;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #4e6e9f;
	border-right: 1px solid #4e6e9f;
	border-top: 1px solid #4e6e9f;
}

#navigation ul { margin: 0; padding: 0; }
#navigation li { position: relative; list-style-type: none; float: left; border-width: 0 0 0 1px; border-color: #4e6e9f; border-style: solid; }

#navigation li a
{	
	float:left;	
	height:21px;
	color:#002c73;
	text-decoration:none;
	background: url(../graphics/nav.gif) repeat-x;
	text-align: center;
	width: 211px;
	text-transform: uppercase;
	font-size: 110%;
}
#navigation li a:hover, #navigation .nav_active a
{
	color:#ffffff;
	background:url(../graphics/nav_hover.gif);
}

#navigation ul ul { border-top: 1px solid #4e6e9f; border-right: 1px solid #4e6e9f; }
#navigation li li a, #navigation .nav_active li a, #navigation li:hover li a { background: url(../graphics/nav.gif) repeat-x !important; border-bottom: 1px solid #4e6e9f; color: #002c73; font-size: 125%; }
#navigation li li a:hover, #navigation .nav_active li a:hover, #navigation .nav_active .nav_active a, #navigation li:hover a { background: url(../graphics/nav_hover.gif) !important; color: white; }



#navigation table{
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:5;
}

* html #navigation a:hover {
	position:relative;
	z-index:100;
}
#navigation li:hover{
	position:relative;
}

* html #navigation ul ul a:hover {
	position:relative;
	z-index:110;
}

#navigation ul ul li:hover {
	position:relative;
}

#navigation ul ul :hover > a {

}

* html #navigation ul ul ul a:hover {
	position:relative;
	z-index:120;
}

#navigation ul ul ul ul a:hover{
	position:relative;
	z-index:130;
}

#navigation ul ul{
	visibility:hidden;
	display: none;
	position:absolute;
	height:0;
	left: -1px;
	top: 21px;
}

#navigation ul ul ul{
	left:12em;
}

#navigation ul :hover ul{
	visibility:visible;
	display: block;
	height:auto;
	padding:0;
}

#navigation ul :hover ul ul{
	visibility:hidden;
}

#navigation ul :hover ul :hover ul ul{
	visibility:hidden;
}

#navigation ul :hover ul :hover ul{
	visibility:visible;
	left:9em;
}

#navigation ul :hover ul :hover ul :hover ul{
	visibility:visible;
}

/*=====================
		Content 
=======================*/

#content
{
	float:left;
	width:848px;
	padding-top:10px;
	background-color: #ffffff;
}
/*=====================
		left panel 
=======================*/

#content .leftPanel
{
	float:left;
	width:156px;
}

/*=====================
		Matter 
=======================*/

#content .matter
{
	width:620px;
	float: left;
	padding-top: 15px;
	padding-right:5px;
	padding-left: 10px;
}

/*=====================
		Right Panel 
=======================*/

#content .rightPanel
{
	float:right;
	width:191px;
	background:#ebebeb;
	margin-bottom: 10px;
}
#content .rightPanel .talk
{
	width:190px;
	height:26px;
	background-image: url(../graphics/rightTalkBackground.jpg);
	background-repeat: repeat;
	text-align: center;
	font-weight:bold;
	color:#002d71;
	line-height: 26px;
	margin-bottom:10px;
	text-transform: uppercase;
}
#content .rightPanel ul { position: relative; left: -1em; }

#content .rightPanel a.link {

}
#content .rightPanel a.link:hover {
}
#content .rightPanel a.link1 {

}
#content .rightPanel a.link1:hover {

}
#content .rightPanel .textBox
{
	width:170px;
	height:12px;
	margin-left:10px;
	border:1px solid #012d74;
	font-size:85%;
	line-height:10px;
}
#content .rightPanel .text
{
	font-weight:bold;
	color:#002d71;	
	font-size:90%;
	width:160px;
	margin-left:10px;
}
#content .rightPanel .form
{
	 width:180px;
	 margin-bottom:0px;
}
#content .rightPanel .button
{
	width:74px;
	height:16px;
	float:right;
	margin-right:5px;
	text-align:center;
	background:url(../graphics/button1.gif) no-repeat;
	padding-top:0px;
	color:#ffffff;	
	font-size:80%;
	border:0px;
	margin-bottom:20px;
	cursor:pointer;
}
#content .rightPanel .button1
{
	width:104px;
	height:16px;
	background:url(../graphics/button1.gif) no-repeat;
	float:right;
	margin-right:5px;
	text-align:center;
	margin-right:40px;
	padding-top:0px;
	color:#ffffff;
	font-size:80%;
	border:0px;
	margin-bottom:10px;
	cursor:pointer;
	text-decoration: none;
}

.rightTable
{
	margin-left:15px;
	color:#002d71;
	font-size:85%;
	margin-bottom:10px;
}
.rightTable a
{
	color:#002d71;
	text-decoration:none;
}
.rightTable a:hover
{
	color:#000000;
	text-decoration:underline;
}

/*=====================
  
  Right Editable Column
  
=======================*/

#sidecolumn { 
	font-size:90%;
	margin-left:10px;
	width:180px;
	margin-top:0px;
	padding-bottom:20px;
	margin-bottom:0px;
	clear:both;
	}

/*=====================
		footer 
=======================*/

#footer
{
	float:left;
	width:848px;
	height:25px;
	background-color: #DFDFDF;
	line-height: 25px;
	text-align: center;
	font-size:100%;
}

