body {
	margin-left: 15%;
	margin-top: 0px;
	margin-right: 15%;
	background-color: #00004A;
	background-image: url('../images/main_bg.gif');
	background-repeat: no-repeat;
	background-position: right 140px;
	background-attachment: fixed;
	text-align: left;
}

a, a:active, a:visited {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none; 
	color: #C7C7C7;
}

.menu {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	direction: ltr;
	font-weight: bold;
	list-style-type: none;
}

.menu li {
	display: block;
	float: left;
	min-width: 10%;
	/width: 10%;
	padding: 5px 5px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.menu a {
	text-decoration: none;
	font-size: 12pt;
}

.mainTxt {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	direction: ltr;
	padding-top: 60px;
	padding-bottom: 40px;
}

.mainTxt .title {
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.mainTxt .subtitle {
	font-size: 16pt;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}

li {
	margin-bottom: 10px;
}

a img {
	border: 0px;
}
