@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	font-family: "Comic Sans MS";
	font-size: 12px;
}
table {
	width: 100%;
	height: auto;
	text-align: center;
}
td {
	width: 25%;
	height: auto;
}
img {
	border: none;
}
#Container {
	width: 765px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #000000;
}
#image_center {
	width: 500px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#Top_Box {
	width: 765px;
	height: 200px;
}
#Body_Box {
	width: 765px;
	height: auto;
	background-color: #4E6CB5;
	min-height: 350px;
	max-height: auto;
}
#LeftBox {
	float: left;
	width: 200px;
	min-height: 350px;
	max-height: auto;
}
#RightTitleBox {
	float: right;
	width: 565px;
	height: 20px;
	background-color: #4E6CB5;
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
}
#RightContentBox {
	clear: right;
	float: right;
	width: 565px;
	min-height: 350px;
	max-height: auto;
	background-color: #ffffff;
	text-align: justify;
}
#Right_PaddingBox {
	width: 555px;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#Footer_Box {
	clear: right;
	float: right;
	width: 565px;
	height: auto;	
	background-color: #ffffff;
}
/* KEEP THIS CODE!!!!!! IT FIXES THE ISSUE OF BACKGROUNDS SHOWING IN FIREFOX. ADD THE CODE class="clearfix" TO WHATEVER DIV YOU NEED FIXED */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#picture_Box {
	width: 200px;
	height: 175px;
	padding: 0px 2px 0px 2px;
}
