/* CSS msr1column  29/08/07*/


body  {
	margin:0;
	padding:0;
	font-family:verdana, arial, times, georgia, sans-serif;
}


	a		{ color:#317F79; background: transparent; text-decoration: none;} 
	a:link	{ color:#317F79; background: transparent; } 
	a:visited	{ color:#007F78; background: transparent; } 
	a:active	{ color: #59BF3F; background: transparent; }
	a:first-letter { text-decoration: underline;} 
	.ie_fix a { text-decoration: none; } 
	a:hover	{ color:#FF3333; background: transparent; text-decoration: underline; }


ul{
	background: transparent;
	color: #000000;
	text-align: left;
	list-style-image:url(../images/css/li.gif);
	}
ul ul {
	background: transparent;
	color: #000000;
	text-align: left;
	list-style-image:url(../images/css/li.gif);
	}
ul ul ul {
	background: transparent;
	color: #000000;
	text-align: left;
	list-style-image:url(../images/css/li.gif);
	}
li {
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-indent: 1px;
	list-style-image:url(../images/css/li.gif);
	}	
img.left {
	float:left;
	padding:3px;
	margin-right:6px;
	
	
}

img.right {
	float:right;
	padding:3px;
	margin-right:6px;
	
}
img:hover {
	border:1px solid #4BA9E9;
	background:#EbF1F5;
}

#wrapper {
	height:100%;
	margin:auto;
	width:90%;
}

/***************** TEXT IN THE HEADER **************************/
#top h1 {
	font-family:"Century Gothic,georgia,helvetica, times, sans-serif";
	font-weight:normal;
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	margin-top:20px;
	margin-left:2%;
	}
/*************************** HEADER PROPERTIES ************************/
#top {
	margin: 0 auto;
	padding:10px;
	height:70px;
	background:url('../images/logo/header3.gif') no-repeat top center; 
	width:93%
	}

/************************** MAIN CONTENT IN MIDDLE ******************/

#middle {
	float:left;
	width:95%;
	line-height:1.01em;
	padding-left:3.5%;
	padding-right:3.5%;
}
	
#middle p, p {
	font-size:11px;
	color:#404040;
}

#middle h1 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:21px;
	font-weight:bold;
	border-bottom:1px solid #317F79;
	padding-bottom:3px;
	margin-top:24px;
}
#middle h2 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #317F79;
	padding-bottom:3px;
	margin-top:10px;
}
#middle h3 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #317F79;
	padding-bottom:3px;
	margin-top:10px;
}
#middle h4 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #317F79;
	padding-bottom:3px;
	margin-top:10px;
}
#middle h5 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #317F79;
	padding-bottom:3px;
	margin-top:10px;
}
#middle h6 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #317F79;
	padding-bottom:3px;
	margin-top:10px;
}

/********************************************    FOOTER  *****************/
#footer {
	border-top:1px solid #317F79;
	padding-top:5px;
	text-align:left;
	width:90%;
	margin:0 auto;
	clear:both;
}

.footer {
	margin-top:-2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}	