.graphicHeader {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}

.textHeader {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
background-color: #000000;
color: white;
font-weight: bold;
}

.linksBar {
font-family: Tahoma, Arial, Helvetica;
font-size: 10px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
border-top: 1px #666666 solid;
}

.navBar {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
border-top: 1px #666666 solid;
}

.otherBar {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
border-left: 0px #666666 solid;
border-right: 0px #666666 solid;
border-bottom: 0px #666666 solid;
border-top: 0px #666666 solid;
}

.crumbBar {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
height:30px;
}

.contentHeader {
background-color: #4682b4;
font-family: Tahoma, Arial, Helvetica;
font-weight: bold;
color: white;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
height:35px;
}

.contentHeader A:link {
color: white;
text-decoration: none;
}

.contentHeader A:hover {
color: white;
text-decoration: underline;
}

.contentHeader A:visited {
color: white;
text-decoration: none;
}

.subContentHeader {
background-color: #CADCEC;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
}

.contentCell {
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}

.postBorder {
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
}

.footer {
letter-spacing: 1px;
font-family: Tahoma, Arial, Helvetica;
font-size: 10px;
}

table {
border-collapse: collapse;
}

form {
margin: 0px;
}

.otherBar A:visited, .navBar A:visited, .crumbBar A:visited, .subContentHeader A:visited, .contentCell A:visited, .footer A:visited {
color: blue;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica;
font-weight: bold;
}

.otherBar A:link, .navBar A:link, .crumbBar A:link, .subContentHeader A:link, .contentCell A:link, .footer A:link {
color: blue;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica;
font-weight: bold;
}

.otherBar A:hover, .navBar A:hover, .crumbBar A:hover, .subContentHeader A:hover, .contentCell A:hover, .footer A:hover {
color: red;
text-decoration: underline;
font-family: Tahoma, Arial, Helvetica;
font-weight: bold;
}


#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 10px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .clicker{			/* Various styles to position the clickable symbols next to the items in the menu. */
  display:block;
  padding-left:12px;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#containerul .symbols{			/* Various styles to position the non-clickable symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

/****** Breadcrumb navigation ******/
#breadcrumb{
	display: none;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C30;
	letter-spacing: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
	margin-left: 3px;
	margin-right: 3px;
}
#breadcrumb a {text-decoration: none; font-variant: small-caps; color: #006;}
#breadcrumb a:hover {color: #36F;}
