/* 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 #006699;
}
div#wrapper {
	margin: 0 auto;
	width: 840px;
}
div#menu {
	width: 840px;
	height: 40px;
}
div#bnr { width: 840px; margin: 0 auto; }
div#bnr_top { 
	width: 840px;
	height: 89px;
	background: url(../images/bnr_top.jpg) top left no-repeat;
}
div#bnr_left {
	width: 434px;
	height: 234px;
	background: url(../images/bnr_left.jpg) top left no-repeat;
	float: left;
}
div#bnr_right {
	width: 406px;
	height: 234px;
	position: relative;
	background: url(../images/bnr_right.jpg) top left no-repeat;
	float: left;
}
div#myBody {
	width: 100%;
	background: url(../images/bg-body.gif) bottom left repeat-x #fff;
}
div#myBody_inside {
	width: 820px;
	padding: 10px;
	margin: 0 auto;
}
div.box-1 {
	margin-right: 20px;
	width: 260px;
	float: left;
}
div#footer {
	width: 840px;
	margin: 10px auto;
}

/* TYPOGRAPHY --------------- CSS002 */
div#bnr_left h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #f5f5f5;
	padding: 5px 0 8px;
}
div#myBody p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 8px 0 12px;
}
div.box-1 h5 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px;
	background: #666;
	margin-bottom: 10px;
}
div.box-1 p {
	color: #333 !important;
	text-align: justify !important;
	padding: 3px 0 5px !important;
}
div#bnr_left ul li {
	padding: 1px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #bbb;
	padding-left: 20px;
	background: url(../images/list.gif) center left no-repeat;
}
div#footer p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 70px 5px;
	color: #ccc;
}

/* NAVIGATION and LINKS ----- CSS003 */
div#menu ul {
	display: block;
	list-style: none;
	float: right;
	margin-top: 12px;
}
div#menu ul li{
	display: block;
	float: left;
	border-left: 1px solid #ccc;
}
div#menu ul li.last{ border: 0; }
div#menu ul li a:hover{ color: #99cc00; }
div#menu ul li a{
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 0 20px;
}
div#bnr_left a.logo {
	display: block;
	background: url(../images/dl_btn_01.gif) no-repeat;
	width: 253px;
	height: 58px;
	float: right;
	margin-top: 10px;
}
div#bnr_right a.redirect {
	display: block;
	background: url(../images/redirect_link.jpg) no-repeat;
	width: 136px;
	height: 168px;
	position: absolute;
	bottom: 0;
	left: 81px;
}
div#myBody a.logo {
	display: block;
	background: url(../images/dl_btn_02.gif) no-repeat;
	width: 260px;
	height: 58px;
	margin: 10px auto;
}
div#bnr_left a.logo span, div#myBody a span, div#bnr_right a.redirect span { display: none; }
div#footer a{
	text-decoration: none;
	color: #fff;
}
div#footer a:hover { text-decoration: underline; }

/* SUBPAGES ----------------- CSS004 */
#sub_container {
	width: 820px;
	padding: 10px;
	margin: 0 auto;
	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;
}