	/**************************************************************
	   All page content except for footer
	 **************************************************************/
	
	#content {
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
	}
	
	/**************************************************************
	   Top menu and logo
	 **************************************************************/
	#header {
	clear: both;
	position: relative;
	height: 55px;
	margin: 0 auto;
	background: url(../images/bg/header.gif) repeat-x bottom left;
	border-bottom: 4px solid #000;
	background-color: #000000;
	}
	
	#header img {
	position: absolute;
	top: 5%;
	left: 5px;
	z-index: 1;
	}
	
	#header ul {
	margin: 21px 10px 0 0!important;
	padding: 0;
	float: right;
	padding-bottom: 0px;
	font-size: 12px;
	}
	
	#header ul li {
	  display: inline;
	  list-style: none;
	}
	
	#header ul li a {
	float: left;
	padding: 0 1em;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #deb974;
	border-right: 1px solid #4D5760;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#header ul li a.last {
	  padding-right: 0;
	  border-right: 0;
	}
	
	#header ul li a:hover {
	color: #FFFFFF;
	font-size: 12px;
	}
	
	/**************************************************************
	   Header Image/Flash Movie
	 **************************************************************/
	
	#headerImgD {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/hid.jpg)  top left;
		background-repeat: no-repeat;
	}
	
	#headerImgA {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/hia.jpg)  top left;
		background-repeat: no-repeat;
	}
	
	#headerImgT {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/hit.jpg)  top left;
		background-repeat: no-repeat;
	}
	
	#headerImgh {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/hih.jpg)  top left;
		background-repeat: no-repeat;
	}
	
	#headerImgM {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/him.jpg)  top left;
		background-repeat: no-repeat;
	}
	
	#headerImgC {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/hic.jpg)  top left;
		background-repeat: no-repeat;
	}
	#headerImgS {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/his.jpg) top left;
		background-repeat: no-repeat;
	}#headerImg {
		margin: 0 auto;
		height: 143px;
		background: url(../images/bg/header_image.jpg)  top left;
		background-repeat: no-repeat;
	}
	
	/**************************************************************
	   Top Block Menu
	 **************************************************************/
	
	#menu {
	  margin: 0 auto;
	}
	
	#menu ul {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #000 url(../images/bg/menu.jpg) repeat-x top left; 
	}
	
	#menu ul li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu ul li a {
	float: left;
	width: 25%;
	height: 25px;
	font: 400;
	color: #E6C68A;
	border-top: 5px solid;
	border-bottom: 0px solid #000;
	padding-top: 7px;
	border-top-color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#menu ul li a span {
	  display: block;
	  padding: 2px 7px;
	}

	#menu ul li a span.desc {
		font-size: 13px;
		color: #DEB974;
		font-weight: bolder;
	}

	#menu ul li a:hover,
	#menu ul li a.here {
		background: #000;
		border-top: 5px solid;
		border-bottom: 0px solid #000;
		border-top-color: #C0712F;
	}
	
	#menu ul li a:hover span.desc,
	#menu ul li a.here span.desc {
		color: #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/**************************************************************
	   Top Block Second Menu
	**************************************************************/
	
	#menu2 {
	  margin: 0 auto;
	}
	
	#menu2 ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bg/menu.jpg) repeat-x top left;
	background-color: #232323;
	}
	
	#menu2 ul li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu2 ul li a {
	float: left;
	width: 33.3%;
	height: 25px;
	font: 400;
	color: #E6C68A;
	border-top: 5px solid;
	border-bottom: 0px solid #000;
	padding-top: 7px;
	border-top-color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#menu2 ul li a span {
	  display: block;
	  padding: 2px 7px;
	}

	#menu2 ul li a span.desc {
		font-size: 13px;
		color: #DEB974;
		font-weight: bolder;
	}
	
	#menu2 ul li a:hover,
	#menu2 ul li a.here {
		background: #232323;
		border-top: 5px solid;
		border-bottom: 0px solid #000;
		border-top-color: #000;
	}
	
	#menu2 ul li a:hover span.desc,
	#menu2 ul li a.here span.desc {
		color: #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
	}

	/**************************************************************
	   Page Content
	 **************************************************************/
	
	#page {
	clear: both;
	width: 776px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
	}
	
	#columns {
	background-color: #FFFFFF;	
	}
	
	.yellow {
		background-color:#FFFF99;
		width: 70%;	
		padding-left: 10px;
	}
	
	/* Column widths */
	.width {
	  width: 776px;
	}
	
	.hwidth {
	  width: 776px;
	}
	
	.widthPad {
		width: 776px;	
	}
	
	.width25 {
	  width: 242px;
	}
	
	.width50 {
	  width: 48%;
	}
	
	.width73 {
	  width: 73%;
	}
	
	.width75 {
	width: 444px;
	}
	
	.fwidth60 {
	  width: 70%;
	  padding-left: 10px;
	}
	
	.fwidth75 {
	  width: 75%;
	  padding-left: 10px;
	}
	
	.width100 {
	  width: 100%;
	}

	/**************************************************************
	   Footer
	 **************************************************************/
	
	#footer {
		clear: both;
		float: left;
		width: 100%;
		height: 5em;
		margin-top: 0em;
	}
	
	#footer #bg {
	position: relative;
	height: 5em;
	margin: 0 auto;
	background: #000;
	margin-top: 0em;
	}
	
	#footer #bg ul {
	float: right; !important
	margin: 3em 0.5em 0 0;
	padding: 20px 12px 0px 0px;
	font-size: 11px;
	}
	
	#footer #bg ul li {
	  display: inline;
	  list-style: none;
	}
	
	#footer #bg ul li a {
	  float: left;
	  padding: 0 1em;
	
	  font: 400 1em arial, sans-serif;
	  letter-spacing: 0.1em;
	  line-height: 0.8em !important;
	  line-height: 1em;
	
	  color: #ccc;
	  border-right: 1px solid #4D5760;
	}
	
	#footer #bg ul li a.last {
	  padding-right: 0;
	  border-right: 0;
	}
	
	#footer #bg ul li a:hover {
	  color: #deb974;
	}
	
	#footer #bg img {
	  position: absolute;
	  top: 6%;
	  left: 10px;
	}

	/**************************************************************
	   Generic Display 
	 **************************************************************/
	
	img.floatLeft { 
    float: left; 
    margin: 0px; 
	padding:0;
	}
	
	img.floatLeftq {
	float: left;
	margin: 0px;
	margin-right: 15px;
	}
	
	img.floatRight { 
    float: right; 
    margin: 0px; 
	padding:0px;
	}
	
	img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 0px; 
	padding:0px;
	}
	
	.block {
	 display: block;
	}
	
	.clear {
	 clear: both;
	}
	
	.marginRight {
	 margin-right: 15px;
	}
	
	.paddingLeft {
	 padding-left: 5px;
	}
	
	.paddingRight {
	 padding-right: 5px;
	}
	
	.floatMid {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	}
	
	.floatMidm {
	text-align: justify;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 113px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	padding-bottom: 30px;
	height: 300px;
	background-color: #333333;
	}
	
	.floatMidV {
	text-align: center;
	padding-top: 20px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 25px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	}
	
	.floatLeft {
	list-style-type: none;
	float:left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.5;
	}
	
	.floatLeftS {
	float:left;
	max-width: 35%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.5;
	}
	
	.floatRight {
	float: right;
	padding: 10px 20px 10px 10px;
	line-height: 1.5;
	margin-bottom: 15px;
	}
	
	.floatRightD {
	float: right;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: center;
	}
	
	.alignLeft {
	  text-align: left;
	}
	
	.alignRight {
	  text-align: right;
	}
	
	.alignTop {
	  vertical-align: top;
	}
	
	.alignMiddle {
	 vertical-align: middle;
	}
	
	.alignBottom {
	 vertical-align: bottom;
	}
	
	.lightBlueBg {
	 background-color: #E9EAEB;
	}
	
	.dark {
	color: #353E47;
	font-weight: 800;
	}
	
	.dark2{
	font-size: 1.2em;
	color: #586B7A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
    }
  
    .tesname{
	font-size: 1em;
	color: #8C8C8C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	float: right;
	text-align: right;
    }
  
	.maroon {
	color: #963F45;
	font-weight: bold;
	}
	
	.copy {
	color: #666666;
	top: 50%;
	}
	
	.third{
	clear: both
	}
