/* CSS Document *//*-------------------------------------------	Main Body Setup-------------------------------------------*/body {	font-family:Verdana, Arial, Helvetica, sans-serif;	background-color:#FFDEA5;	font-size:12px;	margin:0px;	border:0px;}#hidden {	display:none;}/*-------------------------------------------	Header Setup-------------------------------------------*/#header {	width:764px;	margin-left:auto;	margin-right:auto;		margin-bottom:0px;	background-color:#FFFFFF;	margin-left:auto;	margin-right:auto;	padding:5px 10px 5px 3px;	border:1px solid #CCCCCC;	border-bottom-width:0px;	-moz-border-radius-topleft:12px;	-moz-border-radius-topright:12px;	font-family:"Comic Sans MS", Papyrus, fantasy, "Apple LiGothic Medium";	height:60px;	background-image:url(../images/line_header.gif);	background-repeat:repeat;	background-position:bottom;	overflow:hidden;	position:relative;	z-index:2;}#header h1 {	font-size:36px;	line-height:36px;	color:#4C4C4C;	padding:0px;	padding-top:20px;	margin:0px;	text-align:center;}#header p {	padding:0px;	margin:0px;	text-align:right;	font-family:Verdana, Arial, Helvetica, sans-serif;}#header img {	float:left;}/*-------------------------------------------	Footer Setup-------------------------------------------*/#footer {	width:800px;	margin-left:auto;	margin-right:auto;	margin-top:20px;	margin-bottom:10px;	color:#666666;	text-align:center;	font-size:10px;}/*-------------------------------------------	Navigation-------------------------------------------*/#nav {	background-image:url(../images/line.gif);	background-position:top;	background-repeat:no-repeat;	border-left:1px solid #CCCCCC;	border-right:1px solid #CCCCCC;	padding-top:8px;	width:777px;	margin:0px;	height:30px;	background-color:#4C4C4C;}#nav a {	background-image:url(../images/button.gif);	background-position:top;	background-repeat:no-repeat;	text-align:center;	height:21px;	width:80px;	display:block;	float:left;	line-height:14px;	font-size:14px;	font-weight:600;	padding-top:9px;	margin:0px;	margin-left:-1px;	margin-right:1px;	text-decoration:none;	color:#4C4C4C;	padding-bottom:0px;	margin-bottom:0px;}#nav a:hover {	background-image:url(../images/button_hover.gif);	background-position:top;	background-repeat:no-repeat;	color:#4092b0;}/*-------------------------------------------	Main Page-------------------------------------------*/#shadow {	width:779px;	margin-left:auto;	margin-right:auto;	margin-top:20px;	border-right:1px solid #999999;	border-bottom:1px solid #999999;	-moz-border-radius:13px;}	#main_page {	width:757px;	background-color:#FFFFFF;	margin-top:0px;	margin-left:auto;	margin-right:auto;	padding:10px 10px 10px 10px;	border:1px solid #CCCCCC;	border-top-width:0px;	-moz-border-radius-bottomleft:12px;	-moz-border-radius-bottomright:12px;	font-family:Verdana, Arial, Helvetica, sans-serif;	background-image:url(../images/line.gif);	background-position:top;	background-repeat:no-repeat;	clear:both;}#main_page a {	color:#666699;	text-decoration:none;	font-size:13px;}#main_page a:hover {	text-decoration:underline;}
