@charset "UTF-8";
/* CSS Document */
<!--


a img {
	border:none;
}
a.frameOn img{
border: 2px solid #000;
}
a.frameOn:hover img{
border: 2px solid #ac472b;
}
a.frameOn:hover{
color: red; /* Dummy definition to overcome IE bug */
}


/*text treatments */


p {margin-bottom:0; margin-top:0; text-indent:1em;}


a:link {
	
	border:none;
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
	border:none;
	color: #000;
}
a:hover {

	border:none;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-size:95%;
	border:none;
	color: #000;
	text-decoration: none;
}

	/*(differntiates external link)*/
a.external:link {
	border:none;
	color: #5C4C68;
	text-decoration: none;
	font-weight:bold;
	font-size:70%;
}
a.external:visited {
	border:none;
	color: #5C4C68;
	text-decoration: none;
	font-weight:bold;
	font-size:70%;
}
a.external:hover {
	text-decoration: underline overline;
	font-variant:small-caps;
	color: #5C4C68;
	border:none;
	font-weight:bold;
	font-size:79%;
}
a.external:active {
	text-decoration: overline;
	font-variant:small-caps;
	border:none;
	color: #5C4C68;
	font-weight:bold;
	font-size:79%;
}
 
a.headerlink1:link {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #696;
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
}
a.headerlink1:visited {
	text-decoration: underline;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #696;
	font-size: 14px;
	font-weight:bold;	
}
a.headerlink1:hover {
	text-decoration: underline overline;
	color: #696;
	font-size: 14px;
	font-variant:small-caps;
	font-weight:bold;	
}
a.headerlink1:active {
	text-decoration: overline;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #696;
	font-size: 12px;
	font-variant:small-caps;
	font-weight:bold;	
}

a.headerlink2:link {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #660033;
	font-weight:bold;
	text-decoration: none;
}
a.headerlink2:visited {
	text-decoration: none;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #603;
	font-weight:bold;	
}
a.headerlink2:hover {
	text-decoration: underline;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #603;
	font-weight:bold;
}
a.headerlink2:active {
	text-decoration: overline;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #660000;
	font-weight:bold;
}

.styleUL {
	line-height:1.5; 
}
.style10 {color: #6D8656}

.bold {font-weight:bold;}
.smallcap {font-variant:small-caps; letter-spacing:1px;}
.smallcapBold {font-variant:small-caps; letter-spacing:1px;font-weight:bold;}
p no {margin-bottom:0; margin-top:0; text-indent:1em;}


/*=====================================================================================================*/


/*   LAYOUT  */

body  {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	background-color: #6d8656;
	margin: 0; /* zero margin and padding of body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers; text left-aligned in #container selector */
	color: #000000;
}

body,td,th {
	color: #eee;
}



.ceramic #container {
	width: 975px;  /* 20px less than a full 800px width allows browser chrome and avoids horizontal scroll bar */
	background-color: #6d8656;
	margin: 20px 0 0 20px;
	text-align: left;
	font-weight: 400;
	margin: 0 auto;
	border-left:solid 0px #000;
	border-right:solid 0px #000;
} 



.ceramic #header {
	border: 0px solid #000;
	vertical-align:middle;
	height: 120px;
	color: #000000;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:double 2px #000;
	padding: 5px 0px 0px 5px;	
} 


.ceramic #header h1 {
	margin: 0;
	padding: 0px 0 50px 24px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000000;
	font-family: Verdana, Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:6px;
	letter-spacing:1px;
	text-align:right;
}
.ceramic #header h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 10px 10px 50px;
	
	font-size: 12px;

}

/*DROPDOWN NAVBAR*/
#navbar {
position:relative;
top:0px;
margin-top:20px;
margin-bottom:25px;
height:48px;


}
#navbar ul {margin:0; padding:0; list-style: none; }
#navbar a {display: block; width:160px;}
#navbar li {float:left; width:160px;}
#navbar li ul {
	position: absolute;
	width:350px;
	left: -999px;
}
#navbar li:hover ul, #nav li.sfhover ul {left: auto; display:block; width:800px; position:absolute;}
div.content {clear:left;}
ul.nav li {display: inline; }
ul.nav a {
	border: 1px solid #000;
	padding: 1px 1px 1px 1px;
	margin:5px 5px 10px;
	text-decoration:none;
	font-size:85%;
	text-transform:uppercase;
	text-align:center;
	
	}

/*end DROPDOWN NAVBAR*/



.indent {
font-size:85%;
font-variant:small-caps;
	text-indent:15px;
}

#navbarspacer {
	position:relative;
	border:solid 0px #000;
	margin: 5px 0 40px 0;
	height: 10px;
}

.ceramic #sidebar1 {
	float: left;
	border:none;
	width: 405px;
	min-height:420px;
	background-color: #6d8656;
	padding-left:5px;
	margin-top: 20px;
	margin-left:0px;
	margin-bottom:40px;
}

 #innercolumn {
	float:left;
	border:solid 0px;
	border-color:#000000;
	margin:5px;
	padding: 0px;
	width: 165px;
	height: 225px;
	text-align:center;
	vertical-align:middle;
}
 #caption {
	float:left;
	font-size:85%;
	border:6px;
	border-color:#f96;
	padding: 15px;
	width: 520px;
	text-align:left;
	color:#6cc;
}
.captionwhite{color:#FFFFFF;}

 #subcaption_note {
	float:left;
	font-size:85%;
	border:0px;
	margin-top:120px;
	padding: 15px;
	width: 520px;
	text-align:left;
	color:#fff;
}

.ceramic #mainContent {
	
	margin: 20px 0px 0 405px;
	padding: 15px 20px 20px 20px;
	line-height:normal;
	color:#000;
	width:530px;
	height:100%;
} 
.ceramic #footer {
	clear:both;
	margin-top:40px;
	background: #ac472b;
	padding: 20px 10px 20px 20px;
	width:100%;

} 
.ceramic #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:left;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #000;
}
.ceramic #footertag {
	clear:both;
	margin-left:0px;
	padding: 20px 10px 20px 20px;
	
} 
.ceramic #footertag p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size:65%;
	font-style:normal;
	color: #000;
}
.fltrt { /* to float an element right--the floated element must precede the element it goes next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* used to float an element left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* placed on a div or break element--should be final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


-->
