body { 

	background: url("images/gray_white_gradient.jpg") repeat-x scroll left top transparent;
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-color:#FFF;
}

#headerbar {   /* Main Navigation area */
	vertical-align: middle;
	background-color:#003399;
	height: 36px;
}

#container {
	width: 960px; 
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -481px;
	overflow: hidden;
	top: 0px;
	border: double;

}

#containerSM {
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -386px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	top: -5px;
	
}
	

#siteimg {   /* Large Site Image */
	width: 960px; 
	height: 122px;
	background: url('images/header2.jpg') #fff;
	border-bottom-width:thin; border-bottom-color:#333; border-bottom-style:solid;
}

#siteimgSM {
	width: 770px; 
	height: 122px;
	background: url('images/header.jpg');
	border-bottom-width:thin; border-bottom-color:#333; border-bottom-style:solid;
}

#line112div {   /* Large Site Image */
	height: 112px;
	border-bottom-width:thin; border-bottom-color:#333; border-bottom-style:solid;
}


/* Heading styles */
h1 {margin: 10px 0px;;font-size:28pt;line-height: 1.75em;color:#000000;font-family:Candara;}

h2 {margin: 0; font-size:20pt; font-family:Arial; color: #000000; line-height: 1.2em} /* headings on black backgrounds */


h3 {font-family: Candara; 
	margin: 0px 0 0 0px font-size: 1.25em; 
	line-height: 1.25em; 
	font-weight: normal
}

h4 {margin: 0 10px 0 10px;
	font-family:Arial;
	font-size: 11pt;
	line-height: 1.5em;
}

h5 {margin: 10px 10px;
	font-size:1.2em;
	line-height: 1.2em;
	color:#8f2f16;
	font-family:Candara;
	font-weight:bold;
}

h6 {margin: 0 10px 0 10px;
	font-family:Arial;
	font-size: 11pt;
	line-height: 1.5em;
}

p {margin: 0 10px 0 10px;
	font-family:Arial;
	font-size: 12pt;
	line-height: 1.5em;
}



footerfont {margin: 10px 10px;font-size:1.2em;line-height: 1.2em;color:#FFF; font-family:Candara; text-align:center}

#footerbar {   /* Main Navigation area */
	vertical-align:bottom;
	background-color:#003399;
}

#navbar {   /* Main Navigation area */
	width: 770px;
	height: 30px;
	vertical-align:bottom;
	background-color:#003399;
}
#menu{
margin:0;
padding:0;
position: absolute;
z-index: 1000;
}
#menu ul{
padding:0;
margin:0;
z-index: 1000;
}
#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
z-index: 1000;
}
#menu li a{
width:154px;
height: 30px;
display: block;
text-decoration:none;
text-align: center;
line-height: 30px;
font-weight: bold;
font-size: 12px;
z-index: 1000;
}
#menu li a:hover{
background-position: bottom center;
z-index: 1000;
}
#menu ul ul{
position: absolute;
top: 30px;
width: 154px;
visibility: hidden;
z-index: 1000;
}
#menu ul li:hover ul{
visibility:visible;
z-index: 1000;
}
a.blue{
background: url(images/blu.jpg) no-repeat top center;
color: #333;
}
