/*** Structure *****************************************/
body {
	font-family: Verdana;
	font-size: 10pt;
	background-color: #006699;
	margin: 0px;
}

#header {
	height: 70px;
	border-bottom: 1px solid black;
	background: #FFFFFF url("jedi.png") right bottom no-repeat;
	padding-right: 80px;
	text-align: right;
}

#content {
	min-height: 200px;
	margin: 10px 10px 10px 140px;
	padding: 15px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #112233;
}

#menu {
	float: left;
	width: 150px;
	text-align: center;
}

/*** Main styles **********************************/
h1 {
	margin-top: 0px;
	padding-top: 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 250%;
	color: #006699;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	border-bottom: 1px solid black;
}

table {
	border-collapse: collapse;
}
td, th {
	font-size: 10pt;
}
img {
	border: 0px;
}

#content a {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px dotted #006699;
}
#content a:hover {
	border-bottom-style: solid;
}

/*** Style menu ****************************************/
#menu ul {
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
}
#menu li {
	width: 113px;
	border: 1px solid #112233;
	background-color: #66AACC;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
#menu li a {
	text-decoration: none;
	padding: 4px 6px;
	height: 19px;
	display: block;
	color: #112233;
	font-weight: bold;
}
#menu li a:hover {
	background-color: #99DDFF;
}
#menu li.active {
	background-color: #FFFFFF;
	padding-right: 7px;
	border-right: none;
}
#menu li.active a {
	background-color: #FFFFFF;
}

/*** Content *********************************/
h3 {
	margin-top: 25px;
	margin-bottom: 5px;
}
h3:first-child {
	margin-top: 0px;
}