﻿BODY
{
/*font properties*/		
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: small;
	COLOR: #000000;
	
/*page background color*/
	BACKGROUND-COLOR: #333333;

/*body margins*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.body_header
{
/*site header page background*/
	background-image: url(images/banner_header.jpg);
	BACKGROUND-COLOR: #000000;

/*font properties*/		
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: small;
	COLOR: #666666;
}



IMG
{
/*image properties*/
	text-align: left;

/*image margins*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
}


.image_side
{
/*image properties*/
	text-align: left;

/*image margins*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


P
{
/*Paragraph properties*/
	text-align: left;

/*paragraph margins*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}



.shadow_left
/*shadow picture for left edge of table*/
{
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	width: 15px;
}


.shadow_right
/*shadow picture for right edge of table*/
{
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	width: 15px;
}

.shadow_navigation
/*shadow picture for underneath header*/
{
	background-image: url(images/shadow_navigation.jpg);
	background-repeat: repeat-x;
	height: 15px;
}


A:link
{
/*links*/
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}



A:visited
{
/*links visited*/
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}



A:hover
{
/*links hover mouse*/
	COLOR: #00ff00;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}




.headerlinks:link
{
/*links*/
	COLOR: #ffffff;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}



.headerlinks:visited
{
/*links visited*/
	COLOR: #ffffff;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}



.headerlinks:hover
{
/*links hover mouse*/
	COLOR: #00ff00;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}


.sitebodylinks:link
{
/*links*/
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-style: italic;
	font-weight: bold;
}



.sitebodylinks:visited
{
/*links visited*/
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-style: italic;
	font-weight: bold;
}



.sitebodylinks:hover
{
/*links hover mouse*/
	COLOR: #00ff00;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-style: italic;
	font-weight: bold;
}





H1
{
/*Header 1 properties*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

H2
{
/*Header 2 properties*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

 

H3
{
/*Header 3 properties*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


H4
{
/*Header 4 properties*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


H5
{
/*Header 5 properties*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

H6
{
/*Header 6 properties*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}



DIV
{
/*DIV properties*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.div_highlight:hover
{
/*news section highlights */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	BACKGROUND-COLOR: #666666;
	COLOR: #ffffff;
}

TD
{
/*table data*/
	vertical-align: top;
	text-align: left;
}
