body{
	background-color: #79C;
	font-family: tahoma, helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 3px;
}

hr{
	border-bottom: 1px solid #CEF;
	border-top: 2px solid #68A;
	border-left: 0px;
	border-right: 0px;
}

h1, h2, h3, h4, h5, h6{
	color: #026;
	text-shadow: 1px 1px 1px #DFF;
	margin-top: 0px;
	margin-bottom: 0.1em;
}

a img{
	border: 0px;
}

#header{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.125em;
	width: 100%;
	border-bottom: 1px solid #CEF;
	background-color: #5b7373;
	color: #FFF;
}

#menu{
	border-top: 1px solid #ACE;
	background-color: #68A;
	padding-left:0.2em;
	height: 24px;
}

#menu ul, #menu li{
	display: inline;
	list-style: none;
	position: relative;
	left: -20px;
}

#menu ul li{
	border-right: 1px solid #8AC;
	margin-left: 0px;
	padding-right: 0.325em;
	padding-bottom: 0.3em;
	position: relative;
	top: -2px;
}

#menu ul li img{
	position: relative;
	top: 5px;
}

#menu ul li a{
	color: #CEF;
}

#menu ul li a:visited{
	color: #ECF;
}

#menu ul li a:hover{
	color: #FC4;
}

#main{
	background-color: #9BD;
	border: 1px solid #368;
	padding: 0.6em;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 17px;
	margin-right: 17px;
	color: #000;
}

.newspost{
	margin-left: 0.2em;
	margin-right: 0.2em;
	padding: 0.1em;
}

.newspost .postcontent{
	background-color: #BDF;
	padding: 0.125em;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: 1px solid #CEF;
}

.headline{
	font-weight: bold;
	background-color: #69B;
	border-bottom: 1px solid #479;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #FFF;
	padding:5px;
}

.byline{
	font-size: 0.9em;
	font-weight: normal;
}

.project{
	background-color: #BDF;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.project table{
	border-collapse: collapse;
	margin-top: 0.3em;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.project table tr{
	margin: 1px;
}

.project table td, .project table th{
	border: 1px solid #47A;
	padding: 0.25em;
}

.project table th{
	font-size: 80%;
	text-align: left;
	background-color: #69B;
	color: #FFF;
}

.project hr{
	border-top: 2px solid #7AC;
	border-bottom: 1px solid #CFF;
	border-left: 0px;
	border-right: 0px;
}

.sm-compat{
	text-align:center;
}

.projectlogo{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 99%;
	/*background-color: #8BE;*/
}

.projectbox{
	background-color: #9CF;
	width: 99%;
	margin-left:auto;
	margin-right:auto;
}

.projectbox ul, .projectbox li{
	list-style: none;
	position: relative;
	left: -16px;
}

#footer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.125em;
	margin-bottom: 0px;
	width: 100%;
	border-top: 1px solid #7BD;
	background-color: #579;
	color: #BDF;
	font-size: 0.9em;
	padding: 0.12em;
}

#footer a{
	color: #CEF;
}

#footer a:hover{
	color: #FC0;
}

tr:hover {
	background-color: #CCEEFF;
}
