

body {
	background: #E6E7E9;
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 13px;
	color: black;
}

* {
	margin:0;
	padding:0;
}


table {
	width: 70%;
	text-align: left;
font-size:12px
}

th, td {
	padding: 6px 6px;
}

th {
	color: #fff;
	background: #799AC0 none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.4em;
	margin-bottom: 20px; padding-top: 10px; text-align:justify;
}

a {
	color: #799AC0;
}

a:hover {
	color: #DE2D3A;
}

a:focus {
	outline: none;
}


a.button { 
    background-color: #799AC0;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #4076AB;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}




fieldset:hover {
    background-color: rgb(251,251,251);
}

fieldset legend {
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	color: #006838;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #DE2D3A;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

hr {
  border: solid 1px #808285;
  width: 100%;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

.title {
	color: #006838;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bolder;
	padding: 0 0 5px;
	margin: 0;
	font-family: Arial;
	border-bottom:solid 4px #006838
}


h2 {
	color: #006838;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 5px 0 0px;
	margin: 0;
	font-family: Arial;
	
}

h3 {
	color: #006838;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: Arial;
}

h4 {
    font-family: Arial;
    color: #799AC0;
    font-size: 24px;
    font-weight: bolder;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	padding-bottom: 5px;
list-style-image: url("../images/FI.png")
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
list-style-type: ;
}

img{border:none}
#container {
	width: 1100px;
	margin: 20px auto;
	padding: 10px;
	box-shadow: 0 5px 5px 5px #CCCCCC;
	background-color: #fff;
}

#header {
	padding: 15px 0;
	background: #fff;
	margin: 0 auto;
	text-align:center;
}

#header h1 a, #header h1 a:hover {
 color: #006838;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:40px;
    text-decoration: none;
    text-transform: uppercase; position: relative; left:-20px;
}
#header h1 a span { 
	color: #8dc63f;
}

#header h2 {
	color: #006838;
	font-size: 30px;
	position: relative;
	top: 0px; left:-20px;
	letter-spacing: 0; font-weight:bold;
}
#header h3 {
	color: #006838;
	font-size: 22px;
	position: relative;
	top: 5px;
	letter-spacing: 0; font-weight:bold;left:-20px;
}
#header h2 span { 
	color: #8dc63f;
}



#nav {
	height: 35px;
	background-color: none;
}

#nav ul {
	height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	float: left;
	display: block;
	padding: 0;
}


#nav ul li a {
    color: #006838;
    display: block;
    font-family: Arial;
    font-size: 13px;
    letter-spacing: 0;
   margin: 0;
    padding: 12px 16px 11px;
    text-decoration: none;
    text-transform: uppercase;
	border-right:2px solid #a7a9ac; font-weight:bold
}
#nav ul li.selected a,
#nav ul li.selected a:hover { 
	background-color: #4076AB;
	color: #fff; 
	font-weight:bold;
}


#nav ul li a:hover {
	color: #fff;
	background-color: #8dc63f;
	text-decoration: none;
}

img.header-image { padding-left: 2px;
 			margin-bottom: 1px; }


#header2
{
width: 100%;
height: 110px;
background: url(../images/Header_FI_UCT.jpg) no-repeat center;
}


#body {
	background: none;
	margin:0 auto;
 	padding: 0;
	clear: both;
}

#content {
    float: right;
    width: 80%;
}

article {
    border-bottom: ;
    padding: 10px 10px 20px 10px;
 } 

article title { 
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}



.sl1, .sl2 {width:47%; float:left; margin:1%;}
.sl2 {}



.sidebar {
    float: left;
    width: 19%;
	margin-top: 10px;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding: 7px 7px;
	border-bottom: 1px solid #a7a9ac;
  	background-color: #006838; font-weight: bold
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
    list-style: none ;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
border-right: 1px solid #a7a9ac; border-radius: 10px; border-left: 1px solid #a7a9ac; border-radius: 10px; border-bottom: 1px solid #a7a9ac
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: bold; color: #006838; text-decoration: none
}

.sidebar li ul li a:hover {color: #8dc63f;
}


.sidebar li ul li a.readmore {
   color: #799AC0;
   font-weight: bold;
}


.sidebar li ul li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.4em;
	font-size: 13px;
	color: #8dc63f;
border: 1px solid #8dc63f; border-radius: 10px;
}

.sidebar li ul li ul li a {
	font-weight: bold; color: #8dc63f; text-decoration: none
}

.sidebar li ul li ul li a:hover {color: #006838;
}


.clear {
	clear: both;
}

#footer {
	margin:20px auto 0;
	width: 1100px;
}

#footer p {
	text-align: left;
	color: #006838;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	background: ;
	border-top: 10px solid #006838;
}

#footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

#footer .footer-content li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
}

#footer .footer-content li a, footer .footer-content h4 {
}

#footer .footer-content li a {
 color: #666666;
    font-size: 13px;
    text-decoration: underline;
}

#footer .footer-content li a:hover { 
	color: #222;
}

#footer .footer-content h4 {
   color: #666666;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
}

#footer .footer-content ul.endfooter {
	margin-right: 0;
}

#footer .footer-content span.sitename {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #aaa;
	float: left;
}

#footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #006838;
}

#footer .footer-bottom p {
	text-align: center;
}

#footer .footer-bottom p, footer .footer-bottom p a {
	color: #eee;
}




form { margin: 0px 0 0 15px; width: 840px; padding-bottom: 0px; }

fieldset { margin: 0 0 22px 0; border: 1px solid #a7a9ac; padding: 12px 17px; background-color: ; }


label.float { float: left; display: block; width: 100px; margin: 4px 0 0 0; clear: left; }
label { display: block; width: auto; margin: 0 0 10px 0; }
label.spam-protection { display: inline; width: auto; margin: 0; }

input.inp-text, textarea, input.choose, input.answer { border: 1px solid #909090; padding: 3px; }
input.inp-text { width: 300px; margin: 0 0 8px 0; }
textarea { width: 793px; height: 150px; margin: 0 0 12px 0; display: block; }

input.choose { margin: 0 2px 0 0; }
input.answer { width: 40px; margin: 0 0 0 10px; }
input.submit-button { font: 1.4em Georgia, "Times New Roman", Times, serif; letter-spacing: 1px; display: block; margin: 23px 0 0 0; }

form br { display: none; }

/* ==================== Form style sheet END ==================== */



<!--[if IE]>


/* ==================== Form style sheet for IE ==================== */

fieldset { padding: 22px 17px 12px 17px; position: relative; margin: 12px 0 34px 0; }

label.float { margin: 5px 0 0 0; }
label { margin: 0 0 5px 0; }
label.spam-protection { display: inline; width: auto; position: relative; top: -3px; }
input.choose { border: 0; margin: 0; }
input.submit-button { margin: -10px 0 0 0; background-color: #8dc63f}
input.reset-button { margin: 5px 0 0 0; background-color: #a7a9ac }

/* ==================== Form style sheet for IE end ==================== */

<![endif]-