body {
	margin: 0;
	padding: 0;
	/*background: #fff url(images/bg.gif) repeat-x;*/
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 1.6em;
	color: #333;
}
/* LINKS AND HEADINGS STYLING */
a {
	color: #546F92;
	background: inherit;
}
a:hover {
	color: #808080;
	background: inherit;
}
.blue {
	color: #546F92;
	background: inherit;
}
.image {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
}
td {
	text-align: left;
}
/* WRAPPER */
#wrapper {
	width: 900px;
	margin: 10px auto 0 auto;
}
/* TOP LEFT LOGO */
#top {
	padding: 0px;
	margin: 0;
}

#logo {
	float: left;
	width: 350px;
	height: 135px ;
	background: url(images/logo1.png) no-repeat;
}
#logo h1 {
	color: #000;
	background: #fff;
}
/* TOP RIGHT HORIZONTAL MENU */
#menu {
	float: right;
	background: #fff url(images/barul.gif) no-repeat bottom right;
	color: #808080;
	padding: 106px 1px 11px 0;
	margin: 0;
}
#menu li {
	padding: 14px 18px 14px 18px;
	color: #444;
	background: #fff url(images/bar.gif) no-repeat bottom left;
	display: inline;
}
#menu li.active {
	background: #fff url(images/baractive.gif) no-repeat bottom left;
	color: #8D9CAF;
	font-weight: bold;
	padding: 14px 18px 14px 18px;
	margin: 0 1px 0 0;
}
#menu li a {
	background: #f8f8f8;
	color: #808080;
	text-decoration: none;
}
#menu li a:hover {
	color: #000;
	background: #f8f8f8;
}
.key {
	text-decoration: underline;
}


/* MAIN */
#main {
	margin: 0;
	padding: 0px;
}



/* ACCESKEY UNDERLINED LETTER */
/* LEFT INTRO SIDE */
#intro_left {
	background: #8D9CAF url(images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 1px 0;
}

#intro_left h1 {
	padding: 15px 15px;
	margin: 0;
	margin-left: 25px;
	font-size: 1.2em;
	padding-bottom: 15px;

}
/* LEFT VERTICAL MENU */
#left_column {
	clear: left;
	float: left;
	width: 250px;
}

#menu_left {
	float: left;
	margin: 0;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #e2e2e2;
}
#menu_left li {
	list-style: none;
}
#menu_left li a {
	display: block;
	color: #3F5B7F;
	background: #C2CEDE url(images/arrow.gif) no-repeat center left;
	width: 204px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}
#menu_left li a:hover {
	background: #9EB1C9 url(images/arrow.gif) no-repeat center left;
	color: #fff;
}
#menu_left li a.active {
	background: #004271 url(images/arrow.gif) no-repeat center left;
	color: #fff;
}
/* RIGHT SIDE HEADER*/
#header {
	float: right;
	padding: 2px;
	/*width: 340px;
	padding: 25px 280px 0 20px;
	background: url(images/header.jpg);
	height: 174px;*/
	margin: 0 0 6px 0;
	border: 2px solid #e2e2e2;
}
#header  p{
	margin:0;}

/* LEFT SIDE */
#left {
	float: left;
	width: 250px;
}
.search {
	padding: 12px 20px;
	margin: 0 0 10px 0;
}

.note {
	padding: 10px;
	border: 1px solid #CFCB66;
	margin: 6px 0 5px 0;
	background: #FFFFAD url(images/box-bg.jpg) repeat-x;
	color: #585616;
}

.note img {
	float:left;
	margin: 0px 10px 0 0;
}

.note a {
	text-decoration:none;
	background:none;
}	
.note h2 {
	font-size: 1em;
	font-weight: bold;
	font-variant:small-caps;
	margin: 0px auto;
}	

.note h2 a{
	color: #666;	
}	

/* CONTENT */

#content {
	float: right;
	width: 603px;
	margin: 0px 0 20px 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	background: #eee url(images/swoosh.jpg) no-repeat bottom right;
	color: #444;
}
#content h1 {
	font: bold 1.6em "Trebuchet MS", Helvetica, Sans-Serif;
	padding-top: 4px;
	margin: 0;
	color: #000;
	background-color: transparent;
}
#content h2 {
	font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
}
#content h3 {
	clear: both;
	font-size: 1.1em;
	color: #000;
	background: #fff url(images/h3bg.gif) no-repeat center left;
	padding: 0 14px;
	margin: 0;
}

blockquote {
	background:url('images/quote.png') top left no-repeat;
	font: 1.2em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	line-height: 1.6em;
	color: #333;
	padding:1px 0 0px 0px;
	text-indent: 40px;
	margin-left: 0px;
}


#content img{
	float: right;
	padding: 0 0 10px 14px;
}

/* FOOTER */
#footer {
	clear: both;
	padding: 5px;
	border-top: 1px solid #ccc;
	
}
#footer p{
	float: right;
	color: #999;
}
#footer a{
	color:#ccc;
	text-decoration: none;
}
#footer a:hover{
	color:333;
}

ul.h {
	list-style: none;
}
img.list {
	margin-right: 5px;
	margin-bottom: -3px;
}