@charset "utf-8";
/* CSS Document */

body {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #ebebeb;
	margin: 0px;
	}

.main{
	background-image: url(/site_images/bg.jpg);
	background-repeat: repeat-x;
	}

.contents {
	margin-left: auto;
	margin-left: auto;
	width: 650px;
	}

.maintable {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	}

.sideborder {
	background-color: #ebebeb;
	width: 55px;
	}

	#right{
		background: #FFFFFF url(/site_images/rightside_sweep.jpg) repeat-y;
			}

	#left{
		background: #FFFFFF url(/site_images/leftside_sweep.jpg) repeat-y;
		}


.header_container {
	height: 230px;
	}


.body_container {
	background-color: #FFF;
	width: 704px;
	text-align: center;
	}
	
.body_container img{
	border: 0;
}

.footer_container {
	text-align: center;
	height: 95px;
	background: #FFFFFF url(/site_images/footer.jpg) no-repeat;
	font-size: 10px;
	}

.sub_footer_container {
	height: 70px;
	background: #FFFFFF url(/site_images/sub_footer.jpg) no-repeat;
	}

.sub_footer_container p{
	color: #333;
	font-size: 11px;
	width: 600px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.sub_footer_container a:link, .sub_footer_container a:visited{
	color: #003366;
}
.sub_footer_container a:hover, .sub_footer_container a:active{
	color: #990000;
}

.videolist {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	}


/* text formatting */

h1, h2, h3, h4, h5{
	font-family: Verdana, Arial, sans-serif;
	margin: 5px 0 5px 0;
	padding: 0;}
	
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 15px;
	}
h4 {
	font-size: 12px;
	}

/* For small paragraph heading texts */
h5 {

	font-size: 12px;
	}


p {
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	text-align: justify;
	line-height: 18px;
	}

.outofbox {
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	}

.fancy_box_contents {
	width:470px;
	margin-left: auto; 
	margin-right: auto;
	}

.coverfloat {
	float: left;
	margin-bottom: 20px;
	}

.submitcaption {
	text-align: center;
	font-size: 10px;
	}

ul {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	list-style-type: none;
	line-height: 24px;
	font-size: 11px;
}

.launcher_list{
	margin: 0 auto;
	width: 500px;
}


.fancy_box_contents ul{
	margin: 0 auto;
	width: 400px;
	list-style-type: none;
}
.fancy_box_contents ul li, .launcher_list li{
	line-height: 18px;
	margin: 20px 0;
}



.sum_table table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 14px;
	width: 560px;	
}


.sum_table tr{
	height: 40px;
	background: #fff url(/site_images/sum_tr.jpg);
}

.sum_table p{
	margin: 0 25px;
}

#odd {
	width: 20%;
	font-weight: bold;
	}

#sum_begin{
	height: 60px;
	background: #fff url(/site_images/sum_begin.jpg);
}

#sum_end{
	height: 60px;
	background-color: #FFFFFF}


/*ID's*/

#alignleft {
	text-align: left;
	}

#red{
	color: #CC0000;
	}
	
#dkblue{
	color: #003366;
	}	
	
#black{
	color: #000000;
	}
	
#whitebold_indented {
	color: #fff;
	font-weight: bold;
	text-align: center;
	}

#blackbold_indented {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 15px;
	}

#r_margin_10 {
	margin-right: 10px;
	}
