/* Menu Styles */

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

a.dsphead{
   text-decoration:none;
   margin-left:1.5em;}
a.dsphead:hover{
   text-decoration:underline;}
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;}
.dspcont{
   display:none;
   margin-left:1.5em;}

#menu li
	{
	list-style-type:none;		/* removes bullets */
	}
	

#menu ul li
	{
	position:relative;
	}
	
#menu li ul
	{
	position: absolute;
	top: 0;
	left: 180px;				/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menu ul, #menu ul ul, div#menu ul ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 180px;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul
	{
	display: none;
	}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
	{
	display: block;
	}
	

/* style, color and size links and headings to suit */
#menu a {
	color: #0000CC;
	width: 100%;						/* [1] width of menu item (i.e., box) */
	text-decoration: none;
	background-color: #cadbff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	line-height: 25px;
	display: block;
	margin: 0;
	white-space:nowrap;
	letter-spacing:.1em;	
}

#menu a:hover {
	color: #990000;
	background: #E2ECFF;
	font-weight:bold;
}

/* Global Styles */

body, html {
	margin-top:10px;
	height: 100%;
	background-color: #E2ECFF;
	text-align:center;
	}

hr {
	background-color: #B5C9EF;
	color: #CED9ED;
	height: 1px;
	border: 1px;
	}
	
a {
	color: #0000CC;
	text-decoration: none;
	}
	
a:visited {
	color: #0066CC;
	}

a:hover {
	color: #990000;
	background: #E2ECFF;
}

/* ID Styles */


#frame {
	width:815px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10 px;
	padding:0px;
	text-align:left;
	}


#header{
	padding: 0px 0px 0px 0px;
	margin:0px;
	width: 100%;
}


#menu {
	float: left;
	width: 180px;
	padding: 16px 18px 0px 0px;
}


#centercontent {
	
	float:left;
	width:380px;
	padding: 0px 0px 0px 0px;
	overflow:visible;
}

#right {
	
	float:left;
	width: 200px;
	height: auto;
	padding: 4px 0px 0px 18px;
	overflow:visible;
	text-align:left;	
}	


/* Class Styles */
	
.bodyText {
	color:#333333;
	line-height:19px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.mainHeadline{
	color: #000066;
	line-height:16px;
	letter-spacing:.130em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.subHeader {
	color: #990000;
	line-height:18px;
	letter-spacing:.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
.rightsideHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 18px;
}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	color: #333333;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.parent { /* remove bullets and list indents */
	background-color: #cadbff;
	color: #000066;
	letter-spacing:.160em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	text-indent: 9px;
	display:block;
	line-height: 25px;
}