html {
	margin:0;
	padding:0; }

body {
	margin: 0;
	padding:0;
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #50729F;
	color: black;
	width: 100%;
}

#outerWrapper {
	margin:0;
        padding:0;
}

#wrapper {
	margin:0;
	padding:0;
	width: 1000px;
	height:400px;
	text-align: left; }

#innerWrapper {
	width:1000px;
	background:url('../images/container.jpg') top left repeat-y; }

#header {
	background:url('../images/header.jpg') top left no-repeat; 
	height:400px;}

#header h1 {
	position:relative;
	display:block;
	font-size:2em;
	margin:0;
	height:49px;
	padding-left:160px; }
#header h1 a {
	position:absolute;
	top:40px;
	left:75px;
	width:220px;
	height:145px;
	text-decoration:none; 
	color:#FFFFFF; }
#header h1 a span {
	display:none; }

div#navcontainer {
	background:url('../images/navigationbackground.jpg') top left no-repeat #FFFFFF;
	height:40px;
	margin: 0px 100px 0px 100px; }

div#navcontainer ul {
	font-weight: bold;
	font-size:1.1em;
	color: black;
	text-align: right;
	padding-top: 25px;
	margin-top: 0; }

div#navcontainer ul li {
	display: inline;
	margin-left: -4px; }

div#navcontainer ul li a {
	padding: 0px 10px 0px 10px;
	color: black;
	text-decoration: none;  }

div#navcontainer ul li a:hover {
	background-color: #FFFFFF;
	color: black; }

#active a { }

#content {
	}

#contentcontainer {
	padding:0;
	margin-top:-250px; }

#contentwrapper {
	padding: 0px 100px 10px 100px; }

#contentwrapperother {
	padding: 0px 10px 10px 10px;}

#contentwrapperhome {
	padding: 0px 10px 10px 10px;
	background:url('../images/watermark.jpg') no-repeat top right; }

#contentwrapper p, #contentwrapper li, #contentwrapper address {
	font-size:0.9em; }

#contentwrapper a,#footer a {
	color: #ED1A23; }

#contentwrapper a:hover, #footer a:hover {
	color: #ED1A23; }

#footer {
	height:150px;
	background:url('../images/footer.jpg') top left no-repeat #50729F; 
	clear: both;
	padding-top: 80px;
	padding-right: 100px;
	text-align:right;
}

#footer .copyright {
	font-size: 60%;
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
}

.thinblackborder {
	border: 1px solid #CCCCCC;
}

h1 {
	font-size: 1.6em; }

h2 {
	
	color:#ED1A23;
	border-bottom:1px solid #ED1A23;
	font-size:1.3em; }

h3 {
	font-size:1.1em; }

table {
	padding:0; margin:0; }
tr {
	margin:0;padding:0; }
tr.trLight {
	background-color:#eeeeee;}
tr.trDark {
	background-color:#dddddd;}

#clear {
        clear: both;
        display: block;
        overflow: hidden;
        width: 0;
        height: 0; }

.imageBoxOut {
	margin:0px 0px 20px 10px;
	float:right; }
.imageBoxOut .caption {
	text-align:right;
	font-size:60%; }



sup {
	position: relative; top: -0.2em; font-size: 60%; }

.infobox {
	border:1px solid #50729F;
	color:black;
	margin-left:20px;
	padding:0px;
	font-size:0.9em;
	float:right;
	width:200px; }


.infobox h4 {
	background:#A7B8CF;
	padding:10px;
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #50729F;
	}


.infobox p {
	padding:0;
	margin:5px;
	}

blockquote {
	width:200px;
	float:right;
	color:#ED1A23;
	font-size:1.3em;
	text-align:right;
	font-style:italic; }
