@charset "utf-8";
/* CSS Document */

body {
	font: 11px/1.5em Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#80b2f0;
	padding: 0px;
	margin: 7px 5px 2px 5px;
}

img {
	border: 0;
}

img, div {
	behavior: url("/cms9000/css/iepngfix.htc");
}

div#header {
	width: 900px;
	height: 47px;
	/*height: 150px;*/
	padding-bottom: 0px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#logo {
	float:left;
}

div#main {
	background-color: white;
	/*border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;*/
	border: 2px solid #CCCCCC;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
}

div#content {
	width: 900px;
	min-height: 545px;
	padding: 5px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	/*border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;*/
	font-weight: bold;
	background-image:url(../img/spietro_bg.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-color:#FFFFFF;
}

div#footer {
	width: 900px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
	font-weight: bold;
	background-image:url(../img/bottom_bg.png);
	background-repeat: no-repeat;
	background-position:top center;
	height: 200px;
	overflow: visible;
	clear: both;
	color: #305270;
	display:block;
}
div#footer a {
	color: #F9F9F9;
}

div#copyright {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
	clear:both;
	color:#666666;
	padding-top:15px;
}

div.news_header {
	border-bottom: 1px dashed #999999;
	/*border-left: 4px solid #CCCCCC;*/
	margin: 0px;
	padding: 0px 0px 0px 2px;
	color: #666666;
}
div.news_body {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	/*border-left: 4px solid #CCCCCC;*/
}
div.news_body p {
	margin: 5px;
}
div.news_footer {
	border-top: 1px dashed #999999;
	/*border-left: 4px solid #CCCCCC;*/
	color: #666666;
	font-size: x-small;
	font-weight: lighter;
	font-style: italic;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

div.thumb {
	float:left;
	margin:5px;
	padding: 5px;
	display:block;
	background-color:#F0F0F0;
	text-align: center;
	white-space:nowrap;
	font-weight:normal;
}
div.thumb:hover {
	background-color:#E6F2FF;
}


th {white-space:nowrap;}

table.list { font-weight: normal; }
table.list td {	padding: 4px; }
table.list th {	text-align: left; }
table.list tr {	padding: 3px; }
table.list tr.row1 { background-color:#F0F0F0; }
table.list tr.row2 { background-color:#FFFFFF; }

h1 {
	font-family: Georgia, serif;
	font-size: 180%;
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #305270;
	border-bottom:1px dashed #DADCED;
}
h2 {
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	color: #305270;
}
h3 {
	font-family:Georgia, serif;
	font-size: 140%;
	color: #305270;
	/*margin: 15px 0px 15px 0px;*/
	margin: 15px 0px 0px 0px;
}
h4 {
	font-family:Georgia, serif;
	font-size: 120%;
	color: #305270;
	margin: 15px 0px 0px 0px;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
a:link {
	color: #1e8dd4;
	text-decoration: underline;
}
a:visited {
	color: #1e8dd4;
	text-decoration: underline;
}
a:hover {
	color: #1e8dd4;
	text-decoration: none;
}

li {
	font-weight: normal;
}

/* For FCKeditor */
.Indent1
{
margin-left: 40px;
}

.Indent2
{
margin-left: 80px;
}

.Indent3
{
margin-left: 120px;
}

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}
