body {
	background-color: #023F80;
	background-image: url(/images/background2.jpg);
	background-repeat:repeat-x;
}

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.topleft{ 
background-image: url(/images/Top_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.topright{ 
background-image: url(/images/Top_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.topcenter{ 
background-image: url(/images/Top_Center.png); /* forward slash for the path */ 
height: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}

td.bottomleft{ 
background-image: url(/images/Bottom_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.bottomright{ 
background-image: url(/images/Bottom_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.bottomcenter{ 
background-image: url(/images/Bottom_Center.png); /* forward slash for the path */ 
height: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centerright{ 
background-image: url(/images/Center_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centerleft{ 
background-image: url(/images/Center_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centercenter{ 
background-image: url(/images/Center_Center.png); /* forward slash for the path */ 
width: 1px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}

a:link {
	font-weight: bold;
	font-weight: bold;
	color: blue;
}
a:visited {
	font-weight: bold;
	color: red;
}
a.selected {
	font-weight: bold;
	color: red;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
.style1 {font-size: 14px; font-weight: bold; }
.style2 {font-size: 14px}
.style3 {font-size: 14px; font-weight: normal; color: #00CCFF}
.style4 {font-size: 14px; font-weight: bold; color: #66FF00}
.style5 {font-size: xx-large}
.style6 {font-size: x-large}
.style7 {font-size: large}
.style8 {font-size: medium}
.style9 {font-size: small}
.style10 {font-size: x-small}
.style11 {font-size: xx-small}
h1 {
	font-size: large;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: medium;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: small;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.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: 798px;
background: url(http://ncpaf.com/images/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(http://ncpaf.com/images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
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 #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}
