 
body {
	margin: 0; padding: 0;
	font-size: 75%;
	font-family: Arial;
	background: #222222 url(/img/back.png) repeat-y center;
	color: #CCCCCC;
}

#page {
	background: url(/img/top-back.png) repeat-x top;
}
a { 
	color: white;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a.selected {
	color: #FFCC00;
	font-weight: bold;
}

#top {
	margin-top: 22px;
}

#nav {
	font-weight: bold;
	font-size: 120%;
	margin: 0; padding: 0;
	margin-top: 2px;
}

#nav li {
	display: inline;
	padding: 6px 12px;
	float: left;
}

#nav li.sep {
     display: inline;
     border-right: 1px solid #333333;
}     

#nav li a:hover {
	color: white;
}
#nav li a {
	color: #cccccc;
	text-decoration: none;
}
#nav li.nav-current a {
	color: white;
}

#nav li ul li {
display: block;
}


div.below {
	background: url(/img/top-head.png) no-repeat top center;
	height: 159px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}

div.sep {
	margin-top: 10px;
	border-top: 1px solid #666666; 
}

div.newsitem-date {
	color: #666666;
	font-size: 80%;
}

div.container div div.respace {
	padding-top: 10px;
}
div.container div.first div.respace {
	padding-left: 10px;
}
div.container div.last div.respace {
	padding-right: 10px;
}

#bottom {
	border-top: 1px solid #666666; 
	margin-top: 80px;
	padding-bottom: 80px;
	background: url(/img/back-bottom.png) repeat-x top;
}

#bottom div {
	color: #666666;
}

td.frmrow {
	padding-top: 10px;
	vertical-align: top;
}

ul.error {
	padding: 0 10px;
}

input.submit {
	border: 1px solid #cccccc;
	background: url(/img/back-bottom.png) repeat-x top;
	color: white;
	padding: 4px 12px;
}

div.rght {
	float: right;
}

div.teaser {
	font-size: 80%;
}

h2 {
	font-weight: bold;
	font-size: 140%;
	color: #FFCC00;
}

h2 a {
	color: #FFCC00;
}
h3.section {
	margin-bottom: 10px;
}

h4 {
	font-weight: bold;
}

h3 {
	padding-top: 10px;
	font-size: 120%;
	color: #FFCC00;
}

dl dt {
   font-weight: bold;
}
dl dd {
   margin-bottom: 5px;
   margin-left: 5px;
}

a.internbtn {
	    float: left;
	    color: orange; 
	    font-weight: bold;
}

#flash-message {
	padding: 5px;
	padding-top: 10px;
	background-color: #333333;
}


table th {
      color: orange;
      font-weight: bold;
      border-bottom: 1px solid orange;
      
}

div.images a img {
    padding-bottom: 10px;
}


input.subscribe-email {
	border: 1px solid #999;
    background: black;
    width: 260px;
    padding: 2px;
    color: white;
}
input.subscribe-submit {
	border: 1px solid #999;
	background: url(/img/back-bottom.png) repeat-x top;
	color: white;
	padding: 1px;
    border-left: 0;
}
input.subscribe-email-error {
    border: 1px solid red;
}