

#maincol {
 width: 510px; 
 padding: 0px 5px;
 margin-top: 0px;
 float:right;
 text-align: left;
font-family:  Arial;
font-size : 12px;
font-weight: normal;
color : black;
}


#menucol {
 width: 100%; 
 padding: 5px;
 float:left;
 text-align: right;
font-family:  Arial;
font-size : 14px;
font-weight: normal;
color : black;
line-height: 130%;
}



A.menulink:link{
	text-decoration : none;
	color : #333333; 
	font-family : Papyrus;
	font-size : 13px;
	font-weight : normal;
}
A.menulink:visited{
	text-decoration : none;
	color : #333333; 
	font-family : Papyrus;
	font-size : 13px;
	font-weight : normal;
}
A.menulink:active{
	text-decoration : none;
	color : #333333; 
	font-family : Papyrus;
	font-size : 13px;
	font-weight : normal;
}
A.menulink:hover{
	text-decoration : none;
	color : #333333; 
	font-family : Papyrus;
	font-size : 13px;
	font-weight : normal;
}


#menutitle {
 width: 180px; 
	padding: 2px;
   text-align: right;
font-family:  Arial;
font-size : 12px;
font-weight: bold;
  margin-top: 10px;
color : #fff;
	background : #4D4D4D;
}

#docs-menu {
width: 180px;

}

#docs-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;

} 

#docs-menu li {
margin: 1px 0 0;

} 

#docs-menu a {
display: block;
align:right;
width:180px;
height:15px;
padding: 1px 1px 1px 1px;
border: 1px solid #000000;
background: #ffffff;
font-size : 11px;
text-decoration: none; /*lets remove the link underlines*/
} 

#docs-menu a:link, #docs-menu a:active, #docs-menu a:visited {
color: #000000;
}

#docs-menu a:hover {
border: 1px solid #000000;
background: #89817F;
color: #ffffff;
} 

/*Link - text_link in the boxes*/

A.text_link:link{
	text-decoration : none;
	color : #333333; 
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
}

A.text_link:visited{
	text-decoration : none;
	color : #333333;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
}

A.text_link:active{
	text-decoration : none;
	color : #333333;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
}

A.text_link:hover{
	text-decoration : none;
	color : #333333;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	text-decoration: underline;
}


FONT.text{
	font-family : Arial;
	font-size : 12px;
	color : #333333;
	line-height: 1.5;
	text-align: left;
}


FONT.white_text{
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	line-height: 1.5;
	text-align: center;

}

FONT.red_text_smallest{
	font-family : Arial;
	font-size : 11px;
	color : #CE0000; 
	line-height: 1.5;
	text-align: center;
	font-weight : bold;
}


