/* CSS Document */

body {
	background-color: #003C10;
/*	scrollbar-face-color: #55B707;
scrollbar-shadow-color: #003C10;
scrollbar-highlight-color: #AFE066;
scrollbar-3dlight-color: #003C10;
scrollbar-darkshadow-color: #003C10;
scrollbar-track-color: #003C10;
scrollbar-arrow-color: #003C10;*/

}

/**********************************************************************************/
/*********************************   Site title   *********************************/
/**********************************************************************************/

#Site_Name {
	position:absolute;
	left:20px;
	top:15px;
	width:239px;
	height:45px;
	z-index:1;
	background-color: #003C10;
}


/****************************************************************************************/
/*********************************   Frame "Alphabet"   *********************************/
/****************************************************************************************/

/*#Alpahbet {
	position:absolute;
	left:237px;
	top:74px;
	/*width:710px;
	height:60px;*/
	/*z-index:1;
	background-color: #003C10;
	/*visibility: hidden;*/
/*}*/

#Alphabet {
	position:absolute;
	left:285px;
	top:85px;
	width:717px;
	height:50px;
	background-image:url(../Images/Alphabet/Menu_Background.gif);
	background-repeat: no-repeat;
	background-color: #003C10;
	z-index:1;
}

.ImgSize  {
	position:relative;
	left:10px;
	top:6px;
	width:auto;
	height:76%;
	z-index:20;
}

/*********************************************************************************/
/*********************************   Nawakisme   *********************************/
/*********************************************************************************/

#Nawakisme {
	position:absolute;
	left:308px;
	top:19px;
	width:700px;
	height:22px;
	z-index:103;
}

.Nawakisme
{
font-family:   Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font: 14px verdana;
	color: #AFE066;
	text-decoration: none;
}
/*	
#NawakismeOfTheDayTitle {
	position:absolute;
	left:308px;
	top:19px;
	width:130px;
	height:22px;
	z-index:103;
}

#NawakismeOfTheDayBody {
	position:absolute;
	left:434px;
	top:19px;
	width:540px;
	height:42px;
	z-index:104;
}
*/

/***********************************************************************************/
/*********************************   Small Frame   *********************************/
/***********************************************************************************/

#SmallFrame {
	position:absolute;
	left:20px;
	top:85px;
	width:234px;
	height:50px;
	background-image:url(../Images/smallFrame/Small_Frame.gif);
	background-repeat: no-repeat;
	background-color: #003C10;
	z-index:1;
}

.Small_Frame_Police{
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font: bold 14px verdana;
	color: #003C10;
	text-decoration: none;
}


/************************************************************************************/
/*********************************   Frame "Item"   *********************************/
/************************************************************************************/

#Item {
	position:absolute;
	left:20px;
	top:170px;
	width:234px;
	height:400px;
	background-image:url(../Images/Item/Item_Background.gif);
	background-repeat: no-repeat;
	background-color: #003C10;
	overflow: hidden;
	z-index:1;
	/*padding: 50px 10px 62px 10px;*/
}

#Item_Title {
	position:absolute;
	left:35px;
	top:175px;
	width:160px;
	height:40px;
	z-index:22;
}

#Item_Body {
	position:absolute;
	left:0px;
	top:225px;
	width:180px;
	height:auto; /* MUST BE EQUAL TO "auto" because of the scrollBar */
	z-index:18;
}

#textDisplayWindow_Item {
	position:absolute;
	left:35px;
	top:219px;
	width:180px;
	height:320px;
	z-index:20;
	clip:rect(0px,180px,350px,0px);
	overflow:hidden;
	/*border-style: dotted;
	border-width: thin;*/
	visibility: visible;
}

.Item_Title1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font: bold 30px verdana;
	color: #003C10;
}

.Item_Title2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font: 14px verdana;
	color: #003C10;
}

.Item_Body:link, .Item_Body:visited {
	/*font-family: "Trebuchet MS";*/
	font: bold 16px verdana;
	/*font-style: italic;*/
	font-weight: bold;
	color: #004512;
	display: block;
	padding: 3px 0px 3px 0px;
	width: 170px;
	text-decoration: none;
}

.Item_Body:hover {
	/*font-family: "Trebuchet MS";*/
	font: bold 16px verdana;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ADD761;
	display: block;
	padding: 3px 0px 3px 0px;
	width: 170px;
	text-decoration: none;
}

/************************************************************************************/
/*********************************   Frame "Content"   ******************************/
/************************************************************************************/

#Content {
	position:absolute;
	left:285px;
	top:170px;
	width:717px;
	height:400px;
	z-index:2;
	background-image:url(../Images/Content/Content_Background.gif);
	background-repeat: no-repeat;
	background-color: #003C10;
	overflow:hidden;
	/*padding: 62px 10px 62px 10px;*/
}

#Content_Title {
	position:absolute;
	left:305px;
	top:175px;
	width:650px;
	height:46px;
	z-index:21;
}
#Content_Body {
	background-color:#AFE066;
	position:absolute;
	left:55px;
	top:0px;
	width:655px;
	height:auto; /* MUST BE EQUAL TO "auto" because of the scrollBar */
	z-index:10;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 16px;*/
	/*font: 8px verdana;*/
	color: #003C10;
	/*font-style: italic ;*/
	visibility:visible;
}

#textDisplayWindow {
	position:absolute;
	left:250px;
	top:222px;
	width:720px;
	height:335px;
	z-index:20;
	clip:rect(0px,898px,328px,0px);
	overflow:hidden;
	/*border-style: dotted;
	border-width: thin;*/
	visibility: visible;
}


.Content_Title1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 30px;*/
	font: bold 30px verdana;
	color: #003C10;
}

.Content_Title2{
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font: 20px verdana;
	color: #004512;
}

.Content_Body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font: 12px verdana;
	color: #003C10;
	/*font-style: italic ;*/
}





#Small_Frame_Text {
	position:absolute;
	left:57px;
	top:97px;
	width:116px;
	height:22px;
	z-index:101;
}
.Small_Frame_Police{
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font: bold 14px verdana;
	color: #003C10;
	text-decoration: none;
}






.Menu_police:link, .Menu_police:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font: bold 30px verdana;
	color: #003C10;
	text-decoration: none;
	background-image:url(Images/Alphabet/A.gif)
}

.Menu_police:hover , .Menu_police:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font: bold 30px verdana;
	color: #AFE066;
	background-image:url(Images/Alphabet/Ao.gif)
}



