HTML
{
	OVERFLOW-Y: auto;
	OVERFLOW-X: hidden;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #3366FF;
	SCROLLBAR-SHADOW-COLOR: #3366FF;
	SCROLLBAR-3DLIGHT-COLOR: #505069;
	SCROLLBAR-ARROW-COLOR: #3366FF;
	SCROLLBAR-BASE-COLOR: #505069;
	SCROLLBAR-DARKSHADOW-COLOR: #505069;
}


.menu_html
/*to hide the scroll bar that appears for the menu section while using Safari*/
{
	OVERFLOW-Y: hidden;
	OVERFLOW-X: hidden;
}


BODY
{
/*font properties*/		
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: small;
	COLOR: #FFFFFF;
	
/*page background color*/
	BACKGROUND-COLOR: #000000;

/*frameset header page background image*/
	background-image: url('background.jpg');

/*body margins*/
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


TD
{
/*table data*/
	vertical-align: top;
}


.td_pictures
{
/*table data for pictures*/
	text-align: center;
}

.header
{
/*frameset header page background*/
	BACKGROUND-COLOR: #000000;
	background-image: url(background_main.jpg);
	background-attachment: fixed;
}




.main
{
/*frameset main frame background*/
	background-image: url(background_main.jpg);
	background-attachment: fixed;

/*body main fram margins*/
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}



.menu
{
/*top menu frame background*/
	background-image: url(background_main.jpg);

/*top menu frame alignment*/
	text-align: center;
}


.image
{
/*logo in menu properties*/
	border: 2px inset;
}


.menu_bottom
{
/*bottom menu margins*/
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;

/*bottom menu frame background*/
	background-image: url(background_main.jpg);
}



.header_table
{
/*header frame table width and border*/
	width: 100%;
	border: 1px inset;
}


.header_table_cell_right
{
/*header frame table right cell alignment*/
	text-align: right;
	vertical-align: middle;
}



A:link
{
/*links*/
	COLOR: #3399FF;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}



A:visited
{
/*links visited*/
	COLOR: #3399FF;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}



A:hover
{
/*links hover mouse*/
	COLOR: #33FFFF;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}



A:link img
{
/*image links*/
	border: 2px solid #3399FF;
}



A:visited img
{
/*image links visited*/
	border: 2px solid #3399FF;
}



A:hover img
{
/*image links hover mouse*/
	border: 2px solid #33FFFF;
}




P
{
/*Paragraph properties*/
	text-align: left;

/*paragraph margins*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.paragraph_photo
{
/*photo alignment properties in paragraph*/
	float: left;

/*photo margins in paragraph*/
	margin-top: 5px;
	margin-right: 5px;
}


H1
{
/*Header 1 properties*/
}

H2
{
/*Header 2 properties*/
	margin-top: 0px;
	margin-bottom: 0px;
}

 

H3
{
/*Header 3 properties*/
	margin-top: 0px;
	margin-bottom: 0px;
}


H4
{
/*Header 4 properties*/
	margin-top: 0px;
	margin-bottom: 0px;
}


H5
{
/*Header 5 properties*/
	margin-top: 0px;
	margin-bottom: 0px;
}

H6
{
/*Header 6 properties*/
	margin-top: 0px;
	margin-bottom: 0px;
}

q
{
/*quote styling*/
	font-style: italic;
}