/******************* global ********************/
body {			background-color:#FFF8EF;
			font-family: 'Verdana', sans-serif;
			font-size:12px;
			color:#443F3D;
}
.text_table { 		
			text-align:left;
}
h1 {			text-transform: uppercase;
			font-size: 15px;
			font-weight: normal;
			line-height: 18px;
			margin-top:0px;
			margin-bottom:9px;
			
			
}
h2 {			text-transform: uppercase;
			font-size: 13px;
			font-weight: normal;
			line-height: 16px;
			margin-top:0px;
			margin-bottom:8px;
}
h3 {			text-transform: uppercase;
			font-size: 13px;
			font-weight: normal;
			line-height: 16px;
			margin-top:0px;
			margin-bottom:2px;
}

p {			/* foobar */			
}

a {			font-family:'Verdana',sans-serif;
			color:black;
			text-decoration:none;
}
a:hover {		color: #CF0A3C;
}
a:active {		color: #CF0A3C;
}

.Theme_dyellow {	background-color:#FFC100; }
.Theme_lyellow {	background-color:#FEE080; }
.Theme_purple {		background-color:#D5003C; }
.Theme_dline {		background-color:#787564; }
.purple {		color:#D5003C; }

/******************* Canvas *********************/
.canvas {		background-repeat:no-repeat;
			height:570px;
}
          
/******************* right pictures *************/
.right_pics {		width:99px;
			border:0;
}
.right_pic {		width: 97px;
			height: 108px;
			border: solid 1px #787564;
			background-color:white;
}
			
/******************* main table *****************/
.main_table {		margin-left:25px;
			margin-top: 23px;
              
}			
/******************* Content ********************/
.text_area {    	width:542px;
			height:378px;
			overflow:visible;
			text-align:left;
			line-height:16px;

}

.text_area a {		color: #CF0A3C;
}
.text_area a:hover {	text-decoration: underline;
}

.page_index {		text-align: right;
			vertical-align:top;
			font-size: 15px;
			letter-spacing:2px;
}
.page_index a {		color: black;
}
.page_index a:hover {	color: #CF0A3C;
}
/*.page_index a:visited { color: #CF0A3C; } */
.page_index a:active {	color: #CF0A3C; }


/***************** Top Menu *********************/
.top_mi {		width:118px; 
			height:16px;
			font-size:13px;
			color:black;
			background-color:white;
			white-space:nowrap;
			text-align:center;
			border:solid 1px #787564;
			padding-bottom:1px;
}
.top_mi a {		font-weight:normal;
			color:black;
}
.top_mi_sel {		width:118px;
			height:16px;
			font-size:13px;
			color:black;
			background-color:#F2B5C5;
			white-space:nowrap;
			text-align:center;
			vertical-align:middle;
			border:solid 1px #787564;
			padding-bottom:1px;
}
.top_mi_sel a {		font-weight:normal;
			color:black;

}

/******************* Left Menu ********************/

.left_menu {		height:348px;
			width:120px;
			overflow:hidden;
}
.left_mi {		height:16px;
			width:118px;
			border:solid 1px #787564;	
			text-align:center;
			vertical-align:middle;
			font-size:13px;
			background-color: white;
      			padding-bottom:1px;
}
.left_mi a {		font-weight:normal;
			color:black;
}

.left_mi_sel {		height:16px;
			width:118px;
			border:solid 1px #787564;	
			text-align:center;
			vertical-align:middle;
			font-size:13px;
			background-color:#F2B5C5;
			padding-bottom:1px;
}
.left_mi_sel a	{	font-weight:normal;
			color: black
}

#wikiedit textarea {	width:100%;
			height: 320px;
}

