/* CSS Document */

body{
	/*margin:0px;
	background-color:#e4e4e4;
	background-image:url(../gfx/container_bg.jpg);
	*/
	margin:15px 0px 0px 0px;
	overflow:auto;
	background-color:#ffffff;
	background-image:url(../gfx/body_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#515151;
}
	h1{
		margin:10px 0px 15px 0px;
		font-size:28px;
		font-weight:normal;
		color:#72ba58;
	}
	h2{
		margin:10px 0px 15px 0px;
		line-height:18px;
		font-size:16px;
		font-weight:normal;
		color:#000000;
	}
	a{
		color:#72ba58;
		text-decoration:underline;
		font-weight:normal;
		}
		a:hover{
			text-decoration:none;
		}
#container{
	margin:0px auto;
	width:910px;
	overflow:hidden;
	background-color:#e4e4e4;
	/*background-image:url(../gfx/container_bg.jpg);*/
	background-image:url(../gfx/home_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:15px #ffffff solid;
	}
	#leftCol{
		float:left;
		/*margin:0px;*/
		margin:0px 0px 0px 15px;
		width:180px;
		}
		#leftMenu{
			clear:both;
			margin:0px 0px 15px 0px;
			width:148px;
			height:365px;
			padding:15px;
			background-color:#FFFFFF;
			border-left:1px #8d8d8d solid;
			border-right:1px #8d8d8d solid;
			border-bottom:1px #8d8d8d solid;
			}
			#leftMenu a{
				display:block;
				clear:both;
				margin:0px 0px 3px 0px;
				padding-left:7px;
				width:141px;
				height:26px;
				line-height:26px;
				background-image:url(../gfx/leftmenu_bg.jpg);
				font-size:12px;
				font-weight:bold;
				color:#72ba58;
				text-decoration:none;
					}
					#leftMenu a:hover, #leftMenu a.selected{
						background-image:url(../gfx/leftmenu_hover_bg.jpg);
						color:#FFFFFF;
					}
			#leftMenu img{
				margin-top:30px;
			}
	#rightCol{
		float:left;
		margin:0px;
		/*width:730px;*/
		width:715px;
		}
		#mainMenu{
			clear:both;
			margin:0px;
			padding-left:10px;
			overflow:hidden;
			height:113px;
			background-image:url(../gfx/mainmenu_bg.jpg);
			}
			#mainMenu a, #contentText a.hilite{
				display:block;
				float:left;
				margin-top:72px;
				/*padding-right:20px;*/
				padding-right:18px;
				height:21px;
				line-height:21px;
				background-image:url(../gfx/mainmenu_separator.gif);
				background-position:right 6px;
				background-repeat:no-repeat;
				font-size:12px;
				font-weight:normal;
				color:#8d8d8d;
				text-transform:uppercase;
				text-decoration:none;
				}
				#mainMenu a.hilite, #contentText a.hilite{
					padding-left:5px;
					background-image:url(../gfx/mainmenu_hilite_bg.jpg);
					background-position:right;
					background-repeat:no-repeat;
					font-weight:bold;
					color:#FFFFFF;
				}
				#contentText a.hilite{
					display:block;
					clear:both;
					margin:10px 0px 10px 0px;
				}
				#mainMenu a:hover, #mainMenu a.selected{
					color:#cecece;
				}
				#mainMenu a.selected{
					color:#72ba58;
				}
		#headLine{
			clear:both;
			overflow:hidden;
			margin:0px;
			padding-left:10px;
			height:52px;
			background-image:url(../gfx/headline_bg.jpg);
		}
		#content{
			clear:both;
			overflow:hidden;
			margin:0px 0px 25px 0px;
			overflow:hidden;
			/*width:730px;
			width:715px;*/
			}
			#contentPic{
				float:left;
				width:308px;
				height:355px;
			}
			#contentText{
				float:left;
				overflow:hidden;
				/*width:397px;*/
				width:382px;
				padding:15px 25px 0px 0px;
				font-size:11px;
				}
				#contentImgs{
					clear:both;
					overflow:hidden;
					margin:15px 0px 0px 0px;
					}
					#contentImgs img{
						width:185px;
						margin-right:4px;
					}
#footer{
	clear:both;
	margin:0px auto;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	text-align:center;
}