﻿HR { color: #3232FF; height: 2px; }
H1 
{ 
	color: #ff0000;  
	font-style: italic;
	text-align: center;
}

H2 { color: #ff0000; border: 0px green solid;}

H3 { color: #3232FF; }


body {
margin:0 auto;
background-color: #ffffff;
background-image:url(../images/bg.jpg);
width:auto;

}

a:link {

  color: #0000ff;

}

a:visited {
  color: #0066ff;
  font-weight: bolder;
}

a:hover 
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

#container
{
	margin: 0 auto;
	width: 90%;
	text-align: center;
	line-height: 1.5em;
}
#container2
{
	margin: 0 auto;
	width: 60%;
	xtext-align: center;
	xline-height: 1.5em;
}

#footer
{
	clear: both;
	margin: 0 auto;
	text-align: center;
}
#normalT
{
	text-align:left;
	width: 700px;
	margin: 0 auto;
}
.Clear
{
	clear:both;
}
.nowrap
{
	white-space:nowrap;
}
.FourCol
{
	width: auto;
	padding: 20px;
	float: left;
	text-align: left;
}
.LeftCol
{
	float: left;
	width: 33%;
	border: 0px red solid;
}

.CenterCol
{
	float: left;
	width: 33%;
	border: 0px blue solid;
}

.RightCol
{
	float: left;
	width: 33%;
	border: 0px green solid;
}
.bolder
{
	font-weight: bolder;
}
ul
{
	border: 0px yellow solid;	
}

li
{
	list-style-type: none;
	border: 0px green solid;
	list-style-position: inside;
	margin: 0 0 0 0;
}
.em75
{
	font-size: 0.75em;
}
img
{
	border: 0;
}

#footer li
{
	margin: 0 auto;
	text-align: center;
}

