/*html, body {
	height: 100%
}*/

body{
	/*font-family: Arial,sans-serif;*/
	/*color: #333333;*/
	margin: 0 0 0 0;
	border: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/***********************************************/
/* ID definitions                              */
/***********************************************/

#container{
	margin: 0;
	border: 0;
	padding: 0;
}

#header{
	background-color: #FFF0D7;
	background-image: url('images/legacymasthead_dk.jpg');
	background-repeat: no-repeat;
	height: 122px
}

#menu{
	background-color: #000066;
}

#content{
	/* width: 745px;*/
	padding: 20px 10px 20px 20px;
	/*margin: 16px 0 10px 0;
	padding: 0 2% 10px 20px;*/
}

#footer{
	clear: both;
	/*width: 745px;*/
	border-top: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	font-size: 75%;
	color: #747474;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

/***********************************************/
/* Class definitions                           */
/***********************************************/
#pe{
	font-family: Arial,sans-serif;
	color: #7A0404;
}
#pe h1{
	color: #7A0404;
	text-align: center;
}

.txInfo{
	clear: both;
	padding: 5px 10px 10px 10px;
	text-align: center;
	color: #747474;
}

.txtleft{
	float: left;
}
.middle{
	text-align: center;
}
.imgleft{
	float: left;
	margin: 2px 10px 2px 0;
}

.imgright{
	float: right;
	margin: 2px;
}

.tablehead {
	font-size: 90%; /* 11pt */
	font-weight: bold;
	font-family: Arial,sans-serif;
	background-color: #000066;
	color: #FFFFFF
}
.colwide {
	border:1px #000066;
	border-style: solid;
	width: 55%;
}
.colnarrow {
	border:1px #000066;
	border-style: solid;
	width: 30%;
}
.colnarrow2 {
	border:1px #000066;
	border-style: solid;
	width: 12%;
}


.dl {
	/*<table width="100%" cellspacing="0" bordercolor="#000066" border="1" id="table4">*/
	border:1px #000066;
	border-style: solid;
	/*outline:1px 1 #660000; */
}

.red {
	color: red; /*#FF0000*/
  /*
	border-width: 1px;
	border-color: #660066;
	border-style: 1;
	border-spacing: 0px
	*/
}

.maintext {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%; color: #000000; /*12pt*/
 /*margin: 15px;*/
 line-height: 17px; font-weight: normal
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

li{
	font-size: 85%; /*11pt;*/
	list-style-type: disc;
}

li.maintext{
	font-size: 80%; /*10pt;*/
	list-style-type: disc;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

table {
	empty-cells: show;
	width: 100%;
}

caption {
	text-align: left;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,sans-serif;
}

h1{
	margin-top: 20px;
	font-size: 130%;
	color: #334d55;
}

h2{
	font-size: 115%;
	color: #006699;
}

h3{
	font-size: 105%;
	color: #334d55;
}

h4{
	font-size: 100%;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
}

h6 {
	font:bold 100% verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}
