/* Highlight links */
.Onmouse1 {
	COLOR: red; 
	FONT-STYLE: normal; 	
	font-weight: bold;
}
.Offmouse1 {
	COLOR: #0482B5; 
	FONT-STYLE: normal; 
	font-weight: bold;
}

/* Main properties */
body, html {
    padding: 10px;
    color:#000;
}
body {
	font-size: 12px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 750px;
}
.smalltext{
	font-size: 10px;
}
div {
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.text_centered {
	text-align: center;
	font-size: 12px;
}
.boxgrey {
	margin: 5px;
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table {
	font-size:12px;
	border-collapse:collapse;
	vertical-align: top;
}
td{
	vertical-align:top;
}
table img{
	margin-top: 5px;
	margin-bottom: 5px;
	border:none;
}
#table_separator{
	background:#BBF;
	margin-top: 5px;
	margin-bottom: 5px;	
}
table_separator td{
	height: 1px;
}


/* Navigation menu */
.menubox {
	width: 150px;
	background:url(/img/box_grey_bottom.gif) 
		no-repeat bottom left;
}
.menubox div {
	margin: 0px;
	padding: 14px 8px 14px 10px;
	font-size: inherit;
	color:#110699;
	text-align: center;
	border-bottom: 2px solid #B3AEAE;
	background:url(/img/box_grey_top.gif)
				no-repeat top left;
}
.menubox ul {
  margin: 0;
  padding: 8px 10px 4px 10px;
  list-style: none;
  text-decoration:none;
}
.menubox ul li {
	margin: 10px 0;
	padding: 0;
	font-weight:bold;
	text-decoration:none;  
}
.menubox ul ul{
  margin-left: 20px;
  padding: 0px;
}
.menubox ul ul li {
  margin: 0 0 2px;
  padding: 0;
}
.Onmouse_menu {
	color: red;
	font-weight: bold;
}
.Offmouse_menu {
	color: #0482B5; 	
	font-weight: bold;
}
/* Enf of Navigation menu */

/* avoid table for the main layout */
/* wrap is the main container*/
#container {
    margin:0 auto;
    width: 750px;
    position: relative;
    border: none;
    }
#contents {
    border: 1px solid #AAAAAA;
	 padding: 3px;
}
#contents_inside{
    width: 748px;
}
#contents_inside #main .site_name {
	COLOR: green; 
	font-weight: bold;
}
#header {
	 padding: 0;
    }
#leftbar {
    float:left;
    width:150px;

	 }
#main {
    float: right;
    width:580px;
    }
#footer_endpage {
	 clear: both;
    }
#footer {
	 clear: both;
    }
hr{
	border:none;
	border-top: solid 1px #7BC0FB;
	width: 500px;
	height: 2px;
	background: #8ACAFF;
}

.pagerank {
	height:13px;
}
.pagerank img{
vertical-align:middle;
}
