@charset "utf-8";

/********************************
 ************ LAYOUT ************
 ********************************/
body {
	min-height: 100%;
	position: relative;
	width: 1125px;
}
* html body {
	height: 100%;
}
#content {
	overflow: hidden;
	width: 100%;
}
#footer {
	bottom: 0;
	min-height: 100px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 1px 0;
	width: 700px;
}
* html #footer {
	height: 100px;
}
#header{
	height: 250px;
	position: relative;
	width: 1125px;
}

div.lecturer p {
	display: table;
	_height: 0;  /* for IE 6 */
	zoom: 1;  /* For IE 7 */
}
div.lecturer img {
	float: left;
	margin: 5px 10px 0 0;
}
#hMenu {
	height: 31px;
	padding-top: 9px;
	width: 1125px;
}
#hMenu ul li {
	display: inline;
	float: left;
}
#hMenu ul a {
	display: block;
	margin-left: 7px;
	padding: 3px 7px;
}
#hMenu ul p {
	display: block;
	margin-left: 7px;
	padding: 3px 7px;
}
#lang {
	height: 16px;
	padding-top: 5px;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 81px;
}
#main {
  float: left;
  padding: 19px;
  width: 633px;
}
#main ul li {
	list-style-image: url(../images/vMenu_bullet.gif);
	list-style-position: outside;
	margin-left: 10px;
}
.newsHeadlineDate {
	margin-right: 10px;
}
.sponsor {
	margin: 3px 3px;
}
#vMenu {
  float: right;
  min-height: 460px;
  height: auto !important;
  height: 460px;
  padding: 0 19px;
  width: 416px;
}
/* * html #vMenu {
	height: 456px;
} */
#vMenu ul a {
	display: block;
	padding: 5px 20px;
}

/********************************
 ************* FONTS ************
 ********************************/
#footer p {
	color: #999;
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#hMenu ul a {
	color: #333;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: none; 
}
#hMenu ul a:focus, #hMenu ul a:active, #hMenu ul a:hover {
	text-decoration: none;
}
#hMenu ul p {
	color: #fff;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#main a {
	color: #369;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: none; 
}
#main h1 {
	color: #369;
	font: 3.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 1em;
}
#main h2 {
	color: #369;
	font: 2.4em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#main h3 {
	color: #369;
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#main p {
	color: #333;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 1em;
}
#main ul li {
	color: #333;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.2em;
}
#main ul {
	margin-bottom: 1em;
}
#main, #vMenu {
	text-align: left;
}
.newsHeadlineDate {
	font-size: 0.9em;
  font-style: italic;
}
#vMenu h1 {
	color: #999;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0 0.3em 0;
}
#vMenu ul a {
	color: #2a69a3;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
} 
#vMenu ul a:focus, #vMenu ul a:active, #vMenu ul a:hover {
	color: #1f4c75;
	text-decoration: none;
} 

/********************************
 ************* COLORS ***********
 ********************************/
#content {
	background-color: #fff;
}
#footer {
	background: #fff url(../images/footer_bg.gif) repeat-x;
}
#header {
	background: #fff url(../images/header_bg.gif) center center no-repeat;
}
#hMenu {
	background: #eeedea url(../images/hMenu_bg.gif) repeat-x;
}
#hMenu ul a:focus, #hMenu ul a:active, #hMenu ul a:hover {
	background-color: #ccc;
}
#hMenu ul p {
	background-color: #a2a4a5;
}
#lang {
	background: #5e7736;
}
/*.table {
	background-color: #ccc;
}
.table td, .table tr {
	background-color: #fff;
}
.table tr:hover {
	background-color: #efefef;
}*/
#vMenu {
	background: #fff url(../images/vMenu_bg.jpg) no-repeat;
}
#vMenu ul a:focus, #vMenu ul a:active, #vMenu ul a:hover {
	background: url(../images/vMenu_bullet.gif) 5px 50% no-repeat;
}
#vMenu ul li {
	border-bottom: #c7c6c0 1px solid;
}

/********************************
 ************* MISC *************
 ********************************/
#hMenu ul a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#hMenu ul a:focus, #hMenu ul a:active, #hMenu ul a:hover {
	outline: none;
}
#hMenu ul p {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#lang {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.table {
	border-spacing: 1px;
}