/* 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(bg.gif) top left repeat-x #fff;
}
div#wrapper {
	margin: 0 auto;
	width: 800px;
}
div#top_bnr {
	width: 800px;
	height: 107px;
}
div#menu {
	background: url(menu.jpg) top left no-repeat #000;
	height: 31px;
	width: 493px;
	float: right;
	margin-top: 70px;
}
div#bnr {}
div#bnr_1 {
	background: url(bnr_1.jpg) top left no-repeat #333;
	width: 800px;
	height: 164px;
}
div#bnr_2 {
	background: url(bnr_2.jpg) top left no-repeat #333;
	width: 800px;
	height: 74px;
}
div#myBody {
	margin-top: 3px;
	background: #eee;
	border-bottom: 1px solid #666;
	padding: 20px 25px;
}

div.dl_box {
	width: 167px;
	height: 107px;
	padding: 3px;
	border: 1px solid #333;
	background: url(box-bg.gif) top left repeat-x #666;
	margin: 5px;
	float: left;
}
div#footer { margin-top: 20px;}

/* TYPOGRAPHY --------------- CSS002 */
div#bnr_2 p {
	font: 18px Arial, Helvetica, sans-serif;
	float: right;
	color: #fff;
	padding: 23px 15px 0 0;
}
div.dl_box p {
	color: #000;
	background: url(box-bg-hdr.gif) top left repeat-x #eee;
	height: 41px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	padding-top: 12px;
}
div#footer p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 70px 5px;
}

/* NAVIGATION and LINKS ----- CSS003 */
div#top_bnr ul {
	display: block;
	list-style: none;
	float: right;
	padding-right: 30px;
}
div#top_bnr ul li{
	display: block;
	float: left;
	height: 31px;
	border-right: 1px solid #303030;
}
div#top_bnr ul li.last{ border: 0; }
div#top_bnr ul li a:hover{background: #444; color: #ff0;}
div#top_bnr 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;
	background: url(logo.jpg) no-repeat;
	width: 290px;
	height: 107px;
	float: left;
}
div.dl_box a {
	display: block;
	background: url(dl_btn.jpg) top left no-repeat;
	width: 157px;
	height: 43px;
	margin: 6px auto 0;
}
div.dl_box a:hover { background: url(dl_btn.jpg) bottom left no-repeat; }
div#top_bnr a.logo span, div.dl_box 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;
}