@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #eee8aa;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BA8D5E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin: 0px;
}
h5 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
.shadowBoxA {
	background-color: #FAF3EF;
	width: 631px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.shadowBoxA ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.shadowBoxA li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00F;
}
.shadowBoxA ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	text-decoration: underline;
}



.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #EEE8AA;
} 
#header .headFrameA {
	margin-right: auto;
	margin-left: auto;
	width: 704px;
}
#header .headerMenuOutBox {
	background-color: #e3c2a6;
	width: 900px;
	height: 24px;
}
.headerMenuInBox {
	background-color: #f7e1cd;
	width: 700px;
	margin-left: 101px;
	clear: left;
	height: 24px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/sideBarBG.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 99px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/sideBarBG.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 105px;
	margin-bottom: 0;
	margin-left: 105px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.pageBodyHight {
	height: 630px;
}

.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e3c2a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 18px;
	text-align: center;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
.tag1 {
	width: 640px;
	height:471px;
	overflow: hidden;
	float: none;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFF;
	clear: both;
	position: relative;
}
.vortex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	background-color: #EEE8AA;
	text-align: right;
	padding-right: 10px;
}
.vortex a:link, .vortex a:visited, .vortex a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #999;
}
.vortex a:hover  {
	text-decoration:underline;
}
.welcomeSt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.tagImage {
	height: 234px;
	width: 330px;
	overflow: hidden;
	float: left;
	text-align: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
	background-color: #FFF;
}
.pageUnderImage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 6px;
}
.welcomeSt ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.welcomeSt li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
.corpListing {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.tagImageEvernts {
	height: 300px;
	width: 600px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.shadowBoxB {
	width: 644px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0px;
	background-color: #FAF3EF;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}

