/* ===== Global Page Styles ===== */
html, body, table, td, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}
	
td {
	vertical-align: top;
}
	
body, td {
	font: 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333333;
}
	
body {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	background-color: #505155;
	height: 100%;
}
	
p {
	padding: 0; 
	margin: 0 0 1.2em 0;
}
	
ul, ol {

}
	
li {

}

h1 {
	color: #3B316E;
	font-family: Trajan Pro, Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
		
h2 {
	color: #003333;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 5px;
}

hr {
	width: 649px;
	color: #999999;
	align: center;
}
	
a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #FFE000;
	text-decoration: none;
}

a.regular-link:link {
	color: #0000FF;
	text-decoration: underline;
}

a.regular-link:visited {
	color: #9900CC;
	text-decoration: underline;
}

a.regular-link:hover{
	color: #0000FF;
	text-decoration: underline;
}

a.regular-link:active {
	color: #660099;
	text-decoration: underline;
}

/* ===== End Global Page Styles ===== */

#header {
	
}

	#header-left {
		float: left;
		width: 470px;
	}
	
		.logo {
			float: left;
			width: 162px;
		}

		.tagline {
			float: right;
			width: 289px;
			margin: 19px 0px 12px 19px;
		}

	#header-right {
		float: right;
		width: 179px;
		margin: 11px 0px 0px 0px;

	}
	
		.icons {
			text-align: right;
		}
	
		.icon-spacer {
			margin: 3px 5px;
		}
		
		.icon-spacer-end {
			margin-bottom: 3px;
			margin-top: 3px;
			margin-left: 5px;
		}

#main {
	background: #FFFFFF url(../images/nav-bg.gif) repeat-x 0% 0%;
	padding-bottom: 40px;
	margin-top: 35px;
}

#container {
	margin-left: auto;
	margin-bottom: 40px;
	margin-right: auto;
	width: 649px;
}

#navigation {
	height: 21px;
	background-color: #505155;
	margin-bottom: 21px;
	padding: 0px;
}

	#nav-list li {
		width: 649px;
		display: inline;
		text-align:left;
	}
	
.notes {
	font: 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;
}	

#bottom-strip  {
	background-image: url(../images/bottom-strip-bg.gif);
	background-color: #505155;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	height: 80px;
	margin-top: -26px;
}

	#bottom-strip-nav {
		color: #FFFFFF;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		padding-top: 18px;
	}

	#bottom-strip-legal {
		color: #FFFFFF;
		font-family: "Times New Roman", Times, serif;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
	}