.YP {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

A.header1:visited {color: white;}
A.header2:visited {color: black;}

A:link {text-decoration: none; color:#080999; font-weight: bold}
A:visited {text-decoration: none; color:#4455cc; font-weight: bold}
A:hover {text-decoration: underline; font-weight: bold}

h1 {font-size: 18pt;}
h1:first-letter {color:#080965;font-size: 22pt;font-weight:bold;}

.html {
    /*overflow-y: hidden;*/
}

.BOR {
	border-right: black 1px solid;
}

.BOL {
	border-left: black 1px solid;
}

.BOLR {
	border-left: black 1px solid;
	border-right: black 1px solid;	
}

.BOA {
	border: black 1px solid;
}

.BOB {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
}


.banner {
	background-image: url('images/banner.jpg');
	background-position: 0 0;
	background-color: #080965;
}

.main {
	background-image: url('images/whitemask.gif');
}

body {
	background-image: url('images/lightmap.jpg');
	background-color: #e8e7f5;
	margin: 0px;
	
}


.centered {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
}



/* ----------------- CSS MENU CODE ------------------ */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg4.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #E8BEBE;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
border-style: solid;
border-width: 1px 0px 1px 0px;
/*background: url(chromebg4-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ""; /*" v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #080965; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color: #e8e7f5;
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: 1px solid #080965; /*THEME CHANGE HERE*/
background-color: #e8e7f5;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #080965;
}