/************* GENERICS ****************************/

body {
	background:url(p/bg.jpg) repeat-x fixed;
	background-color:#99cc99;
	margin:0px;

	font-family: Arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	color: #666666;
	cursor: default;
}

a {
	font-weight:bold;
	text-decoration:underline;
}
a:link{color:#339900;}
a:hover{color:#77aa77;}
a:visited{color:#84B872;}
a:visited:hover{color:#77aa77;}
a:active{color:#660000}

h1, h2, h3, h4, h5, h6{  
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none;
	color: #555555; 
	cursor: default;
	padding-left:4px;
	padding-right:4px;
	text-shadow: 2px 2px 2px #99cc99;
	letter-spacing:2px;
	margin-bottom:0px;
	border-bottom:1px solid #abeeab;
	width:96%;
}

h1 {
	font-size: 15px;
	text-indent:20px;
	background:url(p/_headerdots.gif) top left no-repeat;
}
h2 {
	font-size: 14px;
}
h3, h4, h5, h6 {
	color:#666666;
	font-weight:normal;
	font-size: 12px;
}

/*************** ID STUFF **************************/


#divheader{
	width:100%;
	background-color:#ffffff;
}
#divheader2{
	width:100%;
	height:45px;
	background:url(p/headerbg.png) bottom center repeat-x;
}
#divnavi{
	background:url(p/translugreen.png);
	display:block;
	border-top:1px solid #56B735;
	border-bottom:1px solid #56B735;
	border-right:1px solid #56B735;
	font-size:10px;
	color:black;
}

#divnavi a {
	text-indent:10px;
	display:block;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
	border-top:1px solid #78CF5A;
	border-bottom:1px solid #1F4213;
	width:100%;
}
#divnavi a:link{color:#BEFDBB;}
#divnavi a:hover{color:#ffffff;border-top:none;border-bottom:none;}
#divnavi a:visited{color:#8AFB84;}
#divnavi a:visited:hover{color:#ffffff;border-top:none;border-bottom:none;}
#divnavi a:active{color:#660000}
#divnavi p {
	border-top:1px solid #888888;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:black;
	text-align:center;
	color:#a5a5a5;
	margin:0px;
}
#divnavi2{
	display:block;
	margin:auto;
}

#divnavi2 div{
	display:block;
	padding-left:10px;
	padding-right:10px;
	width:110px;
	margin:2px auto 2px auto;
	border:1px solid #56B735;
	background:url(p/translublack.png);
	font-size:10px;
	color:white;
}

#divnavi2 a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
}
#divnavi2 a:link{color:#BEFDBB;}
#divnavi2 a:hover{color:#ffffff;border-top:none;border-bottom:none;}
#divnavi2 a:visited{color:#8AFB84;}
#divnavi2 a:visited:hover{color:#ffffff;border-top:none;border-bottom:none;}
#divnavi2 a:active{color:#660000}
#divnavi2 p {
	font-size:11px;
	font-weight:bold;
	color:#80FF80;
	border-bottom:1px solid #676767;
	margin:0px;
}

#worldheader{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#tablecontent{
	margin:auto;
}
#tablecontent #one{
	width:610px;
	height:30px;
	background:url(p/mini01.gif) top left repeat-x;
	background-color:white;
	border-top:1px solid #75CC77;
	border-left:1px solid #75CC77;
	border-right:1px solid #75CC77;
}
#tablecontent #mid{
	width:600px;
	padding:0px 5px 5px 5px;
	background-color:white;
	border-bottom:1px solid #75CC77;
	border-left:1px solid #75CC77;
	border-right:1px solid #75CC77;
}
#tablecontent #two{
	background:url(p/mini03.png) bottom left no-repeat;
	height:30px;
	font-size:2px;
}
#tablecontent #three{
	width:150px;
	background:url(p/mini02.png) top left repeat-y;
}
#tablecontent #four div[seq="1"]{
	background:url(p/mini04.png) top left no-repeat;
	width:20px;
	float:right;
}
#tablecontent #four div[seq="2"]{
	background:url(p/mini05.png) top left repeat-x;
	float:right;
	width:95%;
}
#tablecontent #five{
	width:150px;
	background:url(p/mini06.png) top left no-repeat;
}
#section_r, #section_c, #section_i, .collapsible {
	width:100%;
	font-family:Arial;
	font-size:11px;
	color:#777777;
	border:1px solid #D8F9D2;
	overflow:auto;
}
#divindex1, #divindex2{
	width:295px;
	float:left;
}
#divbreaker{
	width:100%;
	border-top:1px solid gray;
	background-color:#004800;
	position:fixed;
	left:0px;
	bottom:0px;
	color:white;
}
#divbreaker p{
	margin:2px 50px 2px 50px;
}



/****************** CLASSES *****************************/


.bottomstuff {
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none;
	color: #555555; 
	cursor: default;
	padding-left:4px;
	padding-right:4px;
	text-shadow: 2px 2px 2px #99cc99;
	letter-spacing:2px;
	margin-bottom:0px;
	border-bottom:1px solid #abeeab;
	font-size: 13px;
}
.clearer {
	clear:both;
}




