body{
	margin: 0;
	padding: 0;
	background: white url(image/body_background.gif) top left repeat-y;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: rgb(60,60,60);
	line-height: 1.5em;}
	

img{
	border-width: 0px;}
a{
	color: rgb(110,163,34);}
	
	#container{
		background: transparent url(image/container_background.gif) top left repeat-x;
		min-width: 796px;
		border-bottom: 1px solid rgb(190,190,190);
		padding-bottom: 1px;}
	#innerContainer{
		width: 796px;}
	#content li{
	    margin: .7em 0;
	}
		#right{
			width: 368px;
			float: right;}
			#slogan{
				background-color: rgb(140,202,55);
				height: 107px;
				margin-bottom: 43px;}
				#slogan h1{
					color: rgb(153,153,153);
					background-color: white;
					width: 225px;
					height: 57px;
					margin: 0; padding: 25px;
					line-height: 30px;
					font-size: 19px;}
			#content{
				padding: 1px 30px;}
			.home h2{
				font-size: 16px;
				font-weight: normal;
				line-height: 1.5em;
				margin: 1.2em 0 1em 0;
				}
		#left{
			width: 428px;
			float: right;}
			#left img{
				vertical-align: top;}
			#hNav{
				list-style-type: none;
				margin: 0;
				padding: 0;
				border-top: 1px solid rgb(190,190,190);
				border-bottom: 1px solid rgb(190,190,190);
				height: 33px;}
			#hNav li{
				float: left;
				width: 174px;
				padding: 0 0 0 40px;
				text-align: center;
				text-transform: uppercase;
				line-height: 33px;
				font-weight: bold;
				font-size: 11px;
				position: relative;}
			#hNav .arrow{
				position: absolute;
				left: 2px;
				top: -10px;
				background-image: url(image/arrow_l.gif);
				background-repeat: no-repeat;
				height: 40px;
				width: 40px;}
			#hNav a{
				color: rgb(45,67,78);
				text-decoration: none;}
			#hNav li.over{
				background-color: rgb(185,226,124);}
				
			#vNav{
				list-style-type: none;
				margin: 0;
				padding: 0;
				clear: both;}
			#vNav li{
				width: 184px;
				padding: 0 0 0 30px;
				text-transform: uppercase;
				line-height: 44px;
				font-weight: bold;
				font-size: 11px;
				background-color: rgb(116,138,149);
				border-top: 1px solid white;
				position: relative;}
				
			#vNav a{
				color: white;
				text-decoration: none;}
			#vNav li.over{
				background-color: rgb(140,202,55);}
				
			#vNav .arrow{
				position: absolute;
				left: 5px;
				bottom: 5px;
				background-image: url(image/arrow_s.gif);
				background-repeat: no-repeat;
				height: 11px;
				width: 11px;}
			li.over .arrow{
				background-position: top right;}
	.copy{
		font-size: 10px;
		margin-left: 15px;
		width: 765px;}
		.copy a{
			color: rgb(60,60,60);
			text-decoration: none;}

