/*GLOBAL STYLES*/

html, body, #content1 {			/*part of the footer*/
	min-height:100%;
	width:100%;
	height:100%;
}
html>body, html>body #content1 {	/*part of the footer*/
	height:auto;
}
body {
	margin:0;
	text-align:justify;
}
table {
	border-width:0;
	border-spacing:0;
}
td {
	padding:0;
}
img {
	border:0;
}
img.wbrdr {
	border:0;
	border-style:solid;
	border-width:1px;
	border-color:black;
}
img.wbrdr:hover {
	border-color:#808040;
}
a {
	color:#1247b2;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#b2b212;
}

#header {
	font-size:14px;
	text-align:center;
	background-image:url(header/banner_fade.png);
	background-repeat:repeat-y;
	background-position:50% 0%;
}
.buttons1 {
	text-align:center;
	background-image:url(header/buttonbg.png);
	background-repeat:repeat-x;
}
.buttons2 {
	width:895px;
	margin:0px auto;
}
.headerarial {
	font-family:Arial;
}
#content1 {				/*part of the footer*/
	position:absolute;
	top:0;
	left:0;
}
#content2 {
	margin:10px auto 100px;
	width:80%;
}
#footer {				/*part of the footer - put inside content1*/
	position:absolute;
	bottom:0;
	width:100%;
	background-repeat:repeat-x;
}
#title {
	text-align:center;
	font-size:24px;
}
.highlight {
	color:#000090;
}
.nojustify {
	text-align:left;
}

.admin {
	color:#909000;
}

/*news*/

#error {
	color:#FF0000;
	text-align:left;
}
.newstitle {
	background-image:url(images/newstitle.png);
	background-repeat:no-repeat;
	font-size:18px;
	text-align:left;	
	font-weight:bold;
	font-family:Arial;
}
.newsmessage {
}
.newsdate {
	font-size:12px;
	text-align:right;
	font-style:italic;
	color:#777777;
}
#preview {
	font-size:18px;
	text-align:left;
	font-weight:bold;
}
.newsline {
	border-style:solid;
	border-width:2px 0px 0px;
	border-color:#c3dee6;
	width:100%;
	margin-left:0;
}



.lumi {
    position:fixed;
    left:-100px;
    top:-100px;
}
