/* CSS Document */
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url('../images/topbg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
}
div.content{
	margin:auto;
	text-align:left;
	width:782px;
}
div.contentBody{
	background-image:url('../images/bodybg.jpg');
	background-repeat:repeat-x;
	min-height:365px;
	background-color:#194514;
	border-left:1px solid #163c12;
	border-right:1px solid #163c12;
}
div.contentText{
	padding:10px;
	color:white;
}
.subtitle{
	font-size:18px;
	font-weight:bold;
}
.smallText{
	font-size:9px;
}
.marginBottom3{
	margin-bottom:3px;
}
.marginBottom5{
	margin-bottom:5px;
}
.marginBottom10{
	margin-bottom:10px;
}
.bold{
	font-weight:bold;
}
.italics{
	font-style:italic;
}
a img{
	border:0px;
}
ul{
	margin-top:3px;
	margin-bottom:10px;
}
.float{
	float:left;
}
.floatMargin10{
	float:left;
	margin-right:10px;
}
.clear{
	clear:both;
}
a{
	color:white;
	text-decoration:underline;
}

