@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#A8A9AD;
	font-family:Verdana, Geneva, sans-serif;
	color:#365E70;
	font-size:12px;
}

h1 {
	margin-left:30px;
	padding:10px 0 0 20px;
	font-size:20px;
	color:#CC433F;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;	
}

h2 {
	font-size:16px;
	color:#00476F;
}

h3 {
	font-size:14px;
	color:#00476F;
}

h4 {
	font-size:13px;
	color:#00476F;
}

img {
	border:none;
}

a {
	color:#992500;
}

a:hover {
	color:#00476F;
}

table {
       background-color:#FFF;
	   }
	   
th {
    background-color:#FFF;
	font-size: 14px;
	color:#00476F;
	font-family:Arial, Helvetica, sans-serif;
	}
	
td {
    font-size:11px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	}

#container {
	position:relative;
	top:4px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#FFF;
}

#banner {
	position:absolute;
	top:0px;
	left:0px;
	width:898px;
	height:130px;
	background-color:#A7CBDB;
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
}

#banner-date {
	position:absolute;
	top:6px;
	left:10px;
	width:200px;
	height:12px;
	font-size:10px;
	color:#365E70;
}

#banner-middle {
	position:absolute;
	top:20px;
	left:0px;
	width:898px;
	height:80px;
	background-image:url(../images/banner-background.jpg);
	background-repeat:repeat-x;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#banner-title {
	position:absolute;
	top:6px;
	right:20px;
	width:300px;
	height:30px;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#365E70;
	font-weight:bold;
	text-align:right;
	letter-spacing:1px;
}

#navigation {
	position:absolute;
	top:108px;
	left:0px;
	width:898px;
	height:20px;
	color:#365E70;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;	
	line-height:16px;
	border-top-color:#666;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#navigation a {
	color:#365E70;
	text-decoration:none;
	padding:0 12px 0 12px;
}

#navigation a:hover {
	color:#CC433F;
}

#content-wrapper {
	position:absolute;
	top:130px;
	left:0px;
	width:900px;
	background-color:#FFF;	
}

#content {	
	width:760px;	
	padding:10px 30px 0 30px;
	margin:0 30px 0 30px;
	border-color:#729DB5;
	border-style:solid;
	border-width:10px;
	background-color:#FFF;
}

#tail {
	width:900px;
	height:44px;
	background-color:#FFF;
	background-image:url(../images/tail-image.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-size:9px;
	color:#999;
	padding:6px 0 0 0;
	margin:0;
	text-align:center;
}

#w3c {
	width:900px;
	height:32px;
	text-align:center;
	background-color:#5B9EBC;
	padding:0;
	margin:0;
	border:none;
}

#video {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:420px;
	height:255px;
}


.h1image-left {
	float:left;
}

.image-right {
	float:right;
	margin-left:10px;
	margin-bottom:4px;
	margin-right:10px;
}

.red-emphasis {
	color:#F00;
}
	
	
	




