/*body = text in main part of the boxes*/
body {
	background: #FEEDB9 url(images/img01.jpg) repeat-x left top;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	top: 25px;
	padding: 18px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #F00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;	
}
	
p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}
/*refers to block of italic text with diferent background colour*/
blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	margin: 0;
	font-size: 16px;
	color: #FF0000;
	background-color: #99CC66;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

ul {
}

ol {
}

a {
	color: #4E7301;
}

.bluelinks {
	color:#0033CC;
	text-decoration:none ;
}

.bluelinks:hover { text-decoration: underline }

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}


#header {
	width: 920px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 90px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#header2 {
	width: 920px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/*big banner with big picture under the main bar but above main body*/
#headerbg {
	width: 980px;
	height: 200px;
	margin-bottom: auto;
	background: url(images/Picture_fipt.jpg) no-repeat left top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#headerbglocal {
	width: 980px;
	height: 200px;
	margin-bottom: auto;
	background: url(images/banner_oucs.jpg) no-repeat left top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* Logo */

#logo {
	float: left;
	width: 450px;
	height: 80px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 80px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo p {
	padding-top: 100px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #ABC13A;
}

#logo h2 a, #logo p a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}

/* Menu at the top of the page */

#menu {
	float: right;
	height: 90px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu a:hover {
	height: 161px;
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FEEDB9;
}

#menu2 {
	float: right;
	height: 56px;
}

#menu2 ul {
	margin: 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu2 a:hover {
	height: 161px;
	color: #FEEDB9;
}

#menu2 .current_page_item a {
	color: #FEEDB9;
}

/* Page */

#page {
	width: 960px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#latest-post {
	float: left;
	width: 590px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 20px;
	line-height: 25px;
	font-size: 16px;
	background-color: #99CC66;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}
/*.post = the line that says posted by*/
.post .meta {
	margin: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #336633;
	margin-top: 15px;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;

}

/* Sidebar the menues at the bottom of the page */

#sidebar {
	clear: both;
	width: 960px;
	background: #ECE29F;
	right: auto;
	left: auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #77881F 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #A1B635 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(images/diablue.gif) no-repeat left;
	color: #4E7301;
}

#sidebar a {
	text-decoration: none;
	color: #4E7301;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 960px;
	height: 70px;
	padding-top: 60px;
	background: #F5E7AC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logopic {
	padding-top: 2px;

}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}

iframe {
border: 0px solid #ffffff;
}

a.digitalcanal
{

  background-color: transparent ;
  text-decoration: none ;
  color: #060;

}
a.digitalcanal:hover {
  color: #9C0 ;
  text-decoration: underline ;
}

.access {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: none;
	margin: 0 auto;
	font-size: 16px;
	color: #FF0000;
	background-color: #99CC66;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.head2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0000FF;
	font-size: 1.4em;
	font-style:normal;
}
