/*  These are the fonts for the pages  */

	/* titleBlue is used on the index page also. It is in the index style sheet but was added here to keep all the styles seperate */
		
		.titleblue {
			font-family: Trebuchet MS, Arial Black, sans-serif;
			font-size: large;
			color: #003063;
			text-decoration: none;
		}

		.orac-blue {  
			font-family: Trebuchet MS, Arial Black, sans-serif; 
			font-size: small; 
			font-weight: normal; 
			color: #000066; 
			text-decoration: none
			}
		.smallBlue2 {
			font-family: Trebuchet MS, Arial Black, sans-serif;
			font-size: x-small;
			font-style: normal;
			font-weight: normal;
			color: #000066;
			text-decoration: none;
		}
		.orac-green {
	font-family: Trebuchet MS, Arial Black, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #339933;
	text-decoration: none;
			}

	
		.titleCream { 
			font-family: Trebuchet MS , Arial Black, sans-serif;
			font-size: large; 
			color: #999999; 
			font-style: normal;
			text-decoration: none;
			}
			
			.BigBlue {
		
			font-family: Arial, Helvetica, sans-serif;
			font-size: medium;
			font-style: normal;
			font-weight: bold;
			color: #003366;
			text-decoration: none;
			float: none;
			}
		
			.BigGreen { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: medium; 
			font-style: normal; 
			font-weight: bold; 
			color: #339933; 
			text-decoration: none ;
			}
		
		
		
			.smallgrey {
				font-family: Trebuchet MS, Arial Black, sans-serif;
				font-size: x-small;
				font-style: normal;
				line-height: normal;
				font-weight: normal;
				color: #666666;
				text-decoration: none;
			}
			

	
		.orac-white {
	font-size: small;
	font-family: "Trebuchet MS", "Arial Black", sans-serif;
	color: #FFFFFF;
}

			.oracGrey2 {
				font-family: Trebuchet MS, Arial Black, sans-serif;
				font-size: x-small;
				font-weight: normal;
				color: #666666;
				text-decoration: none;
			}

			.DesPurple {
				font-family: Trebuchet MS, Arial Black, sans-serif;
				font-size: medium;
				font-weight: normal;
				color: #6600FF;
				text-decoration: none;
			}
			

ul {
	font-family: Trebuchet MS, Arial Black, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	width: auto;
	list-style-type: none;
}

#menuNav a:LINK{color:#666666;text-decoration:none;}
#menuNav a:HOVER{color:#333333;text-decoration:none;}
#menuNav a:ACTIVE{color:#666666;text-decoration:none;}
#menuNav a:VISITED{color:#999999;text-decoration:none;}

/* This is the start of the positioning for the rest of the pages*/
#pageswrapper {
	width: 100%;
	margin-left: 10px;
	clear: both;
	padding-right: 2%;
}
#masthead {
	width: 70%;
	text-align: center;
	font-family: Trebuchet MS, Arial Black, sans-serif;
	font-size: small;
	color: #666666;
	float: none;
}
#masthead a:LINK{color:#666666;text-decoration:none;}
#masthead a:HOVER{color:#333333;text-decoration:none;}
#masthead a:ACTIVE{color:#666666;text-decoration:none;}
#masthead a:VISITED{
	text-decoration:none;
	color: #666666;
}
#menuNav {
	list-style-type: none;
	width: 18%;
}
#menuLogo {
	text-align: right;
	list-style-position: outside;
	float: right;
	width: 100%;
}
#links {
	width: 100%;
	text-align: right;
	vertical-align: middle;
	line-height: 15pt;
}

#but {
	width: 10%;
}
/*
#links , #but {
	float: left;
}*/
#menuAddress {
	text-align: center;
	clear: both;
}
#pagesContent {
	width: 95%;
	padding-left: 15px;
}

#menuNav , #pagesContent {
	float: left;
}
#menufooter {
	width: 100%;
	clear: both;
	text-align: center;
	font-family: Trebuchet MS, Arial Black, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
#navigation {
	width: 100%;
	background-color: #000000;
}

#button {
	vertical-align: middle;
}
.menuGray {
	font-family: Trebuchet MS, Arial Black, sans-serif;
	font-size: medium;
	color: #999999;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.orac-gray {
	font-family: Trebuchet MS, Arial Black, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#map {
	text-align: center;
}
.button {
	vertical-align: middle;
}
#center {
	text-align: center;
}

