html 
{
  filter: expression(@if (@_win32) document.execCommand("BackgroundImageCache", false, true) @end);
}
body
{
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}

div.banner
{
	width:800px;
}

div.foot
{
	clear:both;
}

div.nav 
{
	position:relative; 
	text-align:right;
	float:left; 
	
	padding-top: 10px;
	padding-right: 20px;
	margin-left:10px;
}

div.content 
{
	padding:10px;
	position:relative;
	float:left;
	width:750px;
	border-style: solid;
	border-width: thin;
	border-color: #000000;

	background-color:#ffffff;
}


div.redline
{
	border-top-style: solid;
	border-color: #800000;
	margin-bottom: 5px;
	
}


div.rederline
{
	border-top-style: solid;
	border-color: rgb(255,0,0);
	margin-bottom: 5px;
	
}


div.blueline
{
	border-top-style: solid;
	border-color: #586BEF;
	margin-bottom: 5px;
	
}	


div.yellowline
{
	border-top-style: solid;
	border-color: #ffff80;
	margin-bottom: 5px;
	
}


img.right
{
	float:right;
	margin-left:10px;
}

	
img.left
{
	float:left;
	margin-right:10px;
}

dt{font-size:18pt; color:#005000;}
	
p { color: #000000; }
.underline {text-decoration: underline}
h1 { color: #006000; font-size:30.0pt;}
h2 { color: #005000; font-size:20.0pt;}
h3 { color: #005000; font-size:15.0pt;}
h4 { color: #007000; font-size:13.0pt;}
h5 { text-decoration: underline;font-weight: bold; font-size:14.0pt;}
h6 { color: rgb(255,0,0); font-size:13.0pt;}



p.copyright   
{
	color: #000000;
	text-align:center; 
	font-size:70%
}

a.nav { font-weight: bold; text-decoration:none; letter-spacing: 3px; text-align: right;}
a.nav:link    {color:#000000; background-color:transparent}
a.nav:visited {color:#000000; background-color:transparent}
a.nav:hover   {color:#FF0000; background-color:transparent}
a.nav:active  {color:#FF0000; background-color:transparent}

p.gap 
{ 
	line-height: 40%;
}


.dancelabel
{
	font-size:12.0pt; 
	color:#005000;
	font-weight: bold; 
	text-decoration:underline;
	font-style:italic;
}


.homelabel
{
	font-size:18pt;
	color:#005000
}

#errors
{
	visibility:hidden; 
	padding-left:50px; 
	color:#000033; 
	background-color:#cccccc; 
	layer-background-color:#cccccc;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
}

#errors dt { font-size:12pt; color:#000000; }
#errors dd { font-size:12pt; color:#FF0000; }