@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial;
}
a
{
	color:Black;
}
a:visited
{
	color:#B70F0F;
}
a.MenuButton:visited
{
	color:#FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.Tw_Cen_font_blue12 {
	font-family: "Tw Cen MT";
	font-size: 12px;
	font-weight: normal;
	color: #3399FF;
}
.Tw_Cen_blue16B {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;
}
.Tw_Cen_red12b {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: bold;
	color: #B70F0F;
}
.Tw_Cen_red12norm {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: normal;
	color: #B70F0F;
}
.Tahoma_lightblue16 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #3399FF;
}
.Arial_BLACK12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Arial_BLACK_BOLD_12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
.Arial_BLACK_BOLD_16b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Arial_BLACK_BOLD_20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.Tahoma_white16 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
	.Tahoma_white14 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.Tahoma_white12 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}	

.Tahoma_white16bold {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.Tahoma_bluegrey16bold {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #698D92;
	font-style: italic;
}

	.Tahoma_white14bold {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.Tahoma_white12bold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.background {
	background-image:url(images/Gradient.png);
	background-position:top;
	background-repeat:repeat-x;
}
.datestamp{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#B70F0F;
	letter-spacing:1px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
	text-align: center;
}

/*div footer attributes*/
.footer_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B70F0F;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer_div_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #FFFFFF;
	background-color: #B70F0F;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.Space
{
    height:20px;
}


.special_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4E85B1;
	text-decoration: underline;
	width: 425px;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	height: 20px;
	float: right;
	text-align: center;
}

/*div page titles*/

.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b70f0f;
	text-align: left;
	text-indent: 60px;
	white-space: normal;
}


/*quick links - accordian menu CSS*/

ul#menu {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.childmenu {
padding-left:10px;
padding-right: 5px;
background-color:#0000CC;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;

}

ul#menu li,
ul#menu a {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-align:center;
}

ul#menu li ol li {
  text-align:left;
}

ul#menu li {
  border-top: solid 1px #999999;
  line-height: 24px;
  background-color:#666666;
}

ul#menu ol li {
  border-bottom: none;
  background-color:#999999;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #CCCCCC;
 
}


ul#menu ol a:hover {
  color: #CCCCCC;
  text-decoration:underline;
}

ul#menu a.active {
  color: #FFFFFF;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0033;
	text-decoration: underline;
}


