body{
	background-color: rgb(174, 203, 217);
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 13px;}


#main{
	background-color: white;
	margin: 129px auto 0 auto;
	position: relative;
	width: 800px;
	border-left: 1px solid rgb(151, 151, 151);
	border-right: 1px solid rgb(151, 151, 151);}
	#main #headerImage{
		width: 100%;
		height: 187px;
		background-color: rgb(204, 204, 204);
		text-align: center;}
	#main #content{
		padding: 35px 10px 25px 10px;
		min-height: 300px;
		background-color: white;
		background-image: url(/images/mainContentGradient.gif);
		background-repeat: repeat-x;
		color: rgb(82,82,82);}
		
		#main #content a, #main #footer a {
		color: rgb(3,93,133);}
		#main #content div{
			width: 485px;
			overflow: hidden;}

		#main #content h1{
			background-image: url(/images/arrow.gif);
			background-repeat: no-repeat;
			background-position: top left;
			font-size: 1.4em;
			color: rgb(3,93,133);
			padding: 4px 0 5px 25px;
			margin-left: -10px;}
			
		#main #content h2{
			font-size: 1em;
			color: rgb(3,93,133);
			padding-left: 25px;}
			
			#main #content h2 em{
			font-weight: normal;}
			
		#main #content p{
			margin: 0;
			margin-right: -50px;
			width: 420px;
			padding: 0.5em 25px;
			position: relative;}
			#main #content p strong{
				text-decoration: underline;}
		#main #content blockquote{
			margin: 2em 0 0 20px;}
			#main #content blockquote p{
				margin: 0;
				position: relative;
				font-style: italic;
				font-weight: bold;
				font-size: 1em;
				width: 425px;}
				#main #content blockquote p cite{
					display: block;
					text-align: right;
					margin-top: 0.5em;
					font-style: normal;}
		#main #content .blue, #main #content .grey{
			background-color: rgb(242, 247, 250);
			margin: 0 0 3px -10px;
			padding: 5px 32px 1em 10px;}
		#main #content .grey{
			background-color: rgb(241, 241, 241);}

					
		#main #content img, #main #content .img{
			border: 1px solid rgb(82,82,82);
			padding: 10px;
			width: 212px;
			margin: 20px 10px 0 0;
			float: right;
			clear: right;
			text-align: center;
			font-weight: bold;
			color: rgb(3,93,133);
			line-height: 2em;}
			#main #content img.vert{
				width: 160px;
				margin-right: 35px;}
			#main #content .arrange{
				border: 1px solid white;
				padding: 0 6px;
				width: 220px;
				margin-bottom: 1.5em;}
			#main #content .img img{
				float: none;
				clear: none;}
			#main #content p.img{
				border-width: 0;
				padding-top: 0;
				margin-top: 0;}
		#main #content form{
			margin-top: 2em;}

		#main #content input{
			display: block;
			position: absolute;
			right: 0;
			top: 0;}
		#main #content textarea{
			width: 440px;}
			
		#main #content .clear{
			clear: left;
			height: 0;
			width: 0;}
			
	#main #footer{
		position: absolute;
		left: -1px;
		bottom: -36px;
		height: 35px;
		line-height: 35px;
		width: 100%;
		background-color: white;
		border: 1px solid rgb(151, 151, 151);
		text-align: center;}
			
#header{
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 13px;
	color: white;
	background-color: white;
	background-image: url(/images/headerGradient.gif);
	background-repeat: repeat-x;}
	#header a{
		color: white;
		text-decoration: none;}
	#header a:hover, .navOver a{
		color: rgb(174, 203, 217);}
				
	#header #banner{
		width: 800px;
		margin: 0 auto;
		padding: 0;}
	#header #navMenu{
		background-image: url(/images/headerNavMenuGradient.gif);
		height: 37px;
		border-top: 5px solid rgb(40, 85, 104);
		border-bottom: 5px solid rgb(40, 85, 104);}
		#header #navMenu ul{
			list-style-type: none;
			background-image: url(/images/headerNavMenuListGradient.gif);
			width: 744px;
			height: 100%;
			margin: 0 auto;
			padding: 0;
			padding-right: 56px;}
			#header #navMenu ul li{
				float: right;
				border-left: 1px solid rgb(2, 35, 50);
				border-right: 1px solid rgb(130, 160, 180);
				margin-left: 1px;
				height: 100%;
				line-height: 41px;
				padding: 0 25px;
				cursor: pointer;}