body{
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
}

#wrap{
	min-width: 640px;
}

#top{
	height: 112px;
	width: 100%;
	text-align: center;
}

#main{
	clear: both;
	width: 100%;
}

#nav{
	width: 122px;
	float: left;
	margin-right: 20px;
}

#text{
	background-image: url(../images/grayBCKbus.jpg);
	background-repeat: no-repeat;
	background-position: bottom 100px;
}

#content{
	float: left;
	padding-top: 20px;
	width: 80%;
}

#content p{
	margin-bottom: 26px;
}

#content ul li{
	list-style-type: disc;
	margin-left: 20px;
}

#content a{
	font-weight: bold;
	color: #245e09;
	text-decoration: none;
}

#content a:hover{
	color: #000;
	text-decoration: underline;
}

#footer{
	clear: both;
	border-top: 1px solid #aaa;
	margin: 20px 0px;
	padding: 20px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.greensmall{
	font-weight: bold;
	color: #245e09;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.greenbig{
	font-weight: bold;
	color: #245e09;
	font-size: 14px;
}

.yellowtitle{
	font-weight: bold;
	color: #f9ca3a;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.tinygray {
	color: #858585;
	font-size: 9px
}

.small {
	font-size: 10px
}

.greentitle	{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633; 
	font-size: 17px; 
}

td.leftcol {
	border-top: double #FFCC00 4px;
	border-left: double #FFCC00 4px;
	border-right: solid #FFCC00 1px;
	border-bottom: double #FFCC00 4px;
}
td.centercol {
	border-top: double #FFCC00 4px;
	border-right: solid #FFCC00 1px;
	border-bottom: double #FFCC00 4px;
}
td.rightcol {
	border-top: double #FFCC00 4px;
	border-right: double #FFCC00 4px;
	border-bottom: double #FFCC00 4px;
}
