/* 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 #00769E;
}
div#wrapper {
	margin: 0 auto;
	width: 800px;
}
div#menu {
	background: url(../images/menu.png) top left no-repeat #006699;
	width: 800px;
	height: 47px;
}
div#top_bnr {}
div#bnr { width: 800px; }
div#bnr_left {
	width: 370px;
	height: 305px;
	background: url(../images/bnr_left.jpg) top left no-repeat;
	float: left;
}
div#bnr_right {
	width: 430px;
	height: 305px;
	background: url(../images/bnr_right.jpg) top left no-repeat;
	float: left;
}
div#myBody {
	background: #fff;
	padding: 20px 10px;
}
div.myBox {
	width: 246px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
}
div#footer {
	background: url(../images/bg-foot.jpg) top center no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 25px 0;
}

/* TYPOGRAPHY --------------- CSS002 */
div#bnr_right h1 {
	font: 28px Arial, Helvetica, sans-serif;
	color: #0a3645;
	padding: 25px 0 10px 10px;
}
div#bnr_right ul {
	padding: 10px 10px 10px 30px;
}
div#bnr_right ul li {
	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px 0 5px;
	color: #000;
}
div#myBody h1{
	font: 18px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 0 8px;
}
div#myBody p{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 8px 0 10px;
	text-align: justify;
}
div.myBox h6 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 10px;
	background: url(../images/bg-box-h6.gif) top left #006699;
	border: 1px solid #38cdff;
}
div.myBox p {
	padding: 5px 0 !important;
}
div#footer p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 70px 5px;
	color: #ddd;
}

/* NAVIGATION and LINKS ----- CSS003 */
div#menu ul {
	display: block;
	list-style: none;
	float: right;
	margin-top: 13px;
}
div#menu ul li{
	display: block;
	float: left;
	border-left: 1px solid #fff;
}
div#menu ul li.last{ border: 0; }
div#menu ul li a:hover{ font-weight: bold }
div#menu ul li a{
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 2px 10px;
}
div#bnr_right a {
	display: block;
	background: url(../images/dl_btn_01.gif) no-repeat;
	width: 225px;
	height: 49px;
	float: right;
	padding-right: 30px; 
}
div#myBody a.logo {
	display: block;
	background: url(../images/dl_btn_02.gif) no-repeat;
	width: 225px;
	height: 49px;
	margin: 20px auto 0;
}
div#bnr_right a span, div#myBody a span { display: none; }
div#footer a{
	text-decoration: none;
	color: #ddd;
}
div#footer a:hover { text-decoration: underline; }

/* SUBPAGES ----------------- CSS004 */
#sub_container {
	width: 780px;
	padding: 10px;
	margin-top: 10px;
	background: #fff;
}

#default_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px 0;
	width: 780px;
}

#default_content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: justify;
}

#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;
}