/* BASIC */

body {
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

#main p.small
{
	font-size:.9em;
}
/* LAYOUT */

#banner {
	background: no-repeat center top;
	height: 100px;
}


/* MAIN */

#content a {
	text-decoration: none;
	border-bottom: 1px dashed #019357;
	color: #152D6A;
}

#main h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #019357;
	font: normal 2.7em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}

#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #152D6A;
}

#main p {
	font-size: 1.25em;
	margin-bottom: 8px;
}

#content ul 
{
	margin-left:15px;
	font-size:1.1em;
}


#content ul li
{
	margin-bottom:5px;
}

#legal a {
	text-decoration: none;
	border-bottom: 1px dashed #019357;
	color: #152D6A;
}
/*Table*/
table { 
	border-collapse: collapse;
	width: 100%;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

caption {
	text-align: right;
	font-size: .75em;
}

td,th {
	border: 1px solid #73afb7;
	padding: 3px 5px 2px 5px;
}

td{font-size: 1.1em;}

th {
	background: url(images/th_bg.png) no-repeat left top;
	color: white;
	font-size: 1.2em;
	text-align: left;
	border-color: #14556b;
}

tr.alt td {
	background: url(images/td_bg.png) no-repeat left top;
}

/*sub nav*/
#subnav li
{
	list-style-type: none;
	padding-right: 10px;
	margin: 0;
	margin-bottom:15px;
	float: left;
}

/*Navigation*/

			#menu 
			{
				float: left;
				margin-left: -171px;
				margin-top: 50px;
				width: 160px;
				background: #eee;
				z-index:10;
			}

			#menu ul{
				list-style:none;
				margin:0;
				padding:0;
			}
			
			#menu a, #menu h2 {
				font: bold 11px/16px arial, helvetica, sans-serif;
				display: block;
				border-width: 1px;
				border-style: solid;
				border-color: #ccc #888 #555 #bbb;
				margin: 0;
				padding: 2px 3px;
			}

			#menu h2 {
				color: #fff;
				background: #000;
				text-transform: uppercase;
			}

			#menu a {
				color: #000;
				background: #efefef;
				text-decoration: none;
			}

			#menu a:hover {
				color: #a00;
				background: #fff;
			}
			
			#menu ul ul ul {
				position: absolute;
				top: 0;
				left: 0;
				z-index:10;
			}

			#menu li 
			{
				position: relative;
				z-index:10;	
			}

			#menu ul ul ul {
				position: absolute;
				top: 0;
				left: 100%;
				width: 100%;
				z-index:10;
			}
			

			div#menu ul ul ul
				{display: none;}

			div#menu ul ul li:hover ul 
				{display: block;}
				
			div#menu ul ul ul,
			div#menu ul ul li:hover ul ul
				{display: none;}

			div#menu ul ul li:hover ul 
				{display: block;}
			
			div#menu ul ul ul,
			div#menu ul ul li:hover ul ul
				{display: none;}

			div#menu ul ul li:hover ul,
			div#menu ul ul ul li:hover ul
				{display: block;}
				
			* html #menu{margin-left:-161px;}
