/*
Theme Name: UOC Theme
Theme URI:  
Description:  
Version: 
Author: COMMz Systems Pte Ltd
Author URI: http://www.commz.com.sg
Tags: 	This theme was designed and built by COMMz Systems Pte Ltd,


*/
body {
	background-color: #F0EFEB;
}
#banner {
	background-color: #F0EFEB;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 338px;
	width: 932px;
}
#gap {
	height: 10px;
}
#page {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 932px;	
}
#content {
	background-color: #FFFFFF;
	float: right;
	margin-right: 30px;
}
.content_text {
	font-family: verdana,arial,times;
	font-size: 10pt;
	text-align: justify;
}
#side_nav {
	font-family: Tahoma;
	font-size: 12pt;
	width: 300px;
	float: left;
	line-height: 40px;
	color: #4A4A4A;
	display: block;
	background-color: #FFFFFF;
}
#side_nav ul {
	color: #4A4A4A;
	list-style: none;
	padding: 0px;
	border:none;
	margin-left: 30px;
}
#side_nav ul li a:link, #side_nav ul li  a:visited {
	color: #4A4A4A;
	text-decoration: none;
}
#side_nav ul li a:hover{
	text-decoration: underline;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
.textred, a:link ,a:visited  {
	color: #CC0000;
}
#footer {
	background-color: #F0EFEB;
	font-family: verdana,arial,times;
	font-size: 8pt;
	width: 932px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	text-align: right;
	clear: both;
	vertical-align: middle;
	float: right;
}