body {
	margin: 0;
	padding: 0px;
	background: #000 url(../images/bg01.gif) repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#container {
	margin-left: 12px;
}

#header {
	height: 190px;
	width: 984px;
	background: #FFF;
}

#panel {
	position:absolute; top:215px; left:21px;
	background-image: url(../images/slogan.png) no-repeat;
	border-right: #bbbbbb solid 1px;
	border-left: #bbbbbb solid 1px;
	width: 962px; 
	height: 121px;
}

#menux {
	background: url(../images/bgmenu.png) repeat-x;
	position: absolute;
	top: 184px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	vertical-align: sup;
	text-transform: uppercase;
	text-decoration: none;
	color: #89b8ff;
	width: 985px;
	height: 32px;
	padding-bottom: 0px;
	z-index: 200;
	}
	
#menux a {
	padding: 0px;
	margin-right: -4px;
}

#menux a:hover {
	color: #33ccff;
}

/*
	Content
*/

#content {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	position: absolute;
	top: 214px;
	left: 12px;
	width: 944px;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	background: #FFF;
        min-height: 500px;
}

/*
	Sidebar
*/

#sidebar {
	position: absolute; left: 821px; top: 214px;
	background-color: #1E1E1E;
	width: 152px;
	height: 869px;
	padding: 6px;
	text-align: center;
}

ul#side li {
	font-family: Arial, Helvetica, sans-serif;
	list-style:square;
	color: #333333;
	font-size: 14px;
}

ul#list a {
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration: none;
} 

UL.toc {}

UL.toc LI {}

UL.toc LI B {
	border-bottom: 1px dotted #000;
	color: #000055;
	font-weight: bold;
}

UL.toc .close {}
UL.toc .open {}
UL.toc UL LI {list-style-image: none; list-style: none; padding: 20px;}

/* Hide the Child elements by default. */
UL.toc UL, UL.toc UL UL {display:none} 
/* Display the Child elements. */
UL.toc .expanded {display:block}


/*
	General Styles
*/

a img { border:0px }

a {
	color: #0099FF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.75em;
	color: #27497F;
	font-weight: bolder;
	letter-spacing: -3px;
	font-style: bold;
	border-bottom: medium #DDD solid;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	color: #27497F;
	font-weight: bolder;
	letter-spacing: -1px;
	font-style: bold;
	border-bottom: thin #EEE solid;
	margin-bottom: 5px;
}

.par {
	padding: 3px;
	background-color: #F9F9F9;
	border: thin #EEE solid;
	float: right;
	margin: 0 0 0 10px;
}
