/* CSS Base */

body {	background: #000000 url(shared/bg.jpg);
 		background-repeat: repeat;
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000000;
	 }	 
.slideimage  {
		background: #000000 url(shared/header3.jpg);
		background-repeat:repeat;
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000000;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		vertical-align: top;
		}					
.navyside {	border-right: 2px solid #D10B0C;
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000000;
		vertical-align: top;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: justify;
		}		
.navytitle {			
		border-bottom: 2px solid #D10B0C;
		font-family: Verdana, "Times New Roman", Times, serif;
		font-size: 12pt;
		color: #000000;
		font-weight: bold;
		}		
.title {
		font-family: Arial, "Times New Roman", Times, serif;
		font-size: 14pt;
		color: #000000;
		font-weight: bold;
		letter-spacing: 1px;
		}
.maintitle {
		font-family: Arial, "Times New Roman", Times, serif;
		font-size: 16pt;
		color: #000000;
		font-weight: bold;
		letter-spacing: 1px;
		}
.contentarea {
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000000;
		text-align: justify;
		padding-left: 2px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 3px;
		vertical-align: top;
		}
.bottom {
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #000000
		vertical-align: top;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		text-align: center;
		}
/* CSS Sidebar Links */

a.navlink {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:active {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:link {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:visited {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:hover {
	color: #0189FF;
	text-decoration: none;
	font-weight: bold;
	background-color: #6FC6FF;
	}
	
/* CSS Links */

a:link {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}	
a:active {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0189FF;
	text-decoration: none;
	background-color: #FFEA05;
	font-weight: bold;
	}
/* CSS Topbar Links */

a.toplink {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:active {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:link {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:visited {
	color: #D10B0C;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:hover {
	color: #0189FF;
	text-decoration: none;
	font-weight: bold;
	background-color: #6FC6FF;
	}
