﻿body 
{   
    background-color:#000;
    font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height:1.5;
    text-align:center;
    height:100%;
    margin-top: 10px;
    padding:0px;
    color:#fff;
}

h1, h2, h3, h4, h5, h6
{
	color:#fff;
	text-align:left;
}

h1
{
	font-family:Times New Roman;
	/*color:#C80000; - 200*/
	/*color:#E80000; - 232*/
	color:#FF0000;/* - 255*/
	font-size:270%;
	font-weight:normal;
	padding:5px 5px 0px 0px;
}
h2
{
	font-size:125%;
	font-weight:normal;
	padding:5px 5px 0px 0px;
}
h3
{
	font-size:100%;
	font-weight:bold;
	padding:5px 5px 0px 0px;
}
p
{
	padding:3px;
	text-align:left;
}
p.ArcadiaRed
{
	/*color:#C80000; - 200*/
	/*color:#E80000; - 232*/
	color:#FF0000;/* - 255*/ 
	text-align:left; 
	font-size:15px; 
	padding:3px; 
	margin:0px;
}
p.ArcadiaWhite
{
	color:#fff; 
	text-align:left; 
	font-size:15px; 
	padding:3px; 
	margin:0px;
}

ul.ArcadiaRed
{
	/*color:#C80000; - 200*/
	/*color:#E80000; - 232*/
	color:#FF0000;/* - 255*/
	list-style-type:none;  
	text-align:left; 
	font-size:15px; 
	padding:30px 0px 0px 10px;
}
/*********************************************/
/* Page layout. ******************************/
/*********************************************/

div#dv_wrapper
{
    width: 800px;
/*    height: 600px; */
    margin-left: auto;
    margin-right: auto;
}

div#dv_header
{
    width: 800px;
    height: 110px; 
    background-image:url(../images/header255_0_0.gif);
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-color:#fff;
}
div#dv_footer
{
    width: 800px;
    height: 199px; 
    background-image:url(../images/footer255_0_0.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

div#dv_container
{
    width: 800px;
}


   
/********************************/
/* LINK STYLES ******************/
/********************************/

.menu a:link
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.menu a:visited
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.menu a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

/********************************/
/* TABLE STYLES ******************/
/********************************/

table
{
    width:100%;
    height:100%;
}

table p
{
	text-align:left;
}

td.ArcadiaRed_Menu
{
	/*background-color:#C80000; - 200*/
	background-color:#E80000;/* - 232*/
	/*background-color:#FF0000; - 255*/
	background-image:url('../images/menu_bg232_0_0.jpg'); 
	background-position:bottom left; 
	background-repeat:repeat-x; 
	vertical-align:top; 	
}


/********************************/
/* BORDERS FOR DEBUGGING LAYOUT */
/********************************/

/*div#dv_wrapper  {border: 1px solid red;}*/
/*div#dv_header {border: 1px solid pink;}*/
/*div#dv_container {border: 1px solid black;}*/
/*div#dv_leftCol {border: 1px solid magenta;}*/
/*div#dv_main {border: 1px solid purple;}*/
/*div#dv_rightCol {border: 1px solid green;}*/
/*div#dv_footer {border: 1px solid blue;}*/
/*div#dv_middleCol {{border: 1px solid green;}*/



