/*Styles for body.*/
body
{
	margin:10px 10px;
	padding:5px 5px 5px 5px;
	font:80% Arial, Verdana, Helvetica, Tahoma, sans-serif;
background-color: #F7E5DC;/* #71351D;*/
color:#FFFFFF;
}

A:visited {text-decoration: none; color: #F7E5DC; }
A:link {text-decoration: bold; color: #FFFFFF; }
A:hover {text-decoration: none; color: #F7E5DC; }
A:active {text-decoration: bold; color: #F7E5DC; }



/*Styles for main content which will be wrapped to centere with a gray border inside balck border. */
#WrapperGray
{
	margin:0 auto;
	padding:10px 10px 10px 10px;
	width:800x;
	background-color:#783C24;
	border:solid 0px #6B0101;/*#D9D9D9;*/
}



/*Styles for the Title of the page with shadow effect. */
#Title
{
	margin:-72px 0 0 0;
	padding:10px 0 0 19px;
	background-color:Transparent;
}
#Title a
{
	color:#ffffff;
	text-decoration:none;
	background-color:inherit;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
}



/*Styles for the right columms. */
#RightColumn
{
	margin:10px 10px;
	padding:0 0 0 0;
	width:28%;
	float:right;
}



/*The general class for the contents in the right column. */
.RightContents
{
	margin:0 auto;
	padding:8px 7px 8px 7px;
	background-color:#783C24;/*#E8ECF5*//*#E7E9F1;*/
	border:2px solid #000000;
	line-height:1.4em;
}
.RightContents h3
{
	margin: 5px 0 0 0;
	padding: 0 0 8px 0;
	background-color:inherit;
	color:#ffffff;/*#4D4D4D;*/
	text-align:left;
	font-size: 1.3em;
	/*font-family: Arial, Fantasy, Helvetica, Arial;*/
}
.RightContents h4
{
	font-size: 1em;
	margin: 5px 0 0 0;
	background-color:inherit;
}
.RightContents p
{
	margin: 0 0 14px 0;
	text-align: justify;
	background-color:inherit;
	color:#ffffff;
	font-size: 90%;
}
.RightContents a
{
	background-color:inherit;
	text-decoration: none;
	color:#ffffff;
}





/*Class filling the left column. */
.Fill
{
	margin:0;
	clear:both;
}
