/* CSS Document */

h2 {
	
}

h3 {
	
}

a {
	color: #693;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.center {
	margin: auto;
}

p.center {
	text-align: center;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.border {
	border: 1px solid #aaa;
}

.nomargin {
	margin: 0px;
}

.highlight {
	font-style: italic;
	font-weight: bold;
}

/*** BEGIN Sections ***/

#siteframe {
	width: 100%;
}

#top {
	text-align: left;
	clear: both;
	width: 100%;
}

#topline {
	background: url(../img/menu/menu_top.gif) repeat-x;
	height: 7px;
	width: 100%;
}

#logo {
	float: left;
	margin: 8px;
}
	
#menu {
	position: absolute;
	left: 405px;
}

.menuitem {
	float: left;
}

#banner {
	text-align: left;
	clear: both;
	background:url(../img/banner_bg.gif) repeat-x;
	width: 100%;
	height: 310px;
	position: relative;
}

#bannerornament {
	position: absolute;
	top: 3px;
	width: 223px;
}

#bannerslogan {
	position: absolute;
	top: 3px;
	left: 223px;
}

#bannerimage {
	position: absolute;
	top: 38px;
	left: 223px;
}

#loginpanel {
	float: left;
	position: relative;
	width: 223px;
	top: -90px;
	padding: 10px;
}

#loginpanel TD {
	font-size: 10px;
	color: #999;
}

#logos {
	position: absolute;
	top: 310px;
	left: 10px;
}

#logos TD {
	text-align: center;
	padding-bottom: 20px;
	padding-right: 12px;
}

.txt {
	border: 1px solid #ccc;
	font-size: 10px;
}

#content {
	width: 100%;
}

#news {
	width: 700px;
	margin-left: 250px;
}

#newsfooter {
	width: 100%;
	clear: both;
}

#newsitems {
	float: left;
}

#newsmore {
	float: right;
}

#footer {
	text-align: left;
	clear: both;
	width: 100%;
	height: 30px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 10px;
}

.lang {
	float: left;
	padding: 3px;
}

#footertxt {
	text-align: center;
	font-size: 10px;
	color: #777;
}

#newstip {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 999;
}

#newstip_arrow {
	padding-left: 3px;
}

#newstip_txt {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
}

#loading 
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #94ca34;
	color: #d3f19f;
    font-weight: bold;
    padding: 5px;
    border-left: 1px solid #6e9627;
    border-bottom: 1px solid #6e9627;
	display: none;
}

/*** END Sections ***/
