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


body {
	background-color: #bdbec0;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

div, ul, h1, h2, h3, form, img{padding:0px; margin:0px;}

input, textarea{
	line-height: 15px;
	margin-left: 12px;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
}



ul{list-style-type:none;}

a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

a:hover{
	color:#003366;
}

#outerPan{
	width:900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#topPan{
	width:100%;
	height:30px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
} 

#centerPan{
	width:100%;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
} 

.bigContent{
	color: #003366;
	font-size: 16px;
	font-weight: normal;
} 

.videoContent{
	color: #003366;
	font-size: 20px;
	font-weight: normal;
} 

.conContent{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
} 

.white{
	color: #FFFFFF;
} 

.black{
	color: #000000;
} 


#flashDiv{
	text-align: center;
} 

#releaseDIV{
	padding-top: 5px;
} 

#footerPan{
	height:50px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #000000;
} 

#leftFooterPan{
	height:50px;
	color: #000000;
	float: left;
	width: 450px;
	text-align: left;
} 

#rightFooterPan{
	height:50px;
	color: #000000;
	float: right;
	width: 400px;
	text-align: right;
} 

DIV.contentContainer{
	width: 870px;
	padding: 15px;
	overflow: hidden;
}

DIV.contentVideoContainer{
	width: 870px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 15px;
	overflow: hidden;
}

DIV.contentVideoContainer a{
	color: #333366;
}

DIV.contentVideoContainer a:hover{
	color: #990000;
}

.contentContainer ul {
	LIST-STYLE-TYPE: square;
	margin-left: 20px;
}

.contentContainer li {
	margin-bottom: 3px;
	list-style-type: disc;
}


DIV.leftContainer{
	width: 530px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 15px;
	float: left;
	text-align: left;
}

DIV.rightContainer{
	width: 300px;
	float: right;
}

.form{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}

.formLeft{
	height: 20px;
	line-height: 20px;
	float: left;
	width: 250px;
	padding-right: 10px;
	text-align: right;
}

.formRight{
	height: 20px;
	line-height: 20px;
	float: right;
	width: 265px;
	text-align: left;
}

.formButtun{
	height: 20px;
	line-height: 20px;
	float: right;
	width: 215px;
	text-align: left;
	padding-left: 40px;
}

.formMultiline{
	margin-top: 10px;
	height: 55px;
	line-height: 20px;
}

.formRightMultiline{
	height: 55px;
	line-height: 20px;
	float: right;
	width: 265px;
	text-align: left;
	vertical-align: top;
}