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

#header {
	/* background-image: url(images/bg_header.jpg);*/
	height: 115px;
	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: #00245d;	/* 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;
	color: #00245d;
}

#content a:hover {
	text-decoration: none;
}
#jmc_navigation {
	background-image: url(images/bg_navigation_new.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 57px;
	width: 956px;
	padding-top: 10px;
}
#jmc_navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#jmc_navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#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: #00245d;	/* color: #8b3064; */
}

.whitetxt {
	color: #FFFFFF;
}


.pgtitle {
	font-size: 16px;
	font-weight: bold;
	color: #00245d;	/* 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);
}
li{
	text-align: left;
}
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;
	color: #00245d;
}

* html .clear {
	height: 1px;
}

