﻿body {
				margin: 0;
				padding: 0;
				background-color:white;
}
.maincolumn {
				width: 750px;
				height: 100%;
				display: block;
				border: 1px #808080 solid;
				-moz-border-radius-topleft:10px;
				-webkit-border-top-left-radius:10px;
				-moz-border-radius-topright:10px;
				-webkit-border-top-right-radius:10px;
				-moz-border-radius-bottomleft:10px;
				-webkit-border-bottom-left-radius:10px;
				-moz-border-radius-bottomright:10px;
				-webkit-border-bottom-right-radius:10px;
				-moz-box-shadow: 5px 5px 10px #888;
				-webkit-box-shadow: 5px 5px 10px #888;
				margin: 15px auto 0 auto;
}
.header {
				width: 100%;
				height: 129px;
				display: block;
				background-image: url('../imgnew/headergraphic.jpg');
				background-repeat: no-repeat;
				background-position: middle center;
				border-bottom:1px black solid;
				-moz-border-radius-topleft:10px;
				-webkit-border-top-left-radius:10px;
				-moz-border-radius-topright:10px;
				-webkit-border-top-right-radius:10px;
}
.contentarea {
				background-position: right center;
				background-repeat: no-repeat;
				width: 719px;
				padding-left: 20px;
				padding-right: 10px;
				padding-top: 0px;
				padding-bottom: 10px;
				background-image: url('../imgnew/layout/bgcontent.gif');
				background-position: left top;
				background-repeat: repeat-x;
				background-color: #E2EDFC;
}
.contentareanoimage {
				background-position: right center;
				background-repeat: no-repeat;
				width: 95%;
				margin: 10px;
}
.footer {
				width: 750px;
				height: 30px;
				background-color: #00529a;
				padding-top: 10px;
				background-image: url('../imgnew/layout/bgfooter.gif');
				background-repeat: repeat-x;
				-moz-border-radius-bottomleft:10px;
				-webkit-border-bottom-left-radius:10px;
				-moz-border-radius-bottomright:10px;
				-webkit-border-bottom-right-radius:10px;
}
.imagegallery {
				margin-top:0px;
				margin-bottom:5px;
				width:100%;
				height:81px;
				padding-top:3px;
				padding-bottom:3px;
}
.imagegallery img{
				margin: 5px;
				border:1px #003897 solid;

}
.imagegallery a{
				opacity:0.7;
				filter:alpha(opacity=70);
}
.imagegallery a:hover{
				opacity:1;
				filter:alpha(opacity=100);
}

