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

/*********HTML tag Styles***********/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7e1049;
	background-image:url(../images/backband.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	}
h2 {
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #0E5C63;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h3 {
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #7E1049;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
caption {
	font-size: 120%;
	font-weight: bold;
	color: #7E1049;
}
/*******End HTML tag Styles********/

/*********Layout Styles***********/
#wrapper {
	width:864px;
	margin:0 auto;
	
	}
#banner {
	margin:0;
	background-image:url(../images/logo.gif);
	background-position:left;
	height:129px;
	background-repeat:no-repeat;
	position:relative;
	}
#header {
	 position: absolute; 
	 bottom: 0;
	 width:100%;
	 float:right;
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:105%;
     line-height:normal;
	}
/*********Navigation Styles***********/
		#header ul {
		  		margin:0;
		  		padding:10px 10px 0;
		  		list-style:none;
		  }
		#header li {
				font-size:13px;
		  		float:right;
		  		background:url("../images/left.gif") no-repeat left top;
		  		margin:0;
		  		padding:0 0 0 9px;
		  }
		#header a {
		  		float:left;
		  		display:block;
		  		background:url("../images/right.gif") no-repeat right top;
		  		padding:5px 15px 4px 6px;
		  		text-decoration:none;
		  		color:#fff;
		  }
		/* Commented Backslash Hack
		   hides rule from IE5-Mac \*/
		#header a {
				float:none;
			}
		/* End IE5-Mac hack */
		#header a:hover {
		  		color:#434525;
		  }
		#header #current {
		  		background-image:url("../images/left_on.gif");
		  }
		#header #current a {
		  		background-image:url("../images/right_on.gif");
		  		color:#fff;
		  /*padding-bottom:5px;*/
		  }
/*******End Navigation Styles*********/
#gap {
	/*this div is there to hold the space of the fabric bar*/
	height:23px;
	margin:0;
	}
#holder{
	margin:0;
	background-image:url(../images/bodytop.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:19px 0 0 0;
	}
#content{
	background:#FFF;
	margin:0;
	}
#footer{
	background:url(../images/footer.gif) bottom no-repeat;
	height:30px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	}
/*********End Layout Styles***********/
/********Standard Link Pseudoclasses*******/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E5C63;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E1049;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
/********End Standard Link Pseudoclasses*******/

/*********Content Formatting Classes***********/
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tableTitles {
	color: #FFF;
	font-weight: bold;
}
.tableTitleBig {
	font-weight: bold;
	color: #7e1049;
	font-size: 14px;
	text-align: center;
}
.tableCenter {
	text-align: center;
}
.tableTitles {
	text-align: center;
}
.line {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.imageCenter{
	display: block;
    margin-left: auto;
    margin-right: auto
	}
