body {
	font-family: tahoma, sans, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #111;
	background-image: url(images/background.gif);
}

#viewport {
	margin: auto;
	text-align: left;
	width: 960px;
}

#headerTop {
	background: transparent url(images/header.png) no-repeat 0px bottom;
	height: 95px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	border: 3px solid black;
	background-color: white;
	clear: both;
	overflow: auto;
}

#title {
	position: relative;
	top: 30px;
	left: 40px;
	font-size: 35px;
	font-weight: bolder;
}

#title a {
	text-decoration: none;
	color: #000;
}

#footer {
	margin-top: 1em;
	padding: 5px;
	background-color: white;
	border: 3px solid black;
	text-align: center;
	clear: both;
	overflow: auto;
}

#content {
	margin-top: 2.5em;
	padding: 1em;
	clear: both;
	border: 3px solid black;
	background-color: #ffffff;
}

#navigation {
	padding: 0;
	margin: 0;
	padding-left: 1em;
	height: 1.5em;
	clear: both;
}

a {
	color: #001F87;
	text-decoration: none;
}
a:hover {
	color: #002BB8;
	text-decoration: underline;
}


h2 {
	margin-top: 0;
}
h3 {
	margin-top: 0;
}


.projects {
	float: left;
	margin-right: 1em;
	margin-top: 0.5em;
	border: 1px solid black;
}

div .story .title {
	text-decoration: underline;
	margin: 0px;
}

div .story .author {
	margin: 0px;
}


img {
	border: 1px solid black;
}

.thumb {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 3px !important;
	text-align: center;
	min-width: 100px;
}
.thumb .thumbInner .thumbImage {
	background-color: white;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 10px !important;
	text-align: center;
	min-width: 100px;
}
.thumb .thumbInner .thumbImage img {
	border: 0px solid #cccccc;
}
.thumb .thumbInner .thumbCaption {
	border:medium none;
	font-size:94%;
	line-height:1.4em;
	padding:3px !important;
	text-align:left;
}
.thumb .thumbInner .thumbCaption .center {
	text-align: center;
}

.nav {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 999;
	position: relative;
	margin-left: 1em;
}

.nav li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	position: relative;
	height: 1.4em;
	list-style-image:none;
	list-style-type:none;
}
.nav li.last {
	border-right: 1px solid #000;
}

.nav li.spacer {
	width:1em; 
	border: 0;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  border-bottom: 1px solid #000;
  background: #eef;
  color: black;
  display: block;
  padding: 0 9px;
  text-decoration: none;
  height: 1.4em;
  line-height: 1.3em;
}

.nav li a:hover {
  background: #ccf;
  color: #000;	
}

.nav .private a, .nav .private a:link, .nav .private a:visited  {
  background: #fee;
  color: #000;	
}

.nav .private a:hover  {
  background: #fcc;
  color: #000;	
}

#login {
	float: right;
	margin-right: 1.25em; 
	margin-top: 0.1em;
	line-height: 1.3em;
}
#login a {
	color: gray;
}
#login a:hover {
	color: blue;
}

.onRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	width: auto;
	overflow: invisible;
}

.onLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	width: auto;
	overflow: invisible;
}

.newsTable {
	border: 0;
}
.newsTable tr td {
	padding-bottom: 0.5em;
	vertical-align: top;
}
.newsTable tr td.date {
	padding-right: 1em;
	text-align: center;
	font-weight: bold;
	width: 5em;
}
.newsTable tr td.news {
	text-align: left;
}
.newsTable tr td.actions a {
	text-align: center;
	color: red;
}
.actions a img {
	border: 0;
}


.formTable {
}
.formTable tbody th {
	text-align: right;
	vertical-align: top;
}

.mceContentBody {
	background-image: none;
	background-color: white;
	
}


.infoMessage, .successMessage, .warningMessage, .errorMessage, .validationMessage {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	clear: both;
}
.infoMessage {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}
.successMessage {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/success.png');
}
.warningMessage {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/warning.png');
}
.errorMessage {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}



.rss {
	white-space: nowrap;
	padding-left: 20px;
	background: url('images/rss.jpg') no-repeat 0 50%;
}
