html, body {
	height: 100%;
	min-height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	background-image: url('images/bgstrip.png');
	background-repeat: repeat-x;
	background-color: #018cb9;
	font-family: Tahoma;
	
	}
#container 
{
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	padding: 0px 0px 3px 0px;
	
	background: #ffffff;
	width: 960px;
	
}

#header
{
	vertical-align : middle; 
	display : table-cell;
	
	background-color: #00007d;
	width: 960px;
	padding-left: 10px;
	margin: 0px;
	height: 55px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	
	
}

#imgcontainer
{
	margin: 0px;
	padding: 0px;
	height: 230px;
	max-height: 230px;
}

#imgcontainer img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#LeftContentContainer
{
padding: 5px 5px 5px 5px;
}
	
#LeftContentContainer h1
{
	font-size: 20px;
	color: #00007d;
}

#LeftContentContainer h2
{
	font-size: 18px;
	color: #00007d;
}


	#footer {
		clear:both;
		padding:5px 10px;
		background:#ffffff;
	}
	#footer p {
		margin: 30px 0px 0px 0px;
		text-align: center;
		font-size: smaller;
    }


img
{
	border: 0px;
}

div .caption
{
	font-size: small;
}


.menu{
font: normal larger Tahoma;
background: #539c71;
width: 100%;
border-top: solid 3px #2d573e;
	border-bottom: solid 3px #2d573e;
}

.menu ul{
margin: 0;
	padding: 0px 0px 0px 20px;
list-style-type: none;

}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
background: #539c71; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited{
color: white;
}

.menu ul li a:hover{
background: #04498c; /*tab link background during hover state*/
color: white;
}
