@charset "utf-8";
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-indent: 10px;
}

.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif; /*fonts for the main document*/
	/*font-size: 14px; /*font size for the main document*/
	color: #000000;
	background-color: #CCCCCC;
}
#shell {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(comp/images/border_mid.gif);
	background-repeat: repeat-y;
	margin-bottom: auto;
}

#container{
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 120px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(comp/header2.png);
	background-repeat: no-repeat;
	padding: 0px;
}
#video{
	/*border: 2px solid #00FF00;*/
	/*background-image: url(comp/v_container.png); /*our logo image set as a background*/
	/*background-repeat: no-repeat; /*logo image wont repeat*/
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(comp/video.gif);
	height: 200px;
	width: 800px;
}
#banner{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	background-image: url(comp/images/banner.gif);
	background-repeat: repeat-x;
}
#main_text{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#table_container{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 800px;
	margin-left: 5px;
	margin-right: 5px;
}
#left_top {
	padding-top: 5px;
	padding-bottom: 5px;
}
#left_bottom {
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#center_top {
	padding-top: 5px;
	padding-bottom: 5px;
}
#center_bottom {
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#right_top {
	padding-top: 5px;
	padding-bottom: 5px;
}

#right_bottom {
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

