body {
background-color:#FFFFFF;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0px;
color:#333333;
}

img{
    border:0px;
}

.required {
    color:#ff2a0c;
}

a:link.underline{
    text-decoration:underline;
    font-weight:bold;
}

a:visited.underline{
    text-decoration:underline;
    font-weight:bold;    
}

a:active.underline{
    text-decoration:underline;
    font-weight:bold;    
}

a:hover.underline{
    text-decoration:underline;
    font-weight:bold;    
}

a:link.logout{
    text-decoration:none;
    font-weight:bold;
}

a:visited.logout{
    text-decoration:none;
    font-weight:bold;    
}

a:active.logout{
    text-decoration:none;
    font-weight:bold;    
}

a:hover.logout{
    text-decoration:none;
    font-weight:bold;    
}

.login {
    color:#000000;
    border:2px solid #ff2a0c;
    background-color: #ffff04;
    font-size:14px;
    font-weight:bold;
}

table.overview {
    border:2px solid #ff2a0c;
}

th.overview {
    border-bottom:2px solid #ff2a0c;
    background-color:#ffff04;
}

.loginerror {
    color:#ff2a0c;
    font-weight:bold;
}

fieldset { border:2px solid #ff2a0c;}

legend {
  padding: 0.2em 0.5em;
  border:2px solid #ff2a0c;
  background-color:#ffff04;
  font-size:90%;
}
  
#page {
width:900px;
background-image:url(images/page.png);
margin:auto;
}

#header {
clear:both;
width:900px;
height:150px;
background-image:url(images/header.png);
}

#headerleft {
	width:200px;
	text-align:right;
	float:right;
	min-height:60px;
	padding-right:15px;
}

#menulinks {
	width:240px;
	float:left;
}
  
#menulinks a {
	width:200px;
	padding-left:60px;
	padding-top:14px;
	height:35px;
    background-image:url(images/menu.png);
	display:block;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:left;
  }
  
#menulinks a:hover {
	background-image:url(images/menuhover.png);
	background-position:top right;
	text-decoration:none;
	color:#000000;
}

#menulinks a.active {
	background-image:url(images/menuactive.png);
	background-position:top right;
	text-decoration:none;
	color:#FFFFFF;
}

#mainarea {
width:900px;
clear:both;
} 

#contentarea {
width:530px;
padding-left:50px;
padding-top:10px;
float:left; 
line-height:14pt;
padding-bottom:10px;
} 

#content {
width:510px;
padding-left:10px;
float:left; 
line-height:14pt;
padding-bottom:10px;
}

#sidebar {
float:left;
width:250px;
line-height:14pt;
}

#footer {
width:850px;
padding-right:50px;
clear:both;
height:85px;
padding-top:23px;
text-align:right;
line-height:14pt;
font-size:10px;
background-image:url(images/footer.png);
background-repeat:no-repeat;
color:#999999;
}

#footer a {
color:#333333;
text-decoration:underline;
}

h1 {
font-size:20pt;
color:#000000;
line-height:25pt;
margin:0;
}

h1 a {
color:#000000;
}

h2 {
font-size:13pt;
color:#FFFFFF;
padding-top:6px;
padding-left:7px;
padding-bottom:3px;
background-color:#FF2A0C;
}

a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}