body {
	background: white url(../images/g.jpg) top left repeat-x;
	color: black;
}

a {
}

a:hover {
	color: #cccccd;
	text-decoration: underline;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: circle;
}

#menu,
#content,
#footer,
#news,
#images {
	margin-bottom: 20px;
}

#header {
	background-color: #eeeeee;
}

#header_left {
	background-image: url('../images/logo-lightbg.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 231px;
	height: 61px;
}

#lang_menu {
	float: right;
	margin-right: 10px;
	color: black;
}

#lang_menu_left {
	float: left;
	width: 11px;
	height: 30px;
	background: transparent url(../images/lang_menu_left.gif) top left no-repeat;
}

#lang_menu_middle {
	float: left;
	height: 30px;
	background: transparent url(../images/lang_menu_middle.gif) top left repeat-x;
}

#lang_menu_middle input {
	vertical-align: -6px;
}

#lang_menu_right {
	float: left;
	width: 11px;
	height: 30px;
	background: transparent url(../images/lang_menu_right.gif) top left no-repeat;
}

#menu {
	background-color: #281378;
	border: 1px solid #000000;
}

#menu table {
	margin: 0 auto;
}

#menu td {
	width: 120px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

#menu td.selected {
	background-color: #281378;
	color: #333333;
}


#menu a {
	color:  white;
	text-decoration: none;
}

#menu td:hover {
	background-color: #FBA43A;
	color: #281378;
}

#news li {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #eeeeee;
	color: #281378;
	border: 1px solid white;
}

#news a {
	text-decoration: underline;
}

#news a:hover {
	color: #281378;
	text-decoration: none;
}

#news li p {
	margin: 0;
}

#news span {
	margin-right: 3px;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
}

#images img {
	margin-bottom: 10px;
	border: 1px solid gray;
}

#footer {
	background-color: #eeeeee;
	text-align: center;
	border-top: 3px solid #281378;
	padding: 5px;
	margin-bottom: 0px;
}

#available_news_list  p {
	margin-bottom: 10px;
	color: #cccccc;
	border: 1px white;
}

#available_news_list, h4 {
	margin-bottom: 10px;
	padding-left: 10px;
	color:  #281378;
	border-bottom: 1px solid #281378;
}

#available_news_item h2 {
	margin-bottom: 0;
}

#pagination {
	text-align: center;
}

#pagination a, #pagination span {
	margin-right: 3px;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
}

.pagination_current {
	background-color: #281378;
	color: black;
}

.pagination_link {
	background-color: #333333;
}

.pagination_link:hover {
	background-color: #FBA43A;
}

.ulink {
	text-decoration: underline;
}

.ulink:hover {
	text-decoration: none;
}

#profile {
            background-color: #EEEEEE;
                    color: #281378;
}

#profile a {
        color: #281378;
}

