/* Round shaped rectangle on main form */
.roundedBox
{
  position: relative;
  -moz-border-radius-bottomleft:8px;
  -moz-border-radius-bottomright:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  background-color:#EBF0F0;
  border:1px solid #DFE0E0;  
  display: block;  
}

.roundedBox h1
{
   font-size: 140%;
   margin-top: 20px;
   margin-left: 20px;
   color: #195051;
}

.roundedBox img
{
   margin-top: 20px;   
   margin-left: 30px;
	 margin-right: 30px;	    
}

.roundedBox li
{
   margin-left: 30px;
	 margin-right: 30px;
}

.roundedBox dl
{
   margin-left: 30px;
	 margin-right: 30px;
}

.news 
{
   margin-bottom: 25px;
}

.roundedBox p, .roundedBox ul 
{
   margin-top: 20px;   
   margin-left: 30px;
	 margin-right: 30px;
	 margin-bottom: 20px;   
}

.roundedBoxRight
{
 	float: right; 
 	margin-bottom: 10px;
}

.roundedBoxLeft
{
 	position: left;
 	margin-left: 40px;
 	max-width: 630px;
}

.minimenu
{
    height: 100%;
    border-right: 1px solid;
    border-color: silver;
    padding: 0px;
}

.minimenu a
{
    margin: 20px;
}

.searchmenu
{
    margin: 20px;    
}

.searchmenu a
{
    margin: 0px;    
}

.key 
{
  position: relative;
  -moz-border-radius-bottomleft:8px;
  -moz-border-radius-bottomright:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  background-color:#F5F6F6;
  border:1px solid #DFE0E0;
  padding: 5px 10px;
  margin: 1%;
  font-weight: bold;
  text-align: center;
  max-height: 30px;
  max-width: 30px;
  line-height: 30px;
  white-space: nowrap;
}     
