/* 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 */
html, body { height: 100%; }
body {
	background: url(../images/bg.gif) top left repeat-x #fff;
}
div#wrapper {
	width: 100%;
	min-height: 100%;
    margin-bottom: -200px;
    position: relative;
}
div#top_bnr {
	width: 840px;
	background: url(../images/top_bnr.jpg) top left no-repeat;
	height: 90px;
	margin: 0 auto;
}
div#bnr { width: 100%; background: url(../images/bg-bnr.gif) top left repeat-x; }
div#bnr_in {
	margin: 0 auto;
	width: 840px;
	height: 345px;
}
div#bnr_left {
	width: 493px;
	height: 345px;
	float: left;
}
div#bnr_right {
	background: url(../images/bnr_right.jpg) top left no-repeat;
	width: 347px;
	height: 345px;
	float: left;
}
div#myBody {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
}
div#myBody_left {
	float: left;
	width: 260px;
	margin-right: 20px;
}
div#myBody_right {
	float: left;
	width: 540px;
}
div#footer {
   background: url(../images/bg-footer.gif) top left #333;
   height: 195px;
   position: relative;
   padding-top: 5px;
}
.clearfooter {
   height: 200px;
   clear: both;
}
div.box {
	margin-top: 2px;
	padding: 10px 5px;
	background: #ffeeee;
	border: 1px solid #e7d8d8;
	margin-bottom: 10px;
}
div.box table tr td {
	font: 12px Arial, Helvetica, sans-serif;
}
div.alt {
	padding: 10px;
	background: url(../images/alt.jpg) top left no-repeat #eee;
	height: 200px;
}
/* TYPOGRAPHY --------------- CSS002 */
div#bnr_left h1 {
	font: 23px/24px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 47px 0 30px;
	margin-bottom: 0;
}
div#bnr_left p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0 5px;
}
div#myBody_left h1 {
	background: url(../images/bg-hdr.gif) top left repeat-x;
	padding: 10px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #666;
}
div#myBody_left ul li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 0 2px 20px;
	background: url(../images/list.gif) center left no-repeat;
}
div#myBody_right h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #006699;
	padding: 10px 0 3px;
}
div#myBody_right p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 10px;
	text-align: justify;
}
div#footer p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 70px 5px;
	color: #fff;
	width: 840px;
	margin: 0 auto;
}

/* NAVIGATION and LINKS ----- CSS003 */
div#menu ul {
	display: block;
	list-style: none;
	float: right;
	margin-top: 53px;
	padding-right: 30px;
}
div#menu ul li{
	display: block;
	float: left;
	border-left: 1px solid #666;
}
div#menu ul li.last{ border: 0; }
div#menu ul li a:hover{ background: #777; color: #fff; }
div#menu ul li a{
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 6px 10px;
}
div#bnr_left a.logo {
	display: block;
	background: url(../images/dl_btn_01.gif) no-repeat;
	width: 250px;
	height: 50px;
	float: right;
	padding-right: 10px; 
	margin-top: 10px;
}
div#myBody a.logo {
	display: block;
	background: url(../images/dl_btn_02.gif) no-repeat;
	width: 240px;
	height: 40px;
	margin: 10px auto 0;
}
div#bnr_left a span, div#myBody a span { display: none; }
div#footer a{
	text-decoration: none;
	color: #fff;
}
div#footer a:hover { text-decoration: underline; }

/* SUBPAGES ----------------- CSS004 */
#sub_container {
	width: 818px;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #999;
	background: #fff;
}

#default_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 820px;
}

#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;
}