/*	mhs internet stylesheet */
/* html tag properties */
	body {
	color : #000;
	background-color : #eceae2;
	margin : 0;
	padding : 0;
	font-family : arial, helvetica, sans-serif;
	}

	a {
	color : #216cd6;
	text-decoration : underline;
	}

	a:visited {
	color : #603;
	text-decoration : underline;
	}

	a:hover, a:active {
	color : #216cd6;
	text-decoration : none;
	}
																														
	td {
	color : #000;
	font-size : 80%
	}

	p {
	margin : 0px 0px 10px 0px;
	}

	ul.plain {
	padding: 0px 0px 8px 20px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	}
	
	li {
	padding: 0px 0px 5px 0px;
	}
	
	/* used on right and left side of all pages - white space with gradient margin*/
.column-leftborder {
	background-color: #FFFFFF;
	background-image: url(images/drop-shadow-left.gif);
	width: 15px;
	background-repeat: repeat-y;
	background-position: left;
	}
	
.column-rightborder {
	background-color: #FFFFFF;
	background-image: url(images/drop-shadow-right.gif);
	width: 15px;
	background-repeat: repeat-y;
	background-position: right;
	}	
	
/*table definitions and link classes that go with them- for all pages */
	
/*table that goes around everything on all pages */
	#contenttable {
	background-color: #fff;
	width: 755px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	}
	
	#contenttableemp {
	background-color: #fff;
	width: 186px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/dots1.gif); 
	background-repeat: repeat-y; 
	background-position: left; 
	height: 100%;
	}	
	
/*table and link classes  for top navigation on system pages */
	#headnavtable {
	background-color: #18559d;
	height: 25px;
	padding: 1px 1px 1px 8px;
	}
	
	a.headlink-here, a.headlink-here:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 89acd6;
	text-decoration: none;
	}
	
	a.headlink, a.headlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
	a.headlink-search, a.headlink-search:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	}

	a.headlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 89acd6;
	text-decoration: none;
	}
	
/*table for banner */
	#bannertable {
	background-color: #ffffff;
	height: 57px;
	width: 755px;
	}
	
/*table for images */
	#imagetable {
	height: 125px;
	background-image: url(images/burgrd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
/*table and link classes for footer */
	#footertable {
	background-color: #18559d;
	height: 47px;
	width: 755px;
	padding: 8px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #89acd6;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	}
	
	a.footerlink, a.footerlink:visited {
	font-weight : normal;
	color : #ffffff;
	text-decoration : underline;
	}
	
/*link classes for blue line */	
	a.blinelink-here, a.blinelink-here:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 89acd6;
	text-decoration: none;
	}
	
	a.blinelink, a.blinelink:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
	a.alphalink, a.alphalink:visited {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #216cd6;
	text-decoration: none;
	}
	
	a.alphalink:hover {
	color: #ffffff;
	}
	
/*column definitions per template type A, B, C, D, E */
	#column1a {
	background-color : #fff;
	margin : 0px;
	padding : 15px 0px 8px;
	border: 0px none;
	}

	#column2a {
	padding : 15px 14px 0px 13px;
	
	}
	
	#column1b {
	background-color : #fff;
	margin : 0px;
	padding : 27px 0px 8px;
	border: 0px none;
	}
	
	#column1c {
	background-color : #fff;
	margin : 0px;
	padding : 27px 0px 8px;
	border: 0px none;
	}
	
	#column2c {
	background-color : #fff;
	margin : 0px;
	padding : 8px 0px 8px;
	border: 0px none;
	}
	
	#column1d {
	background-color : #fff;
	margin : 0px 15px 0px 0px;
	padding : 15px 0px 8px;
	height: 100%;
	border: 0px none;
	}
	
	#column1e {
	background-color : #fff;
	margin : 0px 0px 0px 0px;
	padding : 15px 0px 8px;
	height: 100%;
	border: 0px none;
	}

/*column definition for column 3 - same on all pages */
	#column3 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px 0px 8px 0px;
	border: none;
	}

/*design items */
	.background1 {
	background-color : #c6defa;
	}

	.background2 {
	background-color : #18559d;
	}
	
	.box {
	border-top : 2px solid #fff;
	border-bottom : 0px none;
	border-right-width: 0;
	border-left-width: 0;
	border-right-style: none;
	border-left-style: none;
	}
	
	.boxtext { 
	color : #000;
	margin : 0;
	padding : 3px 2px 3px 5px;
	}
	
	.boxtext2 { 
	color : #000;
	margin : 0;
	padding : 3px 2px 3px 10px;
	}
	
	.boxtext3 { 
	width: 186px;
	color : #000;
	margin : 0;
	padding : 3px 2px 3px 5px;
	}	

	.blueboxtext { 
	color : #000;
	margin : 0;
	padding : 3px 2px 3px 11px;
	}
	
	.burheading1 {
	font-weight: bold;
	color: #521434;
	}
	
	.burheading2 {
	font-weight: bold;
	color: #6c2348;
	padding: 8px 0px 3px 0px;
	background-image: url(images/dots2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

	.burheading3 {
	font-weight: bold;
	color: #521434;
	padding: 8px 0px 3px 0px;
	background-image: url(images/dots2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

	.burheading4 {
	font-weight: bold;
	color: #521434;
	padding: 2px 0px 1px 0px;
	background-image: url(images/dots2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
		
	.whiteheading1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	}
	
	.grayline{
	color: #878787;
	}
	
/* forms display and behaviors */

	form {
	margin: 2px 0 5px;
	color: #000000;
	padding : 0;
	}
	
	#searchbutton {
	color : #000;
	margin : 0;
	font-size : 90%;
	font-weight : bold;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 2px outset #eee;
	border-bottom: 3px outset #eee;
	border-left: 1px solid #000000;
	}
	
	#gobutton {
	color : #fff;
	background-color : #999999;
	margin : 0;
	padding : 2px 2px 2px 2px;
	border-top : #eee;
	border-right : #000;
	border-bottom : #000;
	border-left : #eee;
	border-width : 1px;
	border-style : solid;
	font-size : 90%; 
	font-weight : bold;
	}

	/* classes for dots */
	.container1 { 
	background-image: url(images/dots1.gif); 
	background-repeat: repeat-y; 
	background-position: left; 
	height: 100%;
	} 
	
	.container2 {
	background-image: url(images/dots1.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	
	

	} 
	
	.container {
	color : #fff;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
	background-color: #013c82;
	}
	
	.container-l{
	background-image: url(images/dots3.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-indent: 5px;

	} 
	
	.container-r{
	background-image: url(images/dots3.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-indent: 5px;
	} 
	 
	 .container-t{
	background-image: url(images/dots4.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2px;
	} 
	
	.container-b{
	background-image: url(images/dots4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	 } 
	
	.spacer {
	padding-top: 1px;
	}
	
	.layerimage {
		position: absolute;
		left: 510px;
		top: 15px;
		z-index: 2;
	}
	 

.floatdot {
	background-image: url(images/dots2.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.tablesp {
	padding: 8px 8px 8px 8px;
	}
	
.tablesp2 {
	padding: 8px 2px 8px 2px;
	}
		
.tablerow {
	margin-top: 4px;
	margin-bottom: 16px;
	}
	