/*   Elements   */

a:link, a:visited { text-decoration : none; }
a:hover { text-decoration : underline; color : #990000; }
a:active { text-decoration : none; }

BODY { 	font-family : Arial, Helvetica, sans-serif; }
TD, P {		font-family : Arial, Helvetica, sans-serif; 	font-size : 13px; color : black; }

h1, h2, h3, h4, h5, h6{
	font-family : Arial, Helvetica, sans-serif; 
}

H1{
	font-size : 19px;	
	font-weight : normal;
	color : #801E40;
	border-top : 0px;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
}

H2{
	font-size : 17px;	
	font-weight : Bold;
	color : #801E40;
	border-top : 0px;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
}

H3{
	font-size : 13px;	
	font-weight : Bold;
	color : #990000;
}

H4{
	font-size : 13px;	
	font-weight : bold;
}
H5{
  	background-color: #f0f0f0;
  	border-color: #909090;
  	border-style: solid;
  	border-width: 1px;
  	padding: .5em;
}
H6{
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 10px;
	color : black;
	font-weight : normal;
	margin : 0;
	padding : 0;
}

#frame{
	background-color : white;
	border-color: black; 
	border-style: solid;
	border-width: 1px;
}

.leftcolumn{
	width : 180px;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	background-color : #D7D7D7;
}


/*    Classes  */

.cellStyle1{
	color : black;
	border-right : 1px solid #262C34;
	border-top : 1px solid #E3E3E3;
	border-left : 1px solid #E3E3E3;
	border-bottom : 1px solid #262C34;
	background-color : #D7D7D7;
}

.cellStyle2{
	color : white;
	border-right : 1px solid #000033;
	border-top : 1px solid #8B9CA0;
	border-left : 1px solid #8B9CA0;
	border-bottom : 1px solid #000033;
	background-color : #455073;
}

.cellStyle3{
	border-right : 1px solid #663300;
	border-top : 1px solid #FFCC66;
	border-left : 1px solid #FFCC66;
	border-bottom : 1px solid #663300;
	background-color : #FFA500;
}

.cellStyle4{
	border-right : 1px solid #C5C5C5;
	border-top : 1px solid #C5C5C5;
	border-left : 1px solid #C5C5C5;
	border-bottom : 1px solid #000000;
	background-color : #B4B4B4;
}

.cellStyle5{
	border-bottom : 1px solid #000000;
	background-color : #D7D7D7;
}

.cellStyle6{
	background-color : #D7D7D7;
	border-bottom : 1px solid black;
}

.cellStyle7{
	border-left : 1px solid #FFCC66;
	border-right : 1px solid #663300;
	border-bottom : 1px solid #FFA500;	
	border-top : 1px solid #FFA500;
	background-color : #FFA500;
}

.contentArea{
	border-bottom : 1px solid #000000;
	width : 590px;
}

.searchBox{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-bottom : 1px solid #000000;
	background-color : #ffffff;
}

.footer{ font-size : 11px; color : white; }

		a.footer:link, a.footer:visited { color : white; text-decoration : none; }
		a.footer:hover { text-decoration : underline; color : #FFA500; }
		a.footer:active { text-decoration : none; }

.cwn { 	font-size : 11px; color : #666666; }

		a.cwn:link, a.cwn:visited { color : #666666; text-decoration : none; }
		a.cwn:hover { text-decoration : underline; color : #990000 ; }
		a.cwn:active { 	text-decoration : none; }

.menu { font-size : 13px; color : black; }
		a.menu:link, a.menu:visited { color : black; text-decoration : none; }
		a.menu:hover { 	text-decoration : none; color : #990000; }
		a.menu:active { text-decoration : none; }

.submenu{ font-size : 11px; color : black; }
		a.submenu:link, a.submneu:active{ color : black; text-decoration : none	}
		a.submenu:hover	{	text-decoration : none; color : #990000;	}
		a.submenu:active	{	text-decoration : none;	}

.redtext { color : #990000; }
.highlight { background-color : #fc0; }

LI, OL { margin-bottom : 6px; }

.noteBox 		{ 	background-color: #f0f0f0; border-color: #909090; border-style: solid; 	border-width: 1px; padding: .5em; }

.readmore{
	font-family : Arial, Helvetica, sans-serif;
	color : blue;
	font-size : 11px;
}

UL {
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 12px;
	list-style-image : url(/includes/structural-images/text-bullet.gif);
	list-style-type : square;
	margin-left : 20px;
	padding-left : 15px;
	margin-top : 2px;
	margin-bottom : 4px;
}

UL UL{
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 12px;
	list-style-type : disc;
	list-style-image : url(/includes/structural-images/text-bullet-secondary.gif);
	margin-bottom : 0px;
}

UL UL UL{
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 12px;
	list-style-type : circle;
	list-style-image : url(/includes/structural-images/text-bullet-tertiary.gif);
	margin-top : 0px;
	margin-bottom : 0px;
}

LI, OL{
	line-height : 18px;
}

HR{
	border : none;
	height : 1px;
	color : #801E40;
	background : #801E40;
}

A.pressrelease {
	font-size : 13px;
	font-weight : bold;
	padding : 0px 0px 5px 22px;
	border-bottom : 0px;
}

A.pressrelease:link {
	text-decoration : none;
	background-image : url('/includes/structural-images/icons/press-icon.gif');
	background-repeat : no-repeat;
	display : block;	
}

A.pressrelease:visited {
	text-decoration : none;
	background-image : url('/includes/structural-images/icons/press-icon-visited.gif');
	background-repeat : no-repeat;
	display : block;	
}

A.pressrelease:hover {
	text-decoration : none;
	background-image : url('/includes/structural-images/icons/press-icon-on.gif');
	background-repeat : no-repeat;
	display : block;	
}

A.pressrelease:active {
	text-decoration : none;
	background-image : url('/includes/structural-images/icons/press-icon.gif');
	background-repeat : no-repeat;
	display : block;	
}

.subtitle{
	font-size : 16px;
	color : #801E40;
	font-weight : bold;
}

.subtitlesearch{
	font-size : 12px;
	color : black;
	font-weight : bold;
	margin-left : 24px;
	display : block;
}