/*
	Green: #006B19
	Yellow: #FFFFCC
*/
@CHARSET "UTF-8";

body
{
	font-family: "Palatino Linotype", Arial;
	text-align: center;
	background-image: url("../Images/Background.png");
}

h3
{
	color: #006B19;
	margin-bottom: 0px;
}

.Title
{
	color:#006B19;
	font-weight: bold;
}

.Container
{
	width: 810px;
	margin: auto;
}

.Header
{
	margin: 20px auto auto auto;
}

.Separator
{
	margin: 20px auto 20px auto;			
}

.Menu
{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	position: relative;
	z-index: 100;
	margin-top: 15px;
	font-size: 20px;
	color: #006B19;
	text-align: left;
}

.Button
{
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

.SelectedButton
{
	border: 1px solid #006B19;
	border-right-style: hidden;
	border-radius: 10px 0px 0px 10px;
	background-color: #FFFFCC;
	text-align: center;	
}

.Text
{
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 560px;
	margin-left: -5px;
	padding: 20px;
	border: 1px solid #006B19;
	border-radius: 10px;
	background-color: #FFFFCC;
	text-align: justify;
}

.Footer
{
	margin-top: -10px;
	color: gray;
	font-style: italic;
}