body{
	background			: #fff url(http://hokuaulani.com/images/halaubackground.jpg);
	margin				: 0px;
	padding				: 0px;
}

body,td,th,div{
	font-family			: Tahoma, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #444;
}

a{
	color				: #693;
	text-decoration		: none;
}

a:hover{
	text-decoration		: underline;
}

#outline{
	width				: 760px;
	background			: #FFF url(../images/main_middle.jpg) repeat-y;
	overflow			: hidden;
	margin-top			: 10px;
}

#top_container{
	background			: #693 url(../images/main_top.png);
	height				: 150px;
}

#middle_container{
	overflow			: hidden;
	
}

#middle_container_inner{
	width				: 760px;
	text-align			: left;
}

#left{
	width				: 540px;
	float				: left;
	padding				: 0px 20px;
}
* html #left {
width: 560px;
}

#right{
	width				: 160px;
	float				: right;
	margin-right: 10px;
	padding-right: 10px;
}
* html #right {
padding-right: 0;
margin-right: 0;
}

#bottomcontainer{
	background			: url(../images/main_bottom.jpg);
	height				: 60px;
	padding				: 0px 25px;
}

#icons{
	padding-left		: 10px;
	padding-top			: 3px;
}

#bottomcontainer #icon{
	visibility: hidden;
	float				: left;
	margin-right		: 2px;
}

#bottomcontainer #copyright{
	float				: right;
	padding-right		: 3px;
	color				: #999999;
	font-size: 10px;
}

table.moduletable{
	width				: 180px;
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #666;
	padding-top: 10px;
}

table.moduletable td{
	padding-top			: 10px;
}

table.moduletable td td{
	padding-top			: 0px;
}
table.moduletable a, table.moduletable a:visited {
background: #FFFFFF;
border: 1px solid black;
padding: 4px;
display: block;
margin: 3px;
padding-right: 5px;
margin-right: 4px;
}
* html table.moduletable a, * html table.moduletable a:visited {
/* \*/
height: 1%;
/*  */
}
table.moduletable a:hover {
border: 1px solid black;
padding: 4px;
margin: 3px;
display: block;
background: #8AB073;
color: #FFFFFF;
text-decoration: none;
padding-right: 5px;
margin-right: 4px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #693;
	font-size			: 24px;
	text-decoration		: none;
	background			: url(../images/underline.jpg) repeat-x bottom;
}


.contentheading a{
	color				: #444;
	text-decoration		: none;
}

.componentheading{
	color				: #693;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}
.contentpane {background: #FFF;}
h1 {font-size: 24px; font-family: arial;}
h1#header {text-indent: -9999px; margin:0; padding:0;text-align:left;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
#navcontainer
 {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 40px;
 border-top: 1px solid #999;
 z-index: 1;
 }

 #navcontainer ul
 {
 list-style-type: none;
 text-align: center;
 margin-top: -8px;
 padding: 0;
 position: relative;
 z-index: 2;
 }

 #navcontainer li
 {
 display: inline;
 text-align: center;
 margin: 0 5px;
 }

 #navcontainer li a
 {
 padding: 1px 7px;
 color: #666;
 background-color: #fff;
 border: 1px solid #ccc;
 text-decoration: none;
 }

 #navcontainer li a:hover
 {
 color: #000;
 border: 1px solid #666;
 border-top: 2px solid #666;
 border-bottom: 2px solid #666;
 }

 #navcontainer li a#current
 {
 color: #000;
 border: 1px solid #666;
 border-top: 2px solid #666;
 border-bottom: 2px solid #666;
 }