body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	}

.just {
	text-align: justify;
	}
	
.navtitle {
	font-size: 10pt;
	color: #fff;
	font-variant: small-caps;
	}
	
.navbarlinks {
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	}
	
.navbarlinks a {
	text-decoration: none;
	color: #fff;
	}
	
.navbarlinks a:link {
	text-decoration: none;
	color: #548DBA;
	}
	
.navbarlinks a:visited {
	text-decoration: none;
	color: #548DBA;
	}
	
.navbarlinks a:hover {
	color: #fff;
	}

.dot a {
	text-decoration: none;
	color: #454949;
	font-size: 10pt;
	font-weight: bold;
	}
	
.dot a:link {
	text-decoration: none;
	color: #454949;
	border-bottom: 1px dotted #454949;
	}
	
.dot a:visited {
	text-decoration: none;
	color: #454949;
	border-bottom: 1px dotted #454949;
	}
	
.dot a:hover {
	color: #548DBA;
	border-bottom: 1px dotted #548DBA;
	}

/* This is specifically for the contact pages */

.contact a {
	text-decoration: none;
	color: #454949;
	font-size: 10pt;
	font-weight: bold;
	}
	
.contact a:link {
	text-decoration: none;
	color: #454949;
	border-bottom: 1px dotted #454949;
	}
	
.contact a:visited {
	text-decoration: none;
	color: #454949;
	border-bottom: 1px dotted #454949;
	}
	
.contact a:hover {
	color: #548DBA;
	border-bottom: 1px dotted #548DBA;
	}

/* The look of the Next/Previous links*/

a.lr {
	text-decoration: none;
	color: #454949;
	font-size: 10pt;
	font-weight: bold;
	}
	
a.lr:link {
	text-decoration: none;
	color: #454949;
	border-bottom: 1px dotted #454949;
	}
	
a.lr:visited {
	text-decoration: none;
	color: #454949;
	border-bottom: 1px dotted #454949;
	}
	
 a.lr:hover {
	color: #548DBA;
	border-bottom: 1px dotted #548DBA;
	}

.fptitle {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #494071; 
	font-size: 12pt;
	font-weight: bold;
	}


/* Chrome Menu Starts Here */

#chromemenu{
width: 99%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/ */
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #fff;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
content: "|";
}

/* This is for the links appearing in the gray bar */
#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #548DBA; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #fff;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #548DBA; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #548DBA;
}


/* Chrome Menu Ends Here */
	
.lowmenu {
	font-size: 10px;
	color: #CCC;
	}
	
.lowmenu a {
	text-decoration: none;
	color: #2C0B86;
	}
	
.lowmenu a:link {
	text-decoration: none;
	color: #2C0B86;
	}
	
.lowmenu a:visited {
	text-decoration: none;
	color: #2C0B86;
	}
	
.lowmenu a:hover {
	text-decoration: underline;
	color: #548DBA;
	}
	
.infofirefox {
	background-image: url('./../images/bluecircle.jpg');
	background-repeat: no-repeat;
	background-position: top -2; 
	font-size: 10pt;
	text-align: center;
	width: 169px;
	height: 143px;
	padding: 5px;
	position: relative;
	left: -38px;
	}
	
.infoie {
	background-image: url('./../images/bluecircle.jpg');
	background-repeat: no-repeat;
	background-position: top -2px; 
	font-size: 10pt;
	text-align: center;
	width: 169px;
	height: 143px;
	padding: 5px;
	position: relative;
	left: -48px;
	}
	
.title {
	font-size: 14pt;
	color: #2C0B86;
	}

hr {
	color: #2C0B86;
	background-color: #2C0B86;
	height: 1px;
	}
	
.titletiny {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #494071; 
	font-size: 15px;
	font-weight: bold;
	}
	
td.tomb {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-style: solid;
	border-color: #2C0B86;
	border-width: 1px;
	font-size: 10pt;
	}
	
.address {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
.footer {
	text-size: 10px;
	color: #DDD;
	}