@charset "utf-8";
/* CSS Document */

/*Body Style*/
*{
	margin:0px;
	padding:0px;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

p{
	padding:3px 0px 7px 0px;
	line-height:16px;
}

html, body{
	height: 100%;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000033;
	color:#333;
}

#body {width:958px; height:1300px; border:thin solid #009; margin-left:auto; margin-right:auto; background-color:#FFF;}

#main_body { width:928px; height:950px; margin-left:auto; margin-right:auto; padding:15px 15px 15px 15px; }

hr{color:#900; margin-top:10px; margin-bottom:10px; height:1px; background-color:#900;}
.white_hr{color:#fff; margin-top:10px; margin-bottom:10px; height:1px; background-color:#fff;}

/*Content Style*/

.text {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; text-decoration:none;}
.text a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; text-decoration:underline;}
.text a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; text-decoration:underline;}
.white_text {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none;}
.white_text a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:underline;}
.white_text a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:underline;}
.headlines {font-size:15px; font-weight:bold;}

h1{ font-size:22px;}
h2{ font-size:18px;}
h3{ font-size:15px;}

ul {padding-left:10px;}

/*Footer Style*/
#footer { width:928px; margin-left:auto; margin-right:auto; background:url(../images/footer_line.jpg) top repeat-x; height:30px;}
#footer a { color:#333; text-decoration:none; }
#footer a:hoover {color:#333;}






