/*---- BODY ----*/
html,body {
	padding: 0;
	margin: 0;
	background: #ffffff url('images/background.gif');
	font-family: Verdana, Arial;
	font-size: 11pt;
	height: 100%;
}

/*---- CONTENT --------------------------------*/
#content {
	margin: 0 auto;
	width: 650px;
	min-height: 700px;
	background-color: #ffffff;
	border: 1px solid #7188a8;
	padding: 25px;
}

#content h1 {
	border-bottom: 1px solid #7188a8;
	margin-left: 80px;
	margin-bottom: 25px;
	font-size: 14pt;
}

#content p {
	margin-right: 180px;
	text-align: justify;
}

/*---- HEADER --------------------------------*/
#header {
	margin: 0 auto;
	width: 700px;
	height: 75px;
}

/*---- LOGO --------------------------------*/
#logo {
	width: 200px;
	height: 200px;
	top: 0px;
	left: -75px;
	position: relative;
	z-index: 2;
}

/*---- SIDE MENU --------------------------------*/
#sidemenu {
	width: 150px;
	height: 200px;
	float: right;
	z-index: 2;
	background-color: #ffffff;
	font-size: 0.8em;
	padding-left: 20px;
}

#sidemenu h1 {
	border-bottom: 1px solid #7188a8;
	font-size: 14pt;
	margin-left: 0px;
	margin-bottom: 5px;
	color: #506f8e;
}

#sidemenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidemenu li {
	display: block;
	border-bottom: 1px dotted #7188a8;
	padding: 2px;
}

#sidemenu li:hover {
	background-color: #e7e7e7;
}

#sidemenu li a {
	text-decoration: none;
	color: #000000;
}

/*---- MENU --------------------------------*/
#menu {
	margin: 0 auto;
	width: 700px;
	text-align: right;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	border-left: 1px solid #7188a8;
	border-right: 1px solid #7188a8;
	border-top: 1px solid #7188a8;
	border-bottom: 1px solid #ffffff;
	margin-right: 0.5em;
	background-color: #ffffff;
	font-size: 0.8em;
}
	
#menu li a {
	padding: 0 1em;
	text-decoration: none;
	color: #000000;
}

#menu #selected {
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
}


