@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

#header {
	background-image: url(images/bg_header.jpg);
	height: 108px;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #8b3064;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	background-image: url(images/bg_content.gif);
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content a {
	color: #e3e0b8;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}

#navigation {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(images/bg_footer.jpg);
	clear: both; 
	height: 150px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #1b509e;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.bluetxt {
	color: #1b509e;
}

.graytxt {
	color: #747474;
}

.maroontxt {
	color: #8b3064;
}

.whitetxt {
	color: #FFFFFF;
}


.pgtitle {
	font-size: 16px;
	font-weight: bold;
	color: #e3e0b8;
}

.whitetable {
	border: 2px solid #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
}


ul {
	list-style-image: url(images/bullet_star.gif);
}

td, img, div, ul, li { behavior: url(iepngfix.htc)
}
















 EASY CLEARING METHOD 

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear { 
	min-height: 1px;
}
.txtplus {
	font-size: 14px;
}

* html .clear {
	height: 1px;
}
