/* CSS RESET NO NEED TO EDIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

/* SEARCH(CTR+F) CODES TO JUMP IN THE -- EDITABLE CSS SECTIONS */
/* GLOBAL CSS --------------- CSS000 */
/* TEMPLATE LAY-OUT --------- CSS001 */
/* TYPOGRAPHY --------------- CSS002 */
/* NAVIGATION and LINKS ----- CSS003 */
/* SUBPAGES ----------------- CSS004 */



/* GLOBAL CSS --------------- CSS000 */
.clr { margin: 0; padding: 0; height: 0; width: 0; clear: both; }

/* TEMPLATE LAY-OUT --------- CSS001 */
body {
	background: url(../images/bg.gif) top left repeat-x #fff;
}
div#wrapper {
	margin: 0 auto;
	width: 840px;
}
div#menu {
	width: 840px;
	height: 30px;
	margin: 0 auto;
}
div#top_bnr {
	width: 840px;
	height: 48px;
	margin: 0 auto;
}
div#bnr { 
	width: 100%;
	background: #090f13;
}
div#bnr_inside { 
	width: 840px;
	margin: 0 auto;
}
div#bnr_left {
	width: 387px;
	height: 281px;
	background: url(../images/bnr_left.jpg) top left no-repeat;
	float: left;
}
div#bnr_right {
	width: 453px;
	height: 281px;
	background: url(../images/bnr_right.jpg) top left no-repeat;
	float: left;
}
div#myBody {
	background: url(../images/bg-body.gif) top left repeat-x;
	width: 100%;
}
div#myBody_inside {
	background: url(../images/bg-body-center.jpg) top center no-repeat;
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	border-bottom: 3px solid #006699;
}
div#footer { width: 840px; margin: 0 auto; padding-top: 10px; }

/* TYPOGRAPHY --------------- CSS002 */
div#bnr_right h1 {
	color: #fff;
	font: 22px Arial, Helvetica, sans-serif;
	padding: 25px 5px 0;
	
}
div#bnr_right ul {
	padding: 25px 0 0 10px;
}
div#bnr_right ul li {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	width: 200px;
	padding: 0 5px;
}
div#bnr_right ul li p {
	font: 11px Arial, Helvetica, sans-serif !important;
	color: #c5c5c5;
	padding: 3px 0;
}
div#myBody h1 {
	font: 25px Arial, Helvetica, sans-serif;
	color: #003366;
	padding: 3px 0 6px;
}
div#myBody p {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px 0 8px;
	text-align: justify;
}
	div.box-1 {
		width: 260px;
		float: left;
		margin-right: 20px;
		margin-top: 10px;
	}
	div.box-1 h6 {
		font: bold 14px Arial, Helvetica, sans-serif;
		padding: 10px;
		background:	#006699;
		color: #ccc;
		border-bottom: 1px solid #003399;
		border-top: 1px solid #003399;
	}
div#footer p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 70px 5px;
}

/* NAVIGATION and LINKS ----- CSS003 */
div#menu ul {
	display: block;
	list-style: none;
	float: right;
}
div#menu ul li{
	display: block;
	float: left;
}
div#menu ul li.last{ border: 0; }
div#menu ul li a:hover{ background: #000; }
div#menu ul li a{
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 8px 10px 7px;
}
div#top_bnr a.logo {
	display: block;
	font: 30px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
	width: 250px;
}
div#top_bnr a.logo:hover sup { display: inline; font: 10px Arial, Helvetica, sans-serif; color: #ff0; }
div#top_bnr a.logo sup { display: none; margin-left: 5px; }
div#bnr_right a.logo {
	display: block;
	width: 236px;
	height: 52px;
	background: url(../images/dl_btn_01.gif) top left no-repeat;
	margin-top: 33px;
	padding-right: 15px;
	float: right;
}
div#myBody a.logo {
	display: block;
	width: 252px;
	height: 60px;
	background: url(../images/dl_btn_02.gif) top left no-repeat;
	margin: 10px auto 0;
}
div#bnr_right a span, div#myBody a span { display: none; }
div#footer a{
	text-decoration: none;
}
div#footer a:hover { text-decoration: underline; }

/* SUBPAGES ----------------- CSS004 */
#sub_container {
	margin: 10px auto 0;
	width: 800px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #006699;
	border-bottom: 3px solid #006699;
}

#default_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 800px;
}

#default_content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#default_content A{
	color: #003399;
	text-decoration: none;
}#default_content .header {
	color: #006699;
	text-decoration: none;
}
#default_content h1 {
	color:#3366CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#default_content .highlight {
	font-weight:bold;
	color: #000066;
}