

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}

h3 {
font-family: Lucida Calligraphy;
text-decoration: underline;
font-weight : bold;
margin-bottom: 1px;

}
#header {
	background-image: url(h.jpg);
	background-repeat: no-repeat;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 200px;
 margin: 10px 0px 5px 0px;

}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 135px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 738px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 10px 0px;
 padding: 10px;
text-align:center;
}

.menutitle{
cursor:pointer;
width:140px;
padding:5px;
text-align:left;
font-weight:bold;

}

.submenu{
margin-bottom: 5px;


}

.submenu a:link {
color: black;
margin-bottom:5px;
text-decoration: none;

} 

.submenu a:hover {
text-decoration: underline;
font-weight: bold;
text-align:right;

} 

.submenu a:visited {
color: black;
margin-bottom:5px;
text-decoration: none;

} 


.smalltext {
font-size: xx-small;
}

.news {
margin: 10px;


}

.newsborder {
margin: 10px;
width: 50%;
border-bottom-style:dotted;
border-bottom-width:1px;

margin-left: 25%;
margin-right: 25%;

}

.paging1 {
font-family: Verdana;
font-size: x-large;

}
