




body {
	background-image: url(assets/layouts/welcome/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3d3d1c;
	background-color: #EDECD8;
	
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.MainMenu {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	padding:9px 30px 9px 30px;
	webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-decoration:none;
		
}

.MainMenu a {
	padding:9px 30px 9px 30px;
	font-size: 28px;
	text-shadow: 1px 1px 5px #000;
	text-decoration:none;
	line-height:49px;
	background-image: url(assets/layouts/welcome/curver.jpg)  no-repeat;\
	background-color:#303030;
	webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-decoration:none;
	color: #FFFFFF;
}
	
.MainMenu a:hover {
	color:#fff;
	text-shadow: 1px 1px 5px #000
	
}
.activePageMenuItem{
	color:#FFFFFF;
	padding:9px 30px 9px 30px;
	font-size: 28px;
	height:49px;
	text-shadow: 1px 1px 5px #000;
	text-decoration:none;	
	background-color:#303030;
	webkit-border-radius:10px;
	-moz-border-radius:10px;
	}




.separator_MainMenu{color:#FFFFFF;
	padding:9px 30px 9px 30px;
	font-size: 28px;
	text-shadow: 1px 1px 5px #000;
	text-decoration:none;
	line-height:49px;
	background-image: url(assets/layouts/welcome/curver.jpg)  no-repeat;\
	background-color:#303030;
	webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-decoration:none;
}

.separator_MainMenu:hover{color:#FFFFFF;
	background-color:#303030;
	webkit-border-radius:10px;
	-moz-border-radius:10px;
	
}


.maincontent{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.footerbg {
	background-image: url(assets/layouts/welcome/footer.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer ul{margin:0px; padding:0px;}

.footer li {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
}

.footer li a {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
.footer li a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.contact_content {
	font-size: 18px;
	line-height: 25px;
}
.contact_content a {
	font-size: 18px;
	text-decoration:underline;
	color: #3d3d1c;
}
.contact_content a:hover {
	font-size: 18px;
	text-decoration:none;
}
.mandatory{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}


