/*
orange: ef8e29
*/
body, html, div, h1, h2, h3, h4, h5, h6, p, img, form, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #e7e7ef;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #444;
	height: 100%;
}
p {
	color: #444;
	margin-bottom: 6px;
}
h1 {
	color: #ef8e29;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 6px;
}
h2 {
	color: #444;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
}
h3 {
	color: #444;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 6px;
}
h4 {
	color: #444;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 6px;
}
a {
	text-decoration: none;
	color: #AF590D;
}
a:hover, a:active {
	text-decoration: underline;
	color: #AF590D;
}
td {
	vertical-align: top;
}
ul {
	margin: 0 0 6px 15px;
}
li {
	padding: 0 0 6px 0;
}
div.clear, hr {
	clear: both;
	height: 2px;
	overflow: hidden;
}

/* Structural */
#bodywrapper_o {
	width: 980px;
	margin: 10px auto 20px auto;
	text-align: left;
}
#bodywrapper_i {
	background: url(../furniture/bg-body.gif) no-repeat bottom right #fff;
}
#headwrapper_o {
	width: 980px;
	height: 158px;
	background: url(../furniture/bg-header.gif) no-repeat top left;
}
#leftcol {
	display: inline;
	float: left;
	margin: 0 51px 0 0;
}
#rightcol {
	display: inline;
	width: 620px;
	float: left;
	margin: 0;
}
#introblock, #specialcontent {
	margin: 0 0 20px 0;
	width: 620px;
}
#adminblock {
	margin-bottom: 80px;
	display: block;
	float: left;
	width: 680px;
}
#col1, #sub1 {
	margin: 0 20px 20px 0;
	display: inline;
	width: 300px;
	float: left;
}
#col2, #sub2 {
	margin: 0 0 20px 0;
	display: inline;
	width: 300px;
	float: left;
}

/* Menu */
#menu {
	margin: 0 0 20px 0;
}
#menu ul {
	width: 224px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	padding: 4px 0 4px 26px;
	margin-bottom: 3px;
	background: url(../furniture/bg-menu.gif) no-repeat bottom right #bdbec6;
}
#menu li:hover {
	background-color: #b1b2bb;
}
#menu li.sel {
	color: #fff;
	background-color: #94969c;
}
#menu li.sub {
	padding: 2px 0 2px 26px;
	background: none;
}
#menu li a {
	color: #fff;
	display: block;
}
#menu li.sub a {
	color: #94969c;
	display: block;
}

/* Others */
#skslogo {
	padding: 27px;
}
#logos_a {
	text-align: center;
	margin: 0 0 20px 0;
}
#contactdetails, #logos_b, #adminlink {
	margin: 4px 0 20px 275px;
}
input, textarea {
	text-align: left;
	border: 1px solid #aaa;
	width: 250px;
}
input.nowidth {
	width: auto;
}
td {
	padding: 2px;
}
td.tablelabel {
	text-align: right;
	font-style: italic;
}
span.compulsory {
	color: red;
	font-size: 110%;
	font-weight: bold;
}
.caption {
	font-size: 70%;
}
div.linkblock {
	padding: 0 0 10px 25px;
	background: url(../furniture/button-link.gif) top left no-repeat;
}
div.resourceblock {
	padding: 0 0 10px 25px;
	background: url(../furniture/button-link.gif) top left no-repeat;
}
p.ticker {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px;
	height: 35px;
}
