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

body 
{
background-image:url(images/background.gif);	
background-repeat:repeat-x;
background-color:rgb(183,194,216);
}

.body_top 
{
background-repeat:no-repeat;
background-image:url(images/body.gif);
height:200px;
vertical-align:top;
}

.body_bottom 
{
background-repeat:no-repeat;
background-image:url(images/body_bottom.jpg);
height:100px;
vertical-align:top;
}

.links_side
{
background-repeat:no-repeat;
background-image:url(images/links_side.gif);
height:100px;	
vertical-align:top;
}

.links_top
{
background-repeat:no-repeat;
background-image:url(images/links_top.gif);
height:50px
}

table
{ 
margin-left: auto;
margin-right: auto;
}
  
.flash 
{
float:left;
padding-left: 8px;
padding-top: 7px; 

}

.flash2 
{
padding-left: 355px;
padding-top: 7px; 

}

 
.links
{
line-height:26px;
padding-top:15px;
padding-left:30px;
background-color:#FFFFFF;
}

.white
{
background-color:#FFFFFF;
vertical-align:top;
}

.side_strip
{
vertical-align:top;
background-color:#43589b;
}

.body_color 
{
background-color:#FFFFFF;
}

.center
{
text-align:center;
}

/* These are the hypertext link properties */


a:link {color:#f20b00; text-decoration:underline;}
a:visited {color:#f20b00;}
a:hover {color:#020202; text-decoration:none;}


/* This is all the text style properties */
	
p
{
text-align: center;
padding-right:20px;
padding-left:20px;
color: black;
font-size: 13pt;
font-family: arial, verdana, sans-serif;
}
 
.header
{
	text-align:center;
	text-align:center;
	color:#f20b00;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
 

/* This is all the img's style properties */	


.banner
{ 
text-align: center;
}


	
/* These are any special style properties */	


.red
{
	color:#F00;
}
.error
{
	color:#F00;
	text-align:center;
}

.contact_text
{
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
.w3c
{
text-align: right;
width: 25%;
}





