@charset "utf-8";
/* CSS Document */

body {
	margin:20px 0px; padding:0px;
	/* text-align:center; */
	background-color:#FFFFFF;
	}
	
#Container{
	width:763px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#FFFFFF}

#header{
	background-image:url(../images/common_images/logo.gif);
	width:763px;
	height:115px;
	background-repeat:no-repeat;
	float:left;
	}
.leftbg{
	background-image:url(../images/common_images/leftside_bg.gif);
	background-repeat:repeat-y;
	width:32px;
	height:580px;
	overflow:hidden;
	float:left;
	}
.rightbg{
	background-image:url(../images/common_images/rightside_bg.gif);
	background-repeat:repeat-y;
	width:32px;
	height:580px;
	overflow:hidden;
	float:left;
	}
#content{
	background-color:#FFFFFF;
	width:599px;
	height:auto;
	float:left;
	overflow:hidden;
	padding:50px 50px 5px 50px;
	}
#content h1{
	color:#CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	}
#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;

	}
	
#content span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CC0000;
	font-weight:bold;
	}

	
#footer{
	background-image:url(../images/common_images/footer.gif);
	width:763px;
	height:35px;
	float:left;
	}
	
.copyright{
	width:759px;
	height:auto;
	float:left;
	}
.copyright p{
	font-size:11px; 
	font-weight:bold; 
	color:#000000; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	}
.copyright p a{
	font-size:11px; 
	font-weight:bold; 
	color:#000000;
	text-decoration:none;
	}
.copyright p a:hover{
	font-size:11px; 
	font-weight:bold; 
	color:#000000;
	text-decoration:underline;
	}