body{
	background-color: White;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: justify;
	font-family: Tahoma,Verdana;
	font-size: 16px;
	color: #00008B;
}


P{
/*	padding-left:10px;
	padding-right:10px;	
*/	
	text-align: justify;
}
/* H *********************************************************************/
H1{
	padding:3px;
	padding-left:10px;
	color: #4169E1;
	font-size:180%;
	font-weight:bold;
	font-family: comic Sans MS;
	text-align: left;
}
H2{
	padding:3px;
	padding-left:10px;
	color: #4169E1;
	font-size:160%;
	font-weight:bold;
	font-family: comic Sans MS;
	text-align: left;
}
H3{
	padding: 3px;
	padding-left: 0px;
	/*
	background-color: #FFFFF0;
	border-top: 1px solid #F4A460;
	border-bottom: 1px solid #F4A460;
	*/
	color: #FF8C00;
	font-size: 130%;
}
h4{
	color: #FF8C00;
	font-size: 110%;	
	font-style: italic;
}
/*******************************************/
blockquote{
	font-style: italic;
}
.ArticleImg{
	border: 5px solid #FFF7AE;
	float: right;
	margin-left: 10px;
	margin-right: 10px;	

}
table{
font-size:100%;
}

/* A */
.ANoDec{
	text-decoration : none;
	color:blue;
}
A{
	text-decoration: none;
/*	font-weight: normal;*/
}
A:link{
	color: #FF8C00;
	text-decoration: none;
	font-weight: inherit;
}

A:visited{
	color: #FFA500;
	text-decoration: none;
	font-weight: inherit;
}

A:hover{
	/*background-color: #F0F8FF;
	*/
	color: #FFA500;
	text-decoration: underline;
	font-weight: inherit;
}
A:active{
	color: #FF8C00;
	text-decoration: underline;
	font-weight: inherit;
}

A.clear{
}
A.clear:hover{
	background-color: transparent;
	text-decoration : none;	
	border:;
	color: inherit;
}
A.clear:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
A.clear:visited{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.clear:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}




/*******************************************/


input{
	border: 1px solid Navy;
	background: #6699FF;
	color: white;
}
.clearinput{
	border: 0px;
	background: transparent;
	color: Navy;
}

.Edit{
	background: #F0F8FF;
	padding: 2px;

	border-top: 2px solid Gray;
	border-left: 2px solid Gray;
	border-bottom: 2px solid Silver;
	border-right: 2px solid Silver;

	border:1px solid Gray;	

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;

	color: Blue;
	
}
textarea{
	background: #F0F8FF;
	padding: 5px;
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Blue;
}


/********************************************************************/
/* SITE (CMS) */
/********************************************************************/

.ListItemImg{
	margin:10px;
	border:0px;
	float:left;

}
.ListItemText{
	vertical-align: top;
	text-align: justify;
}
.MenuItem{
	border: 1px solid #FFE4C4;
	padding: 10px;
	padding-left:5px;
	padding-right:8px;	
	margin-bottom: 1px;
	background-color: #F8600E;
	background-image: url(images/mnu_back.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFE4C4;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	
}
.MenuItemCurrent{
	border: 1px solid #FFE4C4;
	padding: 13px;
	padding-left:8px;
	padding-right:5px;	

	background-color: #FFA500;
	margin-bottom: 1px;
	color: #FFE4C4;
	font-weight: bold;
	font-size: 14px;
}

.MenuItem_1{
	border: 1px solid #FFFAF0;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 1px;
	background-color: #DCDCDC;
	color: Gray;
	font-weight: bold;
	font-size: 10px;
}
.MenuItem_1Current{
	border: 1px solid #FFFAF0;
	padding: 3px;
	padding-left:5px;
	padding-right:5px;	

	background-color: #FFFACD;
	margin-bottom: 1px;
	color: #FF6347;
	font-weight: bold;
	font-size: 10px;
}


.Menu{
	width: 200px;
/*	background-color: #FFE4C4;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px; /*	border: 1px solid #FFF8DC;*/
/*	background-image: url(images/mnu_all_back.gif);
	background-position: top;
	background-repeat: repeat-x;
*/	
	display: block;
	margin:0;
	
}
/* Menu A*/
A.AMenuItem{
	text-decoration: none;
	color: #FFE4C4;
	font-weight: bold;
}
A.AMenuItem:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.AMenuItem:visited{
	background-color: transparent;
	text-decoration : none;	
	color: #FFE4C4;
}
A.AMenuItem:hover{
	background-color: transparent;
	text-decoration : none;	
	color: white;
}
A.AMenuItem:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/* Menu A level 1*/
A.AMenuItem_1{
	text-decoration: none;
	color: Gray;
	font-weight: bold;
}
A.AMenuItem_1:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.AMenuItem_1:visited{
	background-color: transparent;
	text-decoration : none;	
	color: Gray;
}
A.AMenuItem_1:hover{
	background-color: transparent;
	text-decoration : none;	
	color: white;
}
A.AMenuItem_1:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}


/********************************************************************/
/* SITE Design*/
.MainTable{
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
}

.TD_Logo{
	background-image: url(images/RainbowTop_back.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 250px;
	padding:0;
	margin: 0;
}
.div_logo{
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(images/RainbowTop.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
}

.TD_UnderLogoFade{
	height:10px;
	background-image: url(images/fade_under_logo.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding:0;
	margin:0;
}
.TD_Left{
	vertical-align: top;
	height: 100%;
	width: 200px;
	background-color: White;
	padding-right: 3px;
	border-right: 1px solid #DCDCDC;
}
.TD_Text{
	vertical-align: top;

	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}
.TD_LeftOfText{
	background-image: url(images/left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width:53px;
	min-width: 53px;
}
.TD_RightOfText{
	background-image: url(images/right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width:100px;	
	min-width: 100px;
}
.TD_Bottom{
	background-image: url(images/back_bottom.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 100px;
	padding: 10px;
	padding-top: 40px;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
}
.siteImg{
  margin:10px;
}
.tabBlock{

}
.tdBlock{
}
.ClicksBlock{
	text-align: center;
	margin-top: 200px;
	vertical-align: bottom;
	padding:5px;
}
.ClicksText{
	color: Silver;
	background-color: white;
	padding: 1px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: smaller;
	font-weight: bolder;
}
.ClicksCaption{
	font-weight: normal;
}
/* End of SITE Design*/
/********************************************************************/
/*Forum***************************************************************************************/ 
.subject0{
	padding: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left:30px;
	margin-right:30px;	
	padding-left: 10px;
	background-color: #F0F8FF;
	border-bottom: 1px solid #6495ED;	

}
.subject1{
	padding: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left:30px;
	margin-right:30px;	
	
	padding-left: 10px;
	background-color: #FFFFF0;
	border-bottom: 1px solid #6495ED;
}
.border{
	border: 1px solid #6495ED;
}

.border2{
	border: 1px solid Navy;
}

.fline{
	background-color: #99CCFF;
	color: #99CCFF;
	width: 100%;
	height: 5px;
	border: 0px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.SubjAuthor{
	color: #6495ED;
	font-size: 90%;
	font-style: italic;	
}
.SubjName{
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
/*	color: #4169E1;*/

}
.Msg{
	background-color: #F0F8FF;
	color: Navy;
	padding: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 90%;
	background-image: url(forum/images/back_msg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
/*	font-family: "Comic Sans MS"; */
}
.MsgAuthor{
	background-color:#99CCFF;
	background-image: url(forum/images/back_auth.gif);
	background-position: top;
	background-repeat: repeat-x;
	color:White;
	padding:5px;
	font-weight:bold;
	font-size:95%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.SubjHeadAuth{
	background-color: #3A6EA5;
	background-image: url(forum/images/back_subjauth.gif);
	background-position: top;
	background-repeat: repeat-x;

	color: White;
	padding: 5px;
	font-weight: bold;
	font-size: 95%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.SubjHeadMsg{
   background-color: #FFFFE0;
	padding: 15px;
	margin:0px;
	background-image: url(forum/images/back_subjmsg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
}
.lastAuth{
	color: #FFA500;
	font-size: 85%;
	font-style: italic;
}

.pages{
	text-decoration : none;
	font-size : smaller;
}
.PagesHead{
	font-size : smaller;
	font-weight : bold;
	letter-spacing : 5px;
	color : #A9A9A9;
}
.Stat{
	font-size:smaller;	
	color : #A9A9A9;	
	text-align: right;
}
.ForumForm{
	width:95%;
	height:170px;
}
.F_SubjTable_Header{
	font-weight: bold;
	font-size:smaller;
	vertical-align: bottom;
	text-align: center;
}
.F_SubjTable{
	color: Navy;
}
/* end of Forum*******************************************************************************/

