@charset "UTF-8";
body {
	font: 10pt/14pt Helvetica;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #F0F0F0;
}
body,td,th {
	font-size: 12px;
	font-family: Helvetica;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF8200;
}
a:active {
	text-decoration: none;
	color: #FF8200;
}
h1 {
	color: #FF9000;
	font: lighter normal 24px/80% Helvetica;
	vertical-align: bottom;
	background: top;
}
#menu {
	width: 630px;
	height: 40px;
	text-align: center;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}
#container {
	width: 630px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F0F0F0;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
#imagecontainer {
	width: 630px;
	height: 375px;
	margin: 0px auto;
	background: url(../Images/page_white_plate.gif);
}
#imagecontainer_right {
	width: 630px;
	height: 375px;
	margin: 0px auto;
	background: url(../Images/page_white_right.gif);
}
#mainContent {
	height: 280px;
	width: 430px;
	text-align: justify;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	margin-top: 0px;
	}
	#mainContent_contact {
	height: 280px;
	width: 400px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	}
#logo {
	align: center;
	background-image: url(../Images/panash_264px.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center bottom;
	padding-top: 4px;
	}
#logo_right{
	align: center;
	background-image: url(../Images/panash_264px.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-left: 90px;
	margin-right: 180px;
	padding-top: 4px;
	background-position: center bottom;
	}
#tabletext {
	padding-left: 57px;
	padding-right: 143px;
	text-align: justify;
	height: 280px;
	padding-top: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 90px;
	height: 375;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F0F0F0	; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContentright { 
	height: 0px;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	align: right;
	padding: 0px 50px 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#caption {
	padding:0px 15px;
}
#footer {
	width: 630px;
	height: 50px;
	align: center;
	text-align: center;
	padding: 0;
	margin-top: 15px;
}
.gold {
	color: #F78F1E;
}

