/* 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: 800px;
}
div#top_bnr {
	width: 800px;
	height: 66px;
	padding-top: 30px;
}
div#menu {
	width: 800px;
	height: 29px;
	}
div#bnr { width: 800px; }
div#bnr_left {
	background: url(../images/img_03.jpg) no-repeat top left;
	width: 420px;
	height: 386px;
	float: left;
}
div#bnr_right {
	background: url(../images/img_04.jpg) top left no-repeat;
	width: 340px;
	padding: 36px 10px 0 30px;
	height: 350px;
	float: left;
}
div#myBody {
	background: url(../images/bg_body.gif) top center no-repeat #fff;
	width: 780px;
	padding: 10px;
}
div.myBox {
	margin-top: 20px;
	width: 246px;
	margin-right: 20px;
	float: left;
}
div#footer {
	background: url(../images/bg_footer.gif) top center no-repeat;
	padding: 25px 0 0 0;
	width: 800px;
}

/* TYPOGRAPHY --------------- CSS002 */
div#myBody h1{
	font: 18px Arial, Helvetica, sans-serif;
	color: #003399;
	padding: 3px 0 10px 0;
}
div#myBody p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 3px 0 5px 0;
}
div#bnr_right h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #fff;
}
div#bnr_right h1 span { color: #ff0; }
div#bnr_right h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0 3px 0;
}
div#bnr_right p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
div.myBox p {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 10px 0;
}
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: #01003A; color: #fff;}
div#menu ul li a{
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	padding: 7px 10px 6px;
}
div#top_bnr a.logo {
	display: block;
	background: url(../images/logo.gif) no-repeat;
	width: 280px;
	height: 36px;
}
div#bnr_right a {
	display: block;
	background: url(../images/dl_btn_01.gif) no-repeat;
	width: 220px;
	height: 53px;
	float: right;
	padding-right: 10px; 
	margin-top: 30px;
}
div#myBody a {
	display: block;
	background: url(../images/dl_btn_02.gif) no-repeat;
	width: 221px;
	height: 53px;
	margin: 15px auto;
}
div#bnr_right a span, div#top_bnr a.logo span, div#myBody a span { display: none; }
div#footer a{
	text-decoration: none;
}
div#footer a:hover { text-decoration: underline; }

/* SUBPAGES ----------------- CSS004 */
#sub_container {
	width: 785px;
}

#default_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 0;
	width: 785px;
}

#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;
}