/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#bluebar{
	background-image: url(http://www.protectcolumbus.com/_img/bluebar.gif);
	background-repeat: repeat-x;	
}
#sizer{
	width: 950px;
	margin: 0 auto;
}
#leftcol{
	width: 142px;
	float: left;
}
#rightcol{
	width: 808px;
	float: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#000d24;
	background-image: url(http://www.protectcolumbus.com/_img/01_ColumbusPolice01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family:georgia, serif, times new roman, times;
}

.leader {
	width: 960px;
	margin: 0 auto;
	width:960px;
	height:36px;
	text-align:left;
	color:#3f498f;
	font-family:georgia, serif, times new roman;
	font-weight:bold;
	font-size:12px;
}
.mainnav {
	width: 960px;
	margin: 0 auto;
	width:960px;
	height:84px;
	text-align:left;

}



div#container {
	width: 800px;
	margin: 0 auto;
	margin-top:10px;
	background-color:#f3f4f7;
}

div#header {
	background: #cfdec8;
	padding: 15px 26px;
	background-image: url(http://www.nationalinfantrymuseum.com/_img/bg_greentop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
	div#header img {
		float: right;
		margin: 3px 10px 0 0;
	}
	div#header h1 {
		font-size: 24px;
		font-weight: bold;
	}
	div#header p {
		font-size: 13px;
		line-height: 14px;
	}
div#contactInfo {
	padding: 15px 26px;
}
	div#contactInfo label {
		width: 160px;
		float: left;
		text-transform: uppercase;
		text-align: right;
		margin-right: 10px;
	}
	div#contactInfo input {
		float: left;
	}
	div#contactInfo p {
		font-size: 13px;
		font-weight: bold;
	}
p#content {
	margin-bottom:10px;
}
p#footNote {
	padding: 10px 26px;
	font-size: 10px;
}