.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.copySerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
}
.copySmallSans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.copyMedSans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.capHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #54181B;
}

.copySmallSans:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-decoration: underline;
	color: #840E15;
}
.copySmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.copySerif:link {
	text-decoration: underline;
	color: #840E15;
}
.copySerif:visited {
	color: #840E15;
}
.copySerif:hover {
	color:#000000;
}
.smallLinksHeader{
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.smallLinks{
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.smallLinks:link {
	color: #696660;
}
.smallLinks:visited {
	color: #696660;
}
.smallLinks:hover {
	color: #000000;
}
.smallLinksHeader_blue{
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #0000CC;
}
.smallLinks_blue{
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #0000CC;
}
.smallLinks_blue:link {
	color: #0000CC;
}
.smallLinks_blue:visited {
	color: #0000CC;
}
.smallLinks_blue:hover {
	color: #0000CC;
}
.redLinks{
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.redLinks:link {
	color: #B9121D;
}
.redLinks:visited {
	color: #B9121D;
}
.redLinks:hover {
	color: #B9121D;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 4px;
 width: 200px;
 list-style: none;
 background-color:#DBDCB4;
 border: 0px solid #DBDCB4;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 background-color:#DBDCB4;
 top: 0;
 left: 200px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 4px 4px 4px 12px;
 color: #000000;
 text-decoration: none;
 border: 0px solid;
}
/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 0px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000000;
 background-color: #F1EFDA;
 padding: 4px 4px 4px 12px;
 border: 0px solid #F1EFDA;
 margin: 0;
}
.menulist a:visited {
 display: block;
 padding: 4px 4px 4px 12px;
 color: #000000;
 text-decoration: none;
 border: 0px solid;
}
/* IE fix because it doesn't support transparent borders */
* html .menulist a:visited {
 border: none;
 margin: 0px;
}
.menulist a.highlighted {
 color: #B2B1A0;
 background-color: #F1EFDA;
 border: 0px solid #CCCCCC;
 margin: 0;
}

.strikethrough {
	text-decoration: line-through;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */
