@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/main-bg.jpg);
	background-position:center;
	background-attachment:fixed;
	background-color:#729225;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#373737
	}
a:link {
	color:#332020;
	}
a:hover {
	color:#990000;
	}
a:visited {
	color:#332020;
	}
h2 {
	color:#457A10;
	text-align:center
	}
#mainStruc {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	}
	#strucTop {
		background-image:url(images/main_01.png);
		height:8px;
		width:auto;
		}
	#strucImgRow {
		width:auto;
		overflow:hidden;
		}
		.strucImgLft {
			background-image:url(images/main_02.png);
			height:253px;
			width:5px;
			float:left
			}
		.strucLogoCont {
			width:194px;
			float:left;
			overflow:hidden
			}
		.logoCont {
			width:194px;
			height:87px;
			}
		.logoNext {
			background-image:url(images/main_06.png);
			height:166px;
			width:194px;
			}
		.mainImg {
			width:768px;
			height:253px;
			float:left;
			}
		.strucImgRht {
			background-image:url(images/main_05.png);
			width:13px;
			height:253px;
			float:left
			}
	#topNavRow {
		width:auto;
		overflow:hidden;
		margin:0px 0px 0px 0px;
		padding:0px 4px 0px 5px;
		background-image:url(images/cont-bg-02.png);
		}
		.topNav {
			background-image:url(images/nav-bg.jpg);
			float:left;
			padding:5px 38px 5px 39px;
			font-weight:bold;
			border-right:1px solid #f57e18
			}
			.topNav a: {
				text-decoration:none;
				}
			.topNav a:link {
				text-decoration:none;
				}
			.topNav a:visited {
				text-decoration:none;
				}
	#strucMid {
		background-image:url(images/cont-bg-02.png);
		width:auto;
		overflow:hidden;
		padding:0px 20px 0px 20px
		}
		#bannerStruc {
			width:auto;
			overflow:hidden;
			padding:6px 0px 6px 0px;
			}
			.bannerLft {
				width:730px;
				float:left;
				}
			.bannerRht {
				width:auto;
				float:left;
				padding:20px 0px 0px 20px 
				}
				
		#introStruc {
			width:auto;
			border:3px double #cdd25a;
			padding:3px;
			text-align:justify;
			}
	#strucBot {
		width:auto;
		background-image:url(images/cont-bg-03.png);
		height:31px;
		}
.schedule {
	border-right:1px solid #aebd49
	}
.schHead {
	background-image:url(images/head-bg.png);
	text-align:center;
	border-bottom:2px solid #aebd49;
	}
.monthHead {
	background-image:url(images/head-bg2.png);
	padding:10px 0px 10px 0px
	}
.schStruc1 {
	background-image:url(images/head-bg1.png);
	padding:3px 0px 3px 0px
	}
	
img {
	border:none
	}