body {
background-color:#f3f3f3;
font-family: Arial, Verdana, Tahoma;
font-size:10pt;
margin: 0px 0px 0px 0px;
}

#container {
position:relative;
float:left;
width:905px;
background-color:#ffffff;
padding-left:5px;

}

#header {
position:relative;
float:left;
width:900px;
background-color:#BB0700;
margin:auto;
}

#menu {
position:relative;
float:left;
width:900px;
margin:auto;
}

td.menu {
background-color:#BB0700;
text-align:center;
border-right:1px solid white;
}

td.menuright {
background-color:#BB0700;
text-align:center;
}

a.mainmenu:link {
color: #FFFFFF;
text-decoration: none;
}

a.mainmenu:visited {
color: #FFFFFF;
text-decoration: none;
}

a.mainmenu:active {
color: #FFFFFF;
text-decoration: none;
}

a.mainmenu:hover {
color: #FFFFFF;
text-decoration: underline;
}

#maincontent {
position:relative;
float:left;
width:898px;
background-color:#ffffff;
margin:auto;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

#content {
position:relative;
float:left;
width: 890px;
margin:auto;
}

#textblock {
position:relative;
float:left;
padding:10px;
width:600px;
background-color:#ffffff;
border-right: 1px solid #cccccc;
margin:10px;

}

#rightbar {
position:relative;
float:left;
padding:10px;
width:225px;
}

#newsblock {
position:relative;
float:left;
width:150px;
float:left;
background-color:#d2dde4;
}

#footer {
position:relative;
float:left;
width:900px;
background-color:#BB0700;
margin:auto;
color:#FFFFFF;
}

h1 {
	font-family: Helvetica, Vredana, Arial;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	color: #cc0000;
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial;
	font-size: 17px;
	margin: 10px 0px 0px 0px;
	color: #333333;
	font-weight: bold;
}

a:link {
color: black;
text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

a:active {
color: black;
text-decoration: none;
}

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

td.newsheader {
padding:4px;
background-color: #f5f5f5;
border-bottom: 1px dotted #999999;
}

div.latestitems a{
font:10pt Verdana;
}

div.latestitems {
width:230px;
}

td.diplom {
padding:4px;
width:100px;
background-color:#cc0000;
text-align:center;
}

/* Gallery Styles */

#motioncontainer {
margin:0 auto;
width: 100%; /* Set to gallery width, in px or percentage */
height: 140px; /* Set to gallery height */
}

#motioncontainer img {
margin-right: 4px; /* Set image border color */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #bb0700; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 4px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
