body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	background: #cccccc url(images/newbanner.jpg) no-repeat;
	background-position:top;
}


a {
outline: none;
color: #ffffff;
text-decoration: none;
}


a:hover {
color: #375b78;
text-decoration: none;
}

a img {
border: none; 
}

a.blue {
color: #375b78;
text-decoration: none;
}


#nav{
	margin: auto;
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	background: url(images/nav2.jpg) no-repeat;
	height: 30px;
	width: 900px;
}

#container1{
	margin: auto;
	width: 900px;
	margin-top: 75px;
	min-height: 400px;
	background-color: #ffffff;
	overflow: hidden;
}

#container2{
	margin: auto;
	width: 900px;
	height: 300px;
	background-color: #a8b1b8;
	overflow: hidden;
}

#subcontainer{
	float:left;
	margin: auto;
	margin-left: 10px;
	margin-top: 10px;
	width: 286px;
	height: 280px;
	background: url(images/subline.jpg) repeat-x;
	overflow: hidden;
}

#subcontainer2{
	float:left;
	margin: auto;
	margin-left: 40px;
	margin-top: 10px;
	width: 400px;
	height: 500px;
	overflow: hidden;
}

#widthcontainer{
	margin: auto;
	margin-top: 10px;
	width: 880px;
	height: 280px;
	background: url(images/subline.jpg) repeat-x;
	overflow: hidden;
}

#widthcontainer1{
	margin: auto;
	margin-top: 10px;
	width: 880px;
	height: auto;
	overflow: hidden;
}


#lengthcontainer{
	margin: auto;
	width: 900px;
	height: 600px;
	background: url(images/longline.jpg) repeat-x;
	overflow: hidden;
}

#lengthcontainer1{
	margin: auto;
	width: 900px;
	height: 600px;
	overflow: hidden;
}

#across1{
	float:left;
	margin: auto;
	margin-left: 20px;
	width: 200px;
	height: 125px;
	overflow: hidden;
}

#across2{
	float:left;
	margin: auto;
	margin-left: 20px;
	width: 640px;
	height: 125px;
	overflow: hidden;
}

#d100{
	float:left;
	width: 900px;
	height: 50px;
	background-color: #ffffff;
	overflow: hidden;
}

#horzline{
	margin: auto;
	width: 900px;
	height: 2px;
	background-color: #a0000e;
	clear: both;
}

h3 {
	margin:0px 0px 0px 0px;
	font-weight: regular;
	font-size: 14px;
}


h5 {
	margin:5px 0px 0px 0px;
	font-weight: regular;
	font-size: 12px;
	color: #00275e;
	text-align: center;
}

img.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*float left*/
.left
{
        float: left; /*left in our text*/
        margin-right: 30px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 10px; /*space around the image*/
}

p {
	margin-right:10px;
	color: #333333;
}

p.margin20 {
	margin: 20px;
	color: #333333;
}

p.margin40 {
	margin: 40px;
	color: #333333;
}

p.center {
	text-align: center;
}


#footer{
	margin: auto;
	width: 900px;
	font-family: Aria, Helvetica, Sans-serif;
	font-size: 14px;
	color: #999966;
	background-color: #a0000d;
	height: 125px;
	padding-left: 0px;
	padding-right: 0px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 150px;
	font: bold 14px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 10px 0px;
	width: 150px;
	background: #e1b72d;
	color: #ffffff;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #cccccc;}
	

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #00275e;
		font: 11px arial}

	#sddm div a:hover
	{	background: #e1b72d;
		color: #ffffff;}

