body { 
margin:0;
padding:0;
font-size: 75%;
line-height:135%;
font-family: Arial, Helvetica, sans-serif;
color:#000;
background:#fff; 
} 
p { 
margin-top : 0px;
margin-bottom : 5px;
}
.clr{
clear:both;
}

h1, h2, h3 {
font-size: 110%;
padding-bottom : 5px;
margin:15px 0;
color: #25a8b9;
border-bottom:1px solid #f80303;
} 
 
a{ 
color: #25A8B9;
text-decoration: none;
} 
a:hover { 
color: #999;
text-decoration: underline;
}

div#site { 
margin : 0 auto;
padding-top : 18px;
width : 800px;
background: #fff;
}

div#header {
width:800px;
height:260px;
clear:both;
}

div#logo{
width: 375px;
height:75px;
float:left;
background:url(../images/logo.gif) no-repeat top left;
margin-bottom:10px;
}
div#logo a{
display:block;
width: 375px;
height:75px;
}
div#logo a span{
position:absolute;
left:-9999px;
}

div#mainbody{
padding:10px 0;
border-top:1px solid #999;
clear:both;
}

#left {
float:left;
margin:0;
padding:0 15px 0 0;
width:185px;
}
#right {
float:right;
margin:0;
padding:0;
width:260px;
}
#content {
width:525px;
min-height:500px;
}
#content2 {
width:800px;
min-height:500px;
}

div#footer {
clear:both;
border-top: 1px solid #999;
text-align:center; 
color: #666;
padding:10px 0 30px 0;
}
div#footertxt{
clear:both;	
}

div#top {
/*height:50px;*/
float:right;
width:420px;
margin-top:25px;
} 

#top div.menu{
text-align:right;
color:#000;
}
div.menu a{
color:#000;
text-decoration:none;
margin-left:5px;
}
div.menu a:hover{
color:#25a8b9;
}

/*
#top div.menu table{
text-align:right;
color:#000;
}
div.menu table a{
color:#000;
text-decoration:none;
margin-left:5px;
}
div.menu table a:hover{
color:#25a8b9;
}
*/

#top div.jflanguageselection, #fontsize{
text-align:right;
}
div.jflanguageselection a{
color:#f80303;
margin-left:5px;
}
div.jflanguageselection a:hover{
color:#25a8b9;
}
a img {
border:none;
}
.buttonheading{
text-align:right;
}

#right .moduletable{
margin-bottom:20px;
}
input[type="text"], input[type="password"]{
border:1px solid #666;
}

#right .moduletable form a{
color:#666;
}
#right .moduletable form a:hover{
color:#25a8b9;
}

form.search label{
display:none;
}
#mod_search_searchword{
width:250px;
padding:5px;
}
form.form-login{
width:240px;
padding:10px;
border:1px solid #999;	
}
form.form-login fieldset{
border:none;
padding:0;
margin:0;	
}

#mod_login_username, #mod_login_password, form.form-login .button{
display:block;
width:240px;
margin:5px 0;
}

