html, body	{
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	font-family:"Times New Roman", Times, serif;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#000000;
}

p	{font-size:13px;}

h1	{font-size:21px;}
h2	{font-size:18px;}
h3	{font-size:15px;}

ul	{padding:0px;
	margin-top:2px; margin-bottom:2px; margin-left: 20px;}
li	{font-size:13px;
	margin:0px;
	padding:0px;}

a, a:link	{color:#790000;}
a:hover	{color:#000000; text-decoration:none;}

#wholePage	{
	border-top:10px solid #000000;
	background-color:#E4D2B1;
}

#header	{
	clear:both;
	background-image:url(../images/slices/headerBkgd.gif);
	background-repeat:repeat-x;
	white-space:nowrap;
	background-color:#790102;
}

#navs	{
	clear:both;
	background-image:url(../images/slices/navBkgd.gif);
	background-repeat:repeat-x;
	white-space:nowrap;
	background-color:#E4D2B1;
}

#container	{
	background-image:url(../images/slices/sidesBkgd.gif);
	background-repeat:repeat;
	position:relative;
	text-align:center;
	background-color:#FCF1DF;
}

#mainArea	{
	width:710px;
	background-image:url(../images/slices/mainAreaBkgd.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#contentBox	{
	border:1px solid #790000;
	width:499px;
	height:100%;
	background-image:url(../images/slices/contentAreaBkgd.jpg);
	background-repeat:no-repeat;
	background-color:#FCF1DF;
	margin:10px;
	float:left;
	text-align:left;
}
#contentBox	p, #contentBox h1, #contentBox h2, #contentBox h3, #contentBox h4, #contentBox h5 {
	padding:10px;
	margin:0px;
}

#extraRight	{
	width:189px;
	height:460px;
	float:right;
	background-image:url(../images/slices/extraRightBkgd.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
}
#extraRight img{
	display:none;
}
#extraRight	#news {
	margin-top:20px;
	margin-left:2px;
	width:170px;
	text-align:left;
}
#news h3 {
	border-bottom:2px solid #FFF;
	color:#FFFFFF;
	font-style:italic;
	margin:0px;
}
#news ul, #news a, #news a:link	{
	color:#000;
	margin-top:5px;
}
#news li	{
	margin-left:10px;
	padding-left:3px;
	font-size:14px;
}
#news a:hover	{
	color:#000000;
}

#disclaimer	p	{
	font-size:12px;
	width:520px;
	padding-bottom:5px;
	margin-right:170px;
	text-align:left;
}

#footer	{
	border-top:10px solid #790000;
	background-color:#000000;
	clear:both;

}
#footer	p, #footer a, #footer a:link	{
	color:#FCF1DF;
	font-size:11px;
}
#footer a:hover	{
	color:#FFFFFF;
	text-decoration:none;
}