body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:   13px;
	line-height: 17px;	
	color: #666666;
	margin:  0px;
	padding: 0px;
	text-align:center;
	background-color: #c6c6c6;
	text-align: center;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*   H ___________________________________________________________________ */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
	color: #333333;
	height:  25px;
}

h1 { 
	font-size: 24px;
	line-height: 30px;
}

h2  { 
	font-size: 16px;
	line-height: 20px;
	text-align:left;
	margin: 0px 0px 0px 0px;
}

h3  {
	font-size: 14px;
	text-align:left;
	line-height: 20px;	
	margin: 0px 0px 0px 0px;
}

.line {
	line-height: 8px;
}

.no_border {
	border: 0px;
	background-color: #efefef;
}

input[type=hidden] {
	 visibility: hidden; 
}

form{
	display: inline;
}
img { 
	border: 0px; 
} 

.border4px {
	border:4px solid #dfdfdf;
}

.hrcolor {
	color: #dfdfdf;
	background-color: #dfdfdf;
	height: 2px;
}

.categ {
	color: #474747; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
}

.type {
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 	
}

.bigcontainer {
	border: 2px solid #FFFFFF; 
	width:769px; 
	background-color:#FFFFFF; 
}
  
.container {
 	width:769px; height: 26px; 
}

.mainmenu2 {
	float:left; 
	background-image: url(images/menu_bg.gif); 
	width: 300px; 
}
 
.submenu {
	float: right; 
	background-image: url(images/submenu_bg.gif); 
	height: 23px; 
	width: 754px; 
	text-align: left; 
	padding: 4px 0px 0px 15px; 
}

.white {
	background-color:#FFFFFF; 
}

.column_left {
	float:left; 
	width: 230px; 
	text-align: left; 
	padding: 10px; 
}

.column_main {
	background-image: url(images/project_bg.gif); 
	background-repeat:repeat-x;
	margin-top: 14px;
}

.column_main_footer, .column_main {
	float:left; 
	width: 500px; 
	padding: 10px 0px 0px 10px; 
	text-align: left; 
}



.mainmenu {
	float:left; 
	background-image: url(images/menu_bg.gif); 
	height: 26px; 
	width: 454px; 
	padding: 7px 0px 0px 15px; 
	text-align: left; 
	color: #FFFFFF;
}

/* _____  Input  _______________________________________________________________ */


input, textarea, select {
	background-color: #FFFFFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	display: inline;
	color:#333333;
	vertical-align:middle;
}

input.button {
	height: 16px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #748a03;
	display: inline;
}

input.image {
	border: 0px;
	display: inline;
}

input.radio {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}

input.checkbox {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}

/* _____  Table  _______________________________________________________________ */

table th, tr, td {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	font-size: 12px;
	line-height: 21px;
}

li {
	margin: 0px 0px 5px -20px ;
}

/* _____  Fonts & Links & BG & Cont  ____________________________________________ */

a, a:active, a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #116691;
	font-size: 12px;	
	text-decoration: none;
}
a:hover {
	color: #f5821f;
	text-decoration: underline;
}

a.more, a.more:active, a.more:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #f5821f;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}
a.more:hover {
	color: #f5821f;
	text-decoration: underline;
}


a.project_link, a.project_link:active, a.project_link:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #474747;
	font-size: 20px;
	font-weight:bold;
	line-height: 24px;
	text-decoration: none;
}
a.project_link:hover {
	color: #f5821f;
	text-decoration: underline;
}


a.menu, a.menu:active, a.menu:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


