﻿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
{
	/*color:#BA0000; - 186*/
	/*color:#C80000; - 200*/
	/*color:#E80000; - 232*/
	color:#FF0000;/* - 255*/
	font-family:Times New Roman;
	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;
}
/*********************************************/
/* 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: 0px;
    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_banner
{
    width: 800px;
    height: 164px; 
    background-image:url(../images/banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 0px;
     background-color:#fff;
}


div#dv_container
{
    width: 800px;
}


/********************************/
/* LIST STYLES ******************/
/********************************/

ul
{
    list-style-type: none;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}

li
{
    margin-bottom: 15px;
}
    
/********************************/
/* 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.menu
{
	/*background-color:#BA0000; - 186*/
	/*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; 
	width:276px; 
	vertical-align:top; 
	font-size:15px; 
}


/********************************/
/* 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;}*/



/********************************/

.trackinfo
{	
text-align:left; background-color:#DCDCDC; color:#000; padding:2px;
}
