/* -------------------------------Main Elements Start Here------------------------------- */

body {
	background-color:#C7C2B2;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #282828;
	line-height: 1.4;
	font-size:8px;
	line-height: 16px;
	}

#box1 {
	background: url(images/bg_a.jpg) repeat-y top center;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
 A {
	text-decoration: underline ;
	cursor: hand;
	color: #000000;
	font-family: arial, helvetica;
	font-size: 11px;}

 A:Hover {	color: #cc6600;}	
 A:Link {	color: #000000;}
 A.footer {	text-decoration: none ;	cursor: hand;	color: #737373;	font-family: arial, helvetica;	font-size: 9px;}
 A.footer:Hover {	color: #3c3c3c;}
 A.footer:Link {	color: #2b2b2b;}
 
	ul#submenu2{
	background:url(images/menubg.jpg) top  no-repeat;
	text-align:left;
	list-style: none;
	font-size: 1px;
	padding: 20px 0 0 0;
	margin: 0px 0px 0px 0px;
	width: 173px;
	overflow:hidden;
	list-style:none;
	border: 0px solid #000000;
	}
	
	ul#submenu2 li{
	list-style: none;
	padding:5px;
	margin-top:1px;
	margin-left:12px;
	}
	
	#submenu2 a:link,#submenu2 a:visited{
	color: #ffffff;
	font-family: arial, helvetica,sans-serif;
	padding:0px;
	margin:0px;
	font-size: 12px;
	text-decoration: none;
	}
	
	#submenu2 a:hover{
	color: #ffffff;
	padding:0px;
	margin:0px;
	font-size: 12px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-decoration: none;
	
	}
	
	#submenu2 a.here:hover, #submenu2 a.here:link,#submenu2 a.here:visited{    
	color: #ffffff;
	padding:0px;
	margin:0px;
	font-size: 12px;
	text-decoration: bold;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}
	


div#pageholder {
	border: 0px solid #000000;
	margin: auto;
	background-color:#ffffff;;
	width: 788px;
	height: auto;
	position: relative;
	/*background:url(images2/body_bg.jpg) top center repeat;*/
	padding: 0 0 0 0;
}
div#content {
	background-color:#ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 788px;
	height: auto;
	position: relative;
	padding: 0 0 0 0;
}


div#footer {
	background: url(images/footerbg.jpg) repeat-y top center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 10px 4px 4px 4px;
	width: auto;
	text-align:center;
	position: relative;
	font-size:9px;
	color:#878787;
	
}
div#contentholder {
	font-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	background-color:#ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 788px;
	height: auto;
	position: relative;
	padding: 0 0 0 0;
}


p.header {	margin: 0px;	padding: 7px;	font-family:Arial, Helvetica, sans-serif;	font-size:11px; color:#FFFFFF;}
.header a:link {	color:#FFFFFF;font-size:11px; font-weight:bold;}
h1 {font-size:26px; color:#FFFFFF; font-weight:bold; padding: 10px 0px 0px 10px; margin-bottom:-10px;}
h2 {font-size:18px; color:#FFFFFF; font-weight:bold; padding: 0px 0px 5px 10px;margin-top:0px;}

#container {
	top:153px;
	position: absolute;
	left: 174px;
	width: 397px;
         /* place it where you want     */
}

#translucentbkg {
   width: 602px; height: 20px;     /* to match DIVs size          */
   background-color: #000000;       /* the background              */
   filter:alpha(opacity=30);
   -moz-opacity:0.3;
   opacity: 0.3;
   padding:6px;
   margin:0px;
}

#opaquetext {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	width: 597px;
	height: 20px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	text-align:right;
	padding: 10px;
	top: -1px;
	left: 0px;
   
}
.bodytext {font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.bigtext {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}

