@charset "utf-8";
/* CSS Document */
html
 {background: url(../images/background_img_green.png) repeat ;}

body {
	font-family:"Nueva Std ", "Tw Cen MT" ;
	margin:  0;
	padding: 0;
}

/* Text format */
h3 { 
	font-size : 100%;
	text-align:	left;
	margin: 	2em 0 0 0 ;
}
h3a { 
	font-size : 100%;
	text-align:	left;
	margin: 	2em 0 0 0 ;
}

h4 { font-size : 90%; }

p {	
	font-size:	12px; 
   	text-align:	left; 
	margin: 	0;
   	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;} 
pj {	
	font-size:	12px; 
   	text-align:	Justified; 
	margin: 	0;
   	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;} 


/* ID format */

div#contentDiv {
	position: relative;
	width: 	  1023px;
	height:   768px;
	margin:   0 auto;
/*	border: solid 3px black; */
} 

div#topTemple {
	position: absolute;
	top:	0px;
	left: 	0px;
	float:	left;
	width: 	181px;
	padding:0;
	z-index:3;
}

div#leftPole {
	position: absolute;
	/*	top: 120; */
	bottom:1px;
	left:-20px;
	float: left;
	width: 135px;
	margin: 0 0 0 20px;
	padding: 0;
	z-index:2;
}

div#rightPole {
	position: absolute;
	bottom:	1px;
	left:  	890px;
	float: 	left;
	width: 	135px;
	padding:0;
	z-index:2;
}

/*   Navigation */
#mainNav  {
	position: absolute;
	top: 180px;
	left: 104px;
	float: left;
	width: 840px;
	height: 48px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#footer {
	position: 	absolute;
	width: 		1023px;
	font-size:	9px;
   	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color:		blue;
	text-align:	center;
	margin: 	0 auto;
	bottom:		0px;
}

div#contentDivInner {
	position: absolute;
	top:	  15px;
	left:	  15px;
	width: 	  987px;
	height:   814px;
	margin:   0 auto;
	background: url(../images/center.png) repeat; 
}

div#top {
	position: absolute;
	top:	  0px;
	left:	  18px;
	width: 	  987px;
	height:   18px;
	margin:   0 auto;
	background: url(../images/top.png) repeat; 
}

div#topLeftCorner {
	position: absolute;
	top:	  0px;
	left:	  0px;
	width: 	  18px;
	height:   18px;
	margin:   0 auto;
	background: url(../images/topLeftCorner.png) repeat; 
}
div#topRightCorner {
	position: absolute;
	top:	  0px;
	right:	  0px;
	width: 	  18px;
	height:   18px;
	margin:   0 auto;
	background: url(../images/topRightCorner.png) repeat; 
}
div#center {
	position: absolute;
	top:	  18px;
	left:	  18px;
	width: 	  993px;
	height:   732px;
	margin:   0 auto;
	background: url(../images/center.png) repeat; 
}

div#right {
	position: absolute;
	top:	  18px;
	right:	  0px;
	width: 	  18px;
	height:   732px;
	margin:   0 auto;
	background: url(../images/right.png) repeat; 
}

div#left {
	position: absolute;
	top:	  18px;
	left:	  0px;
	width: 	  18px;
	height:   732px;
	margin:   0 auto;
	background: url(../images/left.png) repeat; 
}

div#bottom {
	position: absolute;
	bottom:	  0px;
	left:	  18px;
	width: 	  987px;
	height:   18px;
	margin:   0 auto;
	background: url(../images/bottom.png) repeat; 

}
div#bottomLeftCorner{
	position: absolute;
	bottom:	  0px;
	left:	  0px;
	width: 	  18px;
	height:   18px;
	margin:   0 auto;
	background: url(../images/bottomLeftCorner.png) repeat; 
}
div#bottomRightCorner {
	position: absolute;
	bottom:	  0px;
	right:	  0px;
	width: 	  18px;
	height:   18px;
	margin:   0 auto;
	background: url(../images/bottomRightCorner.png) repeat; 
	z-index:5;
}

div#footer {
	position: 	absolute;
	width: 		1023px;
	font-size:	9px;
   	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color:		blue;
	text-align:	center;
	margin: 	0 auto;
	bottom:		0px;
}
