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

html{
	background-color: #000000;
	margin: 0 auto;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	margin: 0 auto;
}

strong{
	color: white;	
}

a{
	text-decoration:none;
	color: white;
}

h6{
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
}

a:hover{
	text-decoration: underline;
}
.td{
	border: solid 1px #00365E;
	background-color:#001220;
	padding: 3px;
	vertical-align: top;
	word-break: break-word;
}
.td1{
	border: solid 1px #00365E;
	background-color:#FFF;
	padding: 3px;
	vertical-align: top;
	word-break: break-word;
	color: #000;
}

.td1 a{
	color:#06F;
}

img{
	border: none;	
}


#sitecontainer{
	width: 1000px;
	margin: 0 auto;
	border: 2px solid #06C;
	background-color: #000;
}

form, input{
	padding: 0px;
	margin: 0px;
}
.button{
	background-color: #000;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	border: none;
}

.button:hover{
	color: #003E62;
	font-weight: bold;
	
}

#header{
	background-image: url(../images/headertemp.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height: 430px;
	top: 0px;
	clear: both;
}

#topbar{
	position: relative;
	padding-top: 8px;
	width: 1000px;
	height: 20px;
	background-color:#000;
}

#nav{
	position: absolute;
	background-image:url(../images/bluebar.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	top: 410px;
	width: 1000px;
	height: 32px;
	text-align: right;
	margin: 0 auto;
	font-style: italic;
	font-family:"Arial Black", Gadget, sans-serif;
}

#content{
	width: 1000px;
	clear: both;
	margin: 0 auto;
}

#video{
		margin: 0 auto;
}