@charset "utf-8";
/* CSS Document */

/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/

body{
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	background-image:url(images/bg.jpg);
	font-weight:normal;
	}

a img
{
       border-width: 0px;
}

thead{
	background-color:#990000;
	color:ffffff;}

/* DIV ID's */

#header{
	width:753px;
	margin-left:auto;
	margin-right:auto;
	}

#wrapper{
	width:753px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left:#990000 thin solid;
	border-right:#990000 thin solid;
	}

#middle{
	margin-left:10px;
	}
	
#footer{
	width:753px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left:#990000 thin solid;
	border-right:#990000 thin solid;
	}
	
/* Text Classes */

#top h1	{
	color:#FFFFFF;
	font-size:1.4em;
	margin-top:0;
	margin-bottom:0;
	margin-left:5px;
	}

#top h2	{
	color:#FFFFFF;
	font-size:1em;
	margin-top:0;
	margin-bottom:0;
	margin-left:5px;
	}
		
.white10{
	color:#FFFFFF;
	font-size:1em;
	}

/* Right Nav Classes */
.right-nav-pix{
	border:#333333 solid 10px;
	}

.right-nav-link{
	color:#333333;
	background-color:#f0e0c3;
	font-size:1em;
	font-weight:bold;
	}

/* General Classes */
.bodyText {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 83%;
	color : #000000;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

.bodyText A:link, .bodyText A:visited {
	color : #000000;
	text-decoration : underline;
}
		
.bodyText A:active, .bodyText A:hover {
	color : #990000;
}

.clearAll {
	clear : both;
}

.center {
  text-align : center;
}

.frameRight {
	position : relative;
	float : right;
	width : auto;
	height : auto;
	border : 1px solid #990000;
	padding : 3px 3px 3px 3px;
	margin : 3px 3px 3px 3px;
	text-align : center;
}

.frameLeft {
	position : relative;
	float : left;
	width : auto;
	height : auto;
	border : 1px solid #990000;
	padding : 3px 3px 3px 3px;
	margin : 3px 3px 3px 3px;
	text-align : center;
}

.frame {
	position : relative;
	width : auto;
	height : auto;
	border : 1px solid #990000;
	padding : 3px 3px 3px 3px;
	margin : 3px 3px 3px 3px;
	text-align : center;
}

.bodyText TABLE {
	border-collapse : collapse;
	border-spacing : 0px;
	empty-cells : show;
	table-layout : auto;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px none;
	width : 99%;
	/* Begin Cute Hack to Get IE to not treat tables as font-size insulator */
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 80%;
	/* End Cute Hack to Get IE to not treat tables as font-size insulator */
}

.bodyText TABLE TH {
	color : #FFFFFF;
	background-color : #990000;
}

.bodyText TABLE TD {
	padding : 0px 3px 0px 3px;
}

.bodyText TABLE .altRow {
	background-color : #CC9999;
}


.altRow {
	background-color : #CC9999;
}




/* Pseudo-Classes */
#wrapper a:link { color: #ffffff;
	font-weight:bold;
	text-decoration:none;}
	
#wrapper a:visited { color: #ffffff;
	font-weight:bold;
	text-decoration:none;}
		
#wrapper a:hover { color: #bb2320;
	font-weight:bold
	}

#contentArea a:link { color: #000000;
	font-weight:bold;
	text-decoration:none;}
	
#contentArea a:visited { color: #000000;
	font-weight:bold;
	text-decoration:none;}
		
#contentArea a:hover { color: #bb2320;
	font-weight:bold
	}

#right-nav a:link { color: #000000;
	font-weight:bold;
	text-decoration:none;}
	
#right-nav a:visited { color: #000000;
	font-weight:bold;
	text-decoration:none;}
		
#right-nav a:hover { color: #bb2320;
	font-weight:bold
	}

/* HEADER CLASSES */

H1 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #990000;
	margin-top : 0px;
	font-size:1.3em;
}

H2 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #990000;
	font-size:1.1em;
}

H3 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #990000;
	font-size:.9em;
}

H4 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #990000;
	font-size.8em;
}

H5 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #990000;
	font-size:.7em
}

/* Begin Menu Item Selectors */
	.menuLabel A:link, .menuLabel A:visited {
		font-family : Times New Roman, Times, serif;
		font-weight : bold;
		font-size : 100%;
		text-decoration : none;
		color : #000000;
	}
		
	.menuLabel A:active, .menuLabel A:hover {
		text-decoration : none;
		color : #990000;
	}
	
	.menuLabelThin A:link, .menuLabelThin A:visited {
		font-family : Times New Roman, Times, serif;
		font-weight : bold;
		font-size : 100%;
		text-decoration : none;
		color : #000000;
	}
		
	.menuLabelThin A:active, .menuLabelThin A:hover {
		text-decoration : none;
		color : #990000;
	}		
/* End Menu Item Selectors */

/* Begin content formatting selectors */
.subMenuItem {
	font-family : Times New Roman, Times, serif;
	font-size : 100%;
	color : #FFFFFF;
	white-space : nowrap;
}

.subMenuItem A:link, .subMenuItem A:visited {
	color : #FFFFFF;
	text-decoration : none;
}
		
.subMenuItem A:active, .subMenuItem A:hover {
	color : #990000;
}


/* BREAD CRUMB */

.breadCrumbCurrent {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color : #000000;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}

.breadCrumbCurrent A:link, .breadCrumbCurrent A:visited {
	color : #000000;
	text-decoration : none;
}

.breadCrumbCurrent A:active, .breadCrumbCurrent A:hover {
	color : #990000; /* B22222; */
	text-decoration : none;
}

.breadCrumbHist {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color : #AAAAAA;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}

.breadCrumbHist A:link, .breadCrumbHist A:visited {
	color : #AAAAAA;
	text-decoration : none;
}

.breadCrumbHist A:active, .breadCrumbHist A:hover {
	color : #990000; /* B22222; */
	text-decoration : none;
}

.picture-left{
	margin-right:10px;
	border:thin solid;
	}

.picture-right{
	margin-left:10px;
	border:thin solid;
	}
	
	
	
.picture-middle{
	margin-left:10px;
	margin-right:10px;
	border:thin solid;
	}

.red10{
	font-size:1em;
	font-weight:bold;
	color:#990000;
}

#middle a:link{
	color:#990000;
	border:0;
}

#middle a:visited{
	color:#990000;
	border:0;
}

#middle a:hover{
	color:#000000;
	border:0;
}

.image_left{
float:left;
}

.image_right{
float:right;
}