﻿html, body
{
	text-align: center;
	background-color: #ffffff;
	font-size: 62.5%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
} 
#pagewidth
{
    background-color: #ffffff;
    font-size: 2.5em;
} 

#header
{
    background-color: #ffffff;
    background-image: url( 'images/header.jpg' );
    background-repeat: no-repeat;
} 
#topnav
{

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.50em;
	color: #808080;
}
#topnav a
{
	padding: 0px;
	margin: 0px;
	color: #808080;
	text-decoration: none;
}
#topnav a:link, a:visited
{
	color: #808080;
}

#topnav a:hover
{
	background-color:#9D3A1A;
	color: #ffffff;
}
#navcontainer
{
}

#navcontainer ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.50em;
}

#navcontainer a
{
	color:#808080;
	background-color: #E6E6E6;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}

#navcontainer a:link,  a:visited
{
    color: #808080;
    
}

#navcontainer a:hover
{
    background-color: #9D3A1A;
    color: #ffffff;
}
#leftcol
{
	background-image: url(  'images/left_background.gif' );
	background-color: #E6E6E6;
	background-repeat: repeat-y;
}

#maincol{
 	background-color: #E6E6E6;  
	background-image: url(  'images/right_background.gif' );
 }
#maincol h1
{
	color: #000000;
	font-size: 1.50em;
}
#maincol h2
{
    color: #000000;
    font-size: 1.25em;
}
#maincol p
{

    font-size: 1em;
    line-height: 1.1em;
} 
#maincol ul
{
    color: #000000;
    font-size: 1.1em;
} 
 
.imgPad
{
	padding: 5px;
}
.red
{
	color: #FF0000;
}

#footer
{
	background-color: #E6E6E6;
	background-image: url(  'images/footer.gif' );
	clear: both;
	color: #3F4C61;
	font-size: .75em;
	text-align: center;
	background-repeat: no-repeat;
} 
#footer a:link,  a:visited
{
	color: #3F4C61;
	text-decoration:underline;
} 