@charset "utf-8";
body 
{
	text-align: center;
	margin: 20px;
}
#tablemenu1 {
	width: 159px;
	border-collapse : collapse;
	table-layout:fixed;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	height: 0px;
}
#tablemenu1 td {
	text-align: left;
	text-indent: 20px;
	
	
}

#tablemenu1 td a {
	text-decoration:none;
	display:block;
	padding:6px;
	font-weight:normal;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #363499;
	margin: 0px;
	border-top-color: #373598;
}
#tablemenu1 td a:link, #tablemenu1 a:visited, #tablemenu1 a:active {
	color: #3B369C;
	background-color:#CBCBCB;
}
#tablemenu1 td a:hover {
	color: #363497;
	background-color:#999999;
	font-variant:normal;
}
* html #tablemenu1 td a {
	width: 100%;
}

.Main_Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	text-indent: 15px;
}
.Main_Titles {
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	padding-top: 20px;
	color: #333397;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.General_Text {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 24px;
}

.topbackground {
	background-image: url(../images/Elements/top_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 5px;
	padding-right: 5px;
}
