/* CSS Document */
/**************************************************
   AUTHOR:  			Alberto Castellini
   WEBSITE:   			
   NAME: 	            CBMC      	
**************************************************/ 

a{

	color: #3E62B3;; text-decoration: none;
	
}

a:hover {
	
	color: #CD0102;
	
}

#alignRight {
float:right;
margin-top:-5px;
}

body {

	margin: 0px;
	padding: 0px;
	color:  black;
	font: .90em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center;   /*centra in IE 5.x */

}

#central {
	width: 100%;
	/*height: 500px;*/
	float:left;
}

#footer {
	/*margin: 0px;*/
	margin-top:10px;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
	width:98%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E62B3;
	float:left;

}


#footer .footer-left {
	width: auto;
	float: left;

}

#footer .footer-right {
	width: auto;
	float: right;

}

#header {
	margin-bottom: 10px;
	padding: 0px;
	height: 7px;
	width: 100%;
	/*border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #94d3ff;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94d3ff;
}



img {
   border: none;
}

#main {
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/*border: 1px solid #f2f2f2;*/
		
}


#main p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	align="justify";
	
}

/*#main ul {
	margin-bottom:-10px;
}*/


#main li {
	list-style-position: outside;
	margin-left: -12px;
	margin-bottom: 7px;
	text-align:justify;
}

#main-title {
	/*color: #FFFFFF;
	background-color:#3E62B3;*/
	color: #3E62B3;
	font-size: 1.4em;
	margin-left: 0px;
	margin-top: 7px;/*0px*/
	margin-bottom: 15px;/*0px*/
	/*font-family: 'Trebuchet MS', Arial, Sans-serif;*/
	font-weight: bold;
	padding: 0px;	
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;*/
}
#main-subtitle {
	/*color: #FFFFFF;
	background-color:#3E62B3;*/
	color: #3E62B3;
	font-size: 0.9em;
	margin-left: 0px;
	margin-top: 7px;/*0px*/
	margin-bottom: 15px;/*0px*/
	/*font-family: 'Trebuchet MS', Arial, Sans-serif;*/
	font-weight: bold;
	padding: 0px;	
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;*/
}

#menu{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E62B3; /*#94d3ff light blue*/

	padding-bottom: 3px;
	margin-top:10px;
	/*height: 0px;*/
}

#menu a:link { 
	color: #3E62B3; text-decoration: none;
}

#menu a:visited { 
	color: #3E62B3; text-decoration: none;
}

#menu a:hover { 
	color: #3E62B3; text-decoration: underline;
}

#my-contacts {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	width:auto;
	/*border: 1px solid #94d3ff;*/
}

#my-image {
	/*float: left;*/
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	width:auto;
	
}

#left-column {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 9px;/*0px*/
	margin-bottom: 0px;
	padding-right:0px;
	width:288px; /*170px*/
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3E62B3;*/
	/*border: 1px solid #94d3ff;*/
}

#right-column {
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;/*0px*/
	margin-bottom: 0px;
	width:600px; /*ok con 600 530*/ 
	/*border: 1px solid #94d3ff;*/
}

.selectedMenuItem { 
	color: #CD0102;
	text-decoration:underline; 
}

#subSecTitle {
	font-weight: bold;
	margin-bottom: -5px;
}

#wrapper {
	height: auto;
	width: 905px;  /*780px*/ /* 740 centra negli altri browsers con margin right left auto*/ /*ok con 800*/
	text-align: left;   /*ripristina l' allineamento*/
	background: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: black;
	overflow: hidden;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	/*border: 1px solid #94d3ff;*/
}

/*************************************/
