body {
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}

a { color: #00468E; }
a:hover { color: #bf0000; }

#main {
	margin: 10px auto;
	text-align: left;
	width: 90%;
	border: 1px solid #969696;
	background-color: #00468E;
}

#inner {
	margin: 8px 7px;
	/* border-left: 1px solid #787FC3;
	border-right: 1px solid #787FC3; */
}

#header {
	background-color: #F8C301;
	height: 223px;
	border-bottom: 4px solid #00468E;
}

#header table {
	margin-top: 25px;
	width: 100%;
}

#header table td { 
	text-align: center; 
}

#header td div.cat {
	width: 120px;
	/* border: 1px solid #000; */
	margin: 0 auto;
	background-color: #fff;
	line-height: 125px;
}

#header td div.cat img {
	border: 0px none;
}

#header #marq {
	border-top: 3px solid  #00688B;
	border-bottom: 3px solid  #00688B;
	background-color: #fff;
	margin-top: 18px;
	text-align: left;
	font-size: 20px;
	color: #000;
	padding: 4px 0;
}

#content { background-color: #fff; }

#content #content_right {
	float: right;
	width: 350px;
	height: 450px;
}

#content #content_right img { border: 0px none; }

#content #content_left {
	width: 505px;
	height: 450px;
	overflow: auto;
}

#content #content_left h1 {
	margin: 0;
	padding: 0 8px;
	font-size: 26px;
	font-weight: normal;
	color: #F8C301;
	background-color: #00468E;
	line-height: 50px;
}

#content #content_left .text {
	padding: 6px;
	padding-top: 30px;
}

#content #content_left .text ul li {
	margin-bottom: 8px;
}

#content #content_left .text h4 {
	color: seagreen;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 0;
	font-style: italic;
	font-weight: bold;
}

#content #content_left ul.submenu {
	list-style: none;
	margin: 2px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
}

#content #content_left ul.submenu li {
	display: inline;
}

#content #content_left ul.submenu li a {
	font-size: 11px;
	color: #bf0000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px;
	border: 1px solid #000;
	background-color: #f5f5f5;
}

#content #content_left ul.submenu li a:hover {
	background-color: #dfdfdf;
}

#footer1 {
	height: 102px;
	background-image: url('images/footer.png');
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}

#footer2 {
	padding-top: 10px;
	padding-left: 10px;
}

#footer2 span {
	float: right;
	padding-right: 20px;
	padding-top: 6px;
}

#footer2 span a {
	color: #F8C301;
	font-weight: bold;
	text-decoration: none;
}

#fontSize {
	position:absolute;
	margin-left:400px;
	margin-top:-28px;
	text-align: center;
}