
/* Tis section sets the style properties for you tables */

table
{ 
margin-left: auto;
margin-right: auto;
}
  
  
/* These are the hypertext link properties */


a:link 
{ 
color: #0000ff;
}

a:visited 
{ 
color: #800080;
}

a:hover 
{ 
background-color:#CCCCCC;
text-decoration: underline;
}

a:active 
{ 
color: #ff0000;
}		

/* This is all the text style properties */
	
p
{
text-align: left;
color: black;
font-size: 11pt;
font-family: arial, verdana, sans-serif;
}
   

.header1
{
text-align: center;
color: black;
font-weight:bold;
text-decoration: underline;
font-size: 16pt;
font-family: arial, verdana, sans-serif;
}  

.eventheader
{
text-align: left;
padding-left:25px;
color: black;
font-weight:bold;
text-decoration: underline;
font-size: 12pt;
font-family: arial, verdana, sans-serif;
}
/* This is all the img's style properties */	


.banner
{ 
text-align: center;
}

/* These are any special style properties */	




.leftnavbar
{
	padding-left:12px;
vertical-align: top;
height: 500px;
background-color:#DAEBF6;
}

.wellcomenote
{
text-align: left;
vertical-align: top;
height: 20px;
}

.body
{
text-align: left;
vertical-align: top;
height: 400px;
}

.w3c
{
text-align: right;
width: 25%;
}

.bodytable
{
vertical-align: top;
height: 500px;
}

.innercell
{
height: 400px;
}

.innertable
{
text-align: left;
}

.form
{
text-align: left;
}

.button
{
text-align: center;
}
img.floatright { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
.header
{
background-position: top;
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 110px;
width:1000px;
}

.headernav
{
text-align: right;
vertical-align:bottom;
padding-right: 60px;
font-size: 11pt;
font-family: arial, verdana, sans-serif;
}

.headernav2
{
text-align: left;
font-size: 13pt;
font-weight:bold;
text-decoration:underline;
font-family: arial, verdana, sans-serif;
}
.center
{
	text-align:center;
}

/* new nav styles */


.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-image:url(images/nav-af-back-roll.gif);
color:#000000;
width:172px;
padding:2px;
text-align:center;
font-weight:bold;
}

.submenu{
margin-bottom: 0.5em;
}
.subnav a {display:block; color:#F00; text-decoration: underline; font-size:14px;}	
.subnav a:hover {display:block; font-weight:bold; text-decoration:underline; font-size:14px;}
.subnav_on a {display:block; font-weight: bold; text-decoration:underline; font-size:14px;}

.error{ font-family:arial, verdana, sans-serif; color:#F00; text-align:center;}
.red {color:#F00;}
.bold {font-weight:bold;}
img.floatright { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

.blue {color:#03F;}
.left {text-align:left;}

#box {
	border: solid;
	border-width: thin;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#CCC;
	padding-top:10px;
	padding-bottom:10px;
	
}
	