﻿/* --- Body and surrounding areas */
html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div
{
}

body
{
	background-repeat:repeat;
	font-family: Arial;
	font-size: .9em;
	margin: 0px 0px 0px 0px;
	background-color: #EEEEEE;
}

form { margin:0;padding:0; }

#contentSection
{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	
	float:left;
	width: 750px;
	
	border: none !important;
	
	background-image: url(assets/images/dropShadowContent.gif);
	background-repeat: repeat;
	text-align: center;
}
#page
{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#pageTop
{	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:770px;
	height:10px;
	
	/* the !important attr. is necessary for CSS compliant browsers to use this rule instead of the last one */
	/* CSS Compliant browsers */
	background-image:url(assets/images/dropShadowTop.png) !important;
	background-repeat: no-repeat;

}

#pageBottom
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float:left;
	width:770px;
	height: 9px;
	
	/* CSS Compliant browsers */
	background-image:url(assets/images/dropShadowDown.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

h1 
{
	font-family: Times New Roman;
	font-size: 1.25em;
	text-transform: uppercase;
	color: Blue;
}

h2 
{
	
	
}

h3 
{
	
}

h4 
{
	
}

.tableMAIN 
{
	background-color: #FFFFFF;
}

div.menu 
{
	position: relative;
	padding-left: 15px;
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000;
	overflow: hidden;
}

.menuLink 
{
	color: Blue;
}
.menuLink:hover
{
	color: #FF0000;
}
.menuLink:visited
{
	color: Blue;
}
.menuLink:active
{
	color: Blue;
}

/*		*/
.moreLink 
{
	font-weight: bold;
	font-style: italic;
	color: Blue;
}
.moreLink:hover
{
	color: #FF0000;
	
}

.moreLink:visited 
{
	color: Green;
	
}
