body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
}

.pagebckgnd {

	background-color:#FFFFFF;
	margin:0;
}

a {
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #996600;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.menuclass a:link {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px; 
	color:#FFFFFF; 
	font-style:normal;
	text-decoration: none; 
}
.menuclass a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px; 
	color:#FFFFFF; 
	font-style:normal; 
	text-decoration: none; 
}
.menuclass a:active {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px; 
	color:#CC9900; 
	font-style:normal; 
	text-decoration: none; 
}
.menuclass a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px; 
	font-style:normal;
	font-weight:normal;
	text-decoration:underline; 
	color:#FF9900; 
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #996600;
}
h2 {
	font-size: 12px;
	color: #666666;
}
.style1 {
	font-size: 9px;
	color:#FFFFFF;
}
.style2 {
	font-size: 10px;
	color:#FFFFFF;
}
.style3 {
	font-size: 16px;
	color:#FF0000;
	font-weight:bold;
}
.style5 {
	font-size: 9px;
}


/* ---------------------

template layout

--------------------- */

/** wrapper to make the page center **/

#pagecontainer {

	width:1000px;
	padding:0;
	text-align: left;
}

/**

hold background, it should be float:left

that's way we can not put it in #container

**/
/*------------------------ set display widths as required via width setting -----------*/

#header {
	width:1000px;
	height:246px;
	float:left;
}

#containerbckgnd {
	position:relative;
	background-image:url(../images/container_border_bckgnd.gif);
	width: 1000px;
	float:left;
	height:auto;
}

#menu {
	position:relative;
	background-image:url(../images/menubckgnd.gif);
	text-align:center;
	width:950px;
	margin-left:25px;
	height:120px;
}

/** div container for main content area **/

#content_container {
	width:900px;
	margin-left:50px;
	margin-right:50px;
	margin-top:15px;
	height:auto;
	float:left;
}

#footer {
	position:relative;
	background-image:url(../images/menubckgnd.gif);
	text-align:center;
	width:950px;
	height:37px;
	margin-left:25px;
	float:left;
}

#bottom_border {
	position:relative;
	background-image:url(../images/bottom_border.gif)
	width: 1000px;
	height: 24px;
	float:left;
}

/** Note: check for correct operation in Firefox.  The footer position may need to be static.**/
