/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Verdana, Trebuchet MS, Georgia, "Times New Roman", serif;
	font-size: 85%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Verdana,Georgia, "Times New Roman", serif;
	font-size: 88%;
}
#innerContentColumn h3
{
	color: #009;
}
#innerContentColumn h2
{
	background: #fff;
	border-bottom: 2px dotted #FF9006;
	color: #940D1E;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.3em;
}
#header
{
	height				: 230px;
	background-image	: url(http://www.telelearning.it/immagini/telelearning.gif);
	background-repeat	: no-repeat;
	background-position	: center;
	margin				: 0px;
	padding				: 0px;
	color				: #ffffff;
	background-color	: #FFFFFF;
	border				: solid 1px #62BCFD;
	border-bottom 		: solid 1px #62BCFD;
	border-top	 		: no;
	text-align			: center;
}
#span.highlight
{
background-color:yellow;
}

#dashed {
background-color: #DEDEDE;
width 250px;
border: 1px dashed #006;
padding: 0px 8px;
margin-top: 5px;
margin-left: 60px;
margin-right: 60px;
text-align: justify;
}
/*** Masthead ***/

#masthead
{
	height				: 40px;
	margin				: 0px;
	padding				: 0px;
	color				: #ffffff;
	background-color	: #3C94D3;
	border				: solid 1px #62BCFD;
	border-bottom 		: no;
	text-align			: center;
}
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-weight: bold;
	font-size: 88%;
	background-color	: #3C94D3;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-weight: bold;
	font-size: 88%;
	
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
 
