* /* reset */
{margin: 0px;padding: 0px;}

body
{background-color: #fff;color: black;font-size: 16px;
font-family: "arial", helvetica, sans-serif;}

a
{text-decoration: underline;color: #3300CC;/* weird green, #93B300 */}

a:hover{text-decoration: none;
		color: #fff;
		background: #3300CC ; /* bbg1.gif is blue gradient bg */}
		
img		{
	border: 0;
	padding: 0 2px;
	vertical-align: text-bottom;
	margin-bottom: 2px;
}

#header
{width: 100%;
height: 104px;
background-color: black; /* switched from #4d4d4d to black */
background: url('images/a1b.gif'); /* image changed from a1.gif.  repeat-x removed */
color: #ffffff;}

#header_inner
{
position: relative;
width: 680px;
height: 104px;
margin: 0px auto;
}

#header_inner h1
{
	background: inherit;
	position: absolute;
	left: 0px;
	bottom: 10px;
	font-size: 37px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	width: 370px;
}

#header_inner h1 span
{
background: inherit;
color: #DADADA;
}

#main
{
	padding-top: 20px;
	position: relative;
	width: 880px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#main-pub
{
padding-top: 20px;
position: relative;
width: 90%;
margin: 0px auto;
padding-bottom: 10px;
}
#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold;
}

#menu a
{
display: block;
position: relative;
width: 175px;
height: 25px;
margin-bottom: 1px;
text-decoration: none;
background-color: black;
background-image: url('images/bbg0.gif');
padding-left: 18px;
padding-top: 10px;
color: black;
font-size: 13px;
}

#menu a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px; 
background: url('images/x1.gif') no-repeat; 
}

#menu a:hover
{
color: black;
background-image: url('images/bbg1.gif');
}

#menu_end
{
height: 30px;
background-image: url('images/a2.gif');
}

h1
{
background: inherit;
color: #4682B4;
font-size: 26px;
line-height: 28px;
}

h1 span
{
background: inherit;
color: #4682B4;
}

h1 span sup
{
background: inherit;
color: #85AC1E;
font-size: 14px;
}

h3
{
background: inherit;
color: #50514D;
font-size: 15px;
background: url('images/a3.gif') repeat-x 0px 17px;
}

h3 span
{
background: inherit;
color: #3299CC;
}

h3.first
{
margin-top: 0px;
}

h5 span
{
	background: inherit;
	color: #3299CC;
	font-size: 15px;
	background: url('images/a3.gif') repeat-x 0px 17px;
}

h4
{
}

#lcol
{
position: relative;
width: 185px;
float: left;
}

#lcontent
{
position: relative;
padding: 0px 15px 0px 15px;
}

#rcontent
{
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	width: auto;
}

ul
{
list-style: none;
}

li
{
padding-left: 15px;
}

ol{
margin-left: 20px;
line-height: 24px;
}

p
{
margin-bottom: 25px;
text-align: justify;
line-height: 20px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #F5F5F5;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary
{
text-align: right;
font-style: italic;
}

ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}

#rcol
{
position: relative;
margin-left: 190px;
width: 489px;
background-repeat: repeat-x;
}

#slogan2
{
font-size: 14px;
position: relative;
top: -5px;
}

#footer
{
clear: both;
background: url('images/a2.gif') repeat-x;
width: 680px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
color: #7f7f7f;
text-align: center;
}
#intextimage{
	float: right;
	margin: 0px 0px 15px 15px;
}

note {		
			font-size: 90%;
			font-color: 00CC00;
			font-style: italic;
			font-family: Helvetica, sans-serif; 
}

td {
	valign: top;
}

/* ALL BELOW IS FOR PHOTO SECTION */
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #3300CC;
}
