@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}

body {
	background-color: #FFFFFF;
	background-image: url(images/bg2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


@font-face {
	font-family: 'PapyrusRegular';
	src: url('fonts/papyrus-webfont.eot');
	src: local('?'), url('fonts/papyrus-webfont.woff') format('woff'), url('fonts/papyrus-webfont.ttf') format('truetype'), url('fonts/papyrus-webfont.svg#webfontNuOfdl4E') format('svg');
	font-weight: normal;
	font-style: normal;
}


a:link {
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}


h1 {
	color: #000;
	font-family: 'PapyrusRegular', Arial, Helvetica, sans-serif;;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

h2 a:link {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

h2 a:visisted {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

h2 a:hover {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}

h2 a:active {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}


.outline { 
	text-shadow: 0px 0px 6px #ff9800;
	font-size: 16px;
	font-weight: normal;
	font-family: 'PapyrusRegular', Arial, Helvetica, sans-serif;
}

.outline {
  display: block;
  width: 100%;
  filter: glow(color=#ff9800,strength=2);
}


#breadcrumb-links {
	color: #000;
	font-family: 'PapyrusRegular', Arial, Helvetica, sans-serif;;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}


p {
	margin: 0;
	margin-bottom: 15px;
}

.heading {
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
	line-height: 150%;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.smalltext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.smalltext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.smalltext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.smalltext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.outer {
	border: 3px solid #14090D;
	

}
.thinborder {
	border: 1px solid #14090D;
	

}

.thinborder a {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.thinborder a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leftside {
	border-left: 3px solid #14090D;
	background-color: #999999;
	 

}

.contentTable {
	background-color: #999999;
	 

}

.contentTable a img:hover {
	border: 2px solid #330000;
}


.button {
	border-width: 0px;

}




.inner {
	padding: 0px;
	border-bottom: 3px solid #14090D;
	border-top: 3px solid #14090D;
	
}


	
.upperborder {
	padding: 0px;
	border-top: 3px solid #14090D;
	
}

.lowerborder {
	padding: 0px;
	border-bottom: 3px solid #14090D;
	
}

.sidemenu {
	background-image:url(images/menubg2bw.jpg)
}

.sidemenu2 {
	background-image:url(images/menubg2bw.jpg)
}

#menu {
	font-family: 'PapyrusRegular', sans-serif;
	border-bottom: 3px solid #14090D;
	background-image:url(images/topmenubg.jpg);
	background-position: top left;
	color: #989898;
	font-size: 18px;
	font-weight: normal;
}

#menu li, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}


#menu a {
	color: #989898;
	font-weight: normal !important;
	text-decoration: none;
	display: inline;
	float: left;
	font-family: 'PapyrusRegular', sans-serif;
	padding: 13px 10px;
}

#menu a:hover {
	font-weight: normal;
	color: #ff9800;
	text-decoration: none;
	font-family: 'PapyrusRegular', sans-serif;
}

#menu a.first {
	padding-left: 10px;
}
#menu a.last {
	padding-right: 0px;
}

.italic {
	font-style: italic;
}
