body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;
}

p{
	text-align:center;
	line-height: 1.5em;
}


#splash
{
	width: 800px;
	margin: auto;
	margin-top:90px;
	text-align: center;
}

#splash img{
	margin-bottom:10px;
}

#bluebar{
	width:100%;
	min-width:1000px;
	height:10px;
	background: #5f9baf;
	margin-bottom: 10px;
}
#logo{
	width:100%;
	height:130px;
	background: #fff;
	text-align:center;
}
#logo img{
	margin:auto;
}
#menubluebar{
	width:100%;
	min-width:1000px;
	height:40px;
	background: #5f9baf;
	margin-bottom:10px;
	overflow:hidden;
}
#menu{
	margin: auto;
	height: 40px;
	text-align:center;
}
.menuitem{
	display:inline;
	margin-right: 5px;
}
#content
{
	width:1000px;
	height: 100%;
	min-height: 380px;
	margin:auto;
	margin-bottom:15px;
	display: block;
}

#content .mainImg{
	margin:12px;
}

.dbborder{
	border: 5px double #000;
	margin:auto;
	margin-top:15px;
}

.first{
	font-size:32px;
}

#footer{
	width:100%;
	font-size:9px;
	text-align:center;
	height:10px;
	display:block;
	bottom:0;
	position: relative;
	margin:auto;
	clear: both;
}
#cform{
	margin:auto;
}
#left{
	width:495px;
	position: relative;
	float:left;
	text-align:center;
}
#right{
	width:495px;
	position: relative;
	float:right;
	text-align:center;
}
.smalltxt{
	font-size:9px;
}
.bold{
	font-weight:bold;
}
.address{
	font-size:16px;
}
.center{
	text-align:center;
}
.swash{
	display:inline;
	border: 0px;
	margin: 0 -7px -5px 0 !important;
	padding: 0 !important;
}

.blkBorder{
border: 1px solid #000;
margin: 4px;
}

