/* CSS Base */

body {	background: #FFFFFF;
 		background-repeat:repeat-x;
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000000;
	 }	 
.slideimage  {
		border-left: 2px solid #000000; 
		border-right: 2px solid #000000;
		background: url(all/slidebg.jpg);
		background-repeat: no-x; 
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #00A650;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		height: 30px;
		vertical-align: top;
		}					
.navyside {
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #FFFFFF;
		vertical-align: top;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 16px;
		text-align: justify;
		}		
.navytitle {
		border-bottom: 2px solid #000000;
		font-family: Verdana, "Times New Roman", Times, serif;
		font-size: 12pt;
		color: #FFFD32;
		font-weight: bold;
		}		
.title {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14pt;
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 1px;
		}
.maintitle {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16pt;
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 1px;
		}
.contentarea {
		border-left: 2px solid #000000; 
		border-right: 2px solid #000000;
		background: #8DCDF9;
		background-repeat: no-x; 
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000000;
		line-height: 16px;
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align: top;
		}
.bottom {
		border-top: 2px solid #000000;
		border-left: 2px solid #000000;
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		background: #8DCDF9;
		background-repeat: no-x; 
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #000000;
		vertical-align: top;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		line-height: 16px;
		text-align: center;
		}
/* CSS Sidebar Links */

a.navlink {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.navlink:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.navlink:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.navlink:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.navlink:hover {
	color: #FFFD32;
	text-decoration: underline overline;
	font-weight: bold;
	}
	
/* CSS Links */

a:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}	
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #00A650;
	text-decoration: underline;
	font-weight: bold;
	}
/* CSS Topbar Links */

a.toplink {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.toplink:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.toplink:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.toplink:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.toplink:hover {
	color: #00A650;
	text-decoration: underline overline;
	font-weight: bold;
	}