#pageWrap {
	text-align: left;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu {
	height: 25px;
	width: 768px;
	font-size: 70%;
	line-height: 200%;
}
#mainTxt {
	padding: 38px 63px 40px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
}
p {
	font-size: 85%;
	line-height: 130%;
	margin-top: 12px;
	margin-bottom: 0px;
}
h1 {
	font-size: 140%;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}
#logo {
	background-color: #FF0000;
	height: 50px;
	width: 110px;
	position: relative;
	left: 333px;
	top: 244px;
	z-index: 1000;
}
/*#logo {
	background-color: #FF0000;
	height: 50px;
	width: 110px;
	position: absolute;

	z-index: 1000;
}*/
body {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #999999;
	margin-top: 15px;
}
.footer a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
.news {
	width: 355px;
	font-size: 70%;
	background-image: url(/images/latestnews.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
.newsTxt {
	float: left;
	width: 255px;
	clear: none;
	line-height: 110%;
	height: 22px;
	padding: 10px 10px 10px 10px;
}
.newsFilm {
	width:23px;
	height:42px;
	background-image:url(images/film.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.newsTitle {
	font-weight: bold;
	color: #FFFFFF;
	width: 60px;
	float: left;
	padding-top: 12px;
	height: 30px;
	margin-left: 15px;
}

.newsTxt a{
margin:0;
font-weight:normal;
color:#000;
}

.newsTxt img{
border:none;
}

li {
	font-size: 90%;
	padding-bottom: 5px;
	list-style-type: square;
	padding-top: 5px;
	line-height: 130%;
}
#mainTxtHome {

	padding: 38px 63px 10px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
}
ul {
	margin: 0px 0px 5px 15px;
}
h2 {
	font-size: 100%;
	margin: 0px 0px 10px;
}
h3 {

	font-size: 80%;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.quote {
	color: #FFFFFF;
	font-size: 85%;
	line-height: 140%;
}
.quotePadding {
	padding: 40px 45px 35px 50px;
}
.mItem {
	float: left;
	height: 24px;
	width: 94px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
}
.mItemLast {
	float: left;
	height: 24px;
	width: 96px;
	margin-bottom: 1px;
	text-align: center;
}
.quoteSmall {
	font-size: 90%!important;
}
.tdRightTxt {
	padding: 11px 15px 20px 20px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: normal;
	text-align: right;
}
.tdRightTxtQuote {
	padding: 11px 15px 20px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
a.tip {
	border-bottom: 1px dashed white;
	text-decoration: none;
}
a.tip:hover {
	
	cursor: help;
}
a.tip span {
	display: none;
}
a.tip:hover span {
	display: block;
	width: 250px;
	position: absolute; 
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 2000;
   	background-color: red; 
	/* end formatting */
	font-size: 90%;
	line-height: 100%;
}
html>body a.tip:hover span {
	display: block;
	width: 250px;
	position: absolute; 
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 2000;
   	background: red; 
	/* end formatting */
	font-size: 90%;
	line-height: 100%;
}
.film {
	float:right;
	width:23px;
	height:19px;
	margin-bottom:10px;
}
.film a {
	display:block;
	background-image:url(/images/film.gif);
	background-repeat:no-repeat;
}
.film a:hover {
	display:block;
	background-image:url(/images/filmB.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}
.normal {
	text-align: left;
	color: #FFFFFF;
	padding: 30px;
}