body{
	background			: #fff url(http://hokuaulani.com/images/hpflower.jpg);
	margin				: 0px;
	padding				: 0px;
}

body,td,th,div{
	font-family			: Tahoma, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #903;
}

a{
	color				: #afaf00;
	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			: #FFF 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				: 65px;
	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;
padding-right: 5px;
}
* html table.moduletable {
padding-right: 0;
margin-right: 5px;
}
table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 2px solid #903;
	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;
color: #903;
border: 1px solid #903;
border-right: none;
padding: 4px;
display: block;
margin: 3px;
margin-right: 0;
}
* html table.moduletable a, * html table.moduletable a:visited {
/* \*/
height: 1%;
/*  */
}
table.moduletable a:hover {
border: 1px solid #903;
border-right: none;
padding: 4px;
margin: 3px;
display: block;
background: #afaf00;
color: #000;
text-decoration: none;
margin-right: 0;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #903;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
	background			: url(../../ms_thinking_green/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;
}
 #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;
 }
body.contentpane {background-color:#FFFFFF;}