body {
	margin: 0px;
	padding: 0px;
	background: #000099 url(../images/header.jpg) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	}

h1, h2, h3 {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000099;
	}

p, ol, ul {
	line-height: 22px;
	}

li>ul {
	line-height: 12px;
	margin-bottom: 0px;
}

a {
	color: #000099;
	font-weight: bold;
	}

a img {
	border: none;
	}

a:hover {
	text-decoration: none;
	}

/* Header */

#header {
	width: 100%;
	height: 240px;
	margin: 0px auto;
	background: url(../images/side-banner.png) no-repeat 10px 12px;
	}

#header h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	}

/* Main logo */

#main-logo {
	position: absolute;
	top: 20px;
	left: 100px;
	}
	

/* Logos */

#logo {
	float: right;
	margin: 32px 22px 0px 0px;
	height: 123px;
	width: 175px;
	}

#logo a {
	text-decoration: none;
	}
	
#logo img {
	border: none;
	float: right;
	margin-bottom: 5px;
	}
	

/*
#header h1 {
	margin: 0;
	padding: 25px 0 0 125px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #ffff00;
	}

#header h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	}
*/
	

#header p {
	margin: 0;
	/*text-transform: uppercase;*/
	position: absolute;
	left: 204px;
	top: 110px;
	/*padding: 15px 500px 0 150px;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-indent: 10px;
	text-align: left;
	}


/* Menu */

#menu {
	clear: both;
	float: right;
	position: relative;
	z-index: 5;
	}

#menu ul {
	margin: 0px;
	padding: 25px 25px 0px 0px;
	list-style: none;
	}

#menu li {
	display: inline;
	}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	background: #FFFFFF url(../images/lt-corner.png) top left no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	/* border-top: 2px solid #EBEAD1; */
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #182C33;
	}

#menu a:hover, .active a {
	}

/* Page */

#wrapper {
	background: #EBEAD1;
	border-bottom: 10px ridge #FFFFFF;
	}

#page {
	width: 95%;
	margin: 0px auto;
	padding: 0;
	}

/* Moodle object */

#moodle {
	width: 100%;
	height: 800px;
	overflow: scroll;
	}

/* Content */

#content {
	float: left;
	width: 65%;
	margin-bottom: 20px;
	}

/* Post */

.article {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.article h2 {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	margin-bottom: -15px;
	padding-left: 50px;
	font-size: 22px;
	font-weight: bold;
	height: 40px;
	/* background: url(../images/small-logo.png) no-repeat left top; */
	}


.article .entry {
	margin-top: 0px;
	padding: 0 0 10px 0px;
	margin-left: 75px;
	border-bottom: 1px dashed #666633;
	}

.entry h3 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.entry h4 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

/* Show/hide functionality */

/* Show/hide functionality */

p.showbox {
	padding-left: 8px;
	background: transparent url(../images/down.gif) no-repeat left; 
	}
	
p.hidebox {
	padding-left: 8px;
	background: transparent url(../images/up.gif) no-repeat left; 
	}
	

/* new-window class */

a.new-window {
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 25%;
	margin-bottom: 20px;
	margin-top: 10px;
	}

#sidebar ul {
	margin: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: square;
	}

#sidebar li {
	margin-bottom: 0px;
	}

#sidebar h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666633;
	}
	
#sidebar h3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


#sidebar a {
	font-weight: normal;
	text-decoration: none;
	}

#sidebar a:hover {
	text-decoration: underline;
	}


/* Footer */


#footer {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
	background: black;
	}

#footer a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
	}
