body {
	background-color:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	text-align:center;
	margin:0;
	}

/* Shell */
#window {
	position:relative;
	width:800px;
	margin:0 auto;
	padding:0;
	top:0px;
	text-align:left;
	border:1px solid #cccccc;
	}

/* Main */

#main {
	width:800px;
	margin:0;
	padding:0;
	background:#c8dcf2 url("images/sense-bg.jpg") no-repeat left bottom;
	padding-bottom:200px;
	}

/* Menu */
#menu {
	background-color:#5a85d7;
	color:#ffffff;
	font-weight:bold;
	margin:0;
	padding:10px;
	}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li {
	float:left;
	padding-right:20px;
	}
#menu a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	}

/* Submenu */
#submenu {
	background-color:#e8eef9;
	color:#333;
	font-weight:bold;
	margin:0;
	padding:2px 10px;
	}
#submenu ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#submenu li {
	float:left;
	padding-right:20px;
	}
#submenu a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	}

/* Elements */
.tl {
	background:url("images/top-left.gif") no-repeat top left;
	width:24px;
	height:24px;
	}
.tr {
	background:url("images/top-right.gif") no-repeat top right;
	width:24px;
	height:24px;
	}
.bl {
	background:url("images/bottom-left.gif") no-repeat bottom left;
	width:24px;
	height:24px;
	}
.br {
	background:url("images/bottom-right.gif") no-repeat bottom right;
	width:24px;
	height:24px;
	}
.left {	
	background:url("images/left.gif") repeat-y top left;
	width:24px;
	}
.right {
	background:url("images/right.gif") repeat-y top right;
	width:24px;
	}
.top {
	background:url("images/top.gif") repeat-x top;
	height:24px;
	}
.bottom {
	background:url("images/bottom.gif") repeat-x bottom;
	height:24px;
	}

/* Cells */
.content {
	background-color:#fff;
	}
.open {
	padding:20px;
	}

/* Footer */

#footer {
	width:800px;
	height:26px;
	background:url("images/footer.jpg") no-repeat bottom left;
	text-align:center;
	margin:0 auto;
	padding:0;
	}
#footer p {
	font-size:10px;
	padding-top:6px;
	color:#666666;
	margin:0px;
	}

/* Text */

h1 {
	font-size:18px;
	color:#5a85d7;
	font-weight:bold;
	}

h2 {
	font-size:16px;
	color:#5a85d7;
	font-weight:bold;
	}

h3 {
	font-size:14px;
	color:#5a85d7;
	font-weight:bold;
	}

a {
	color:#0000ff;
	}

td {
	text-align:left;
	}