* { 
	padding: 0; margin: 0 
}
html {
	height: 101%; 
}
body  { 
	color: #666;
	font-family: Verdana; 
	font-size: 0.7em; 
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #abaaaa; 
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x; 
}
p, ul, ol, table { 
	margin-bottom: 1em; 
}
table td{ 
	padding: 0 5px;
	font-size:93%;
	line-height:130%;
}
table th{ 
	padding-bottom:10px;
	text-align:left;
	font-size:100%;
	border-top: 1px solid #000;
	color:#999;
}
h1 {
	margin-bottom: 20px;
	padding: 0;
	font-size: 150%;
	line-height:130%;
	font-weight: normal;
	color: #000;
}
h2 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #f90;
}
h3 {
	margin-bottom: 15px;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #f90;
	border-bottom: 1px solid #f90;
}
h4 {
	margin-bottom: 2px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #f90;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
#container { 
	width: 780px;
	background: #fff;
	margin: 20px auto 0 auto;
	text-align: left;
}
#banderole {
	height:105px;
	width: 780px;
	padding-top:30px;
	
} 
#banderole img { 
float:left; 
}
#sidebar1 {
	color:#666;
	float: left;
	width: 150px;
	padding: 30px 5px 15px 15px;
   margin-top:30px;
}
#sidebar1 a:link { color: #666; font-weight:normal; text-decoration:none }
#sidebar1 a:visited { color: #666; text-decoration:none }
#sidebar1 a:hover, a:focus { color: #f90; text-decoration:none }
#sidebar1 a:active { color: #666; text-decoration:none }
#sidebar1 li { padding: 5px 0 5px 0; border-top: 1px solid #ccc; list-style-type: none; display: block; }
#sidebar2 {
	color:#666;
	font-size: 93%;
	line-height: 120%;
	float: right;
	width: 135px;
	border-left: 1px solid #CCC;
	padding: 30px 10px;
	min-height: 360px;
}
#sidebar2 a:link { color: #f90; text-decoration:none }
#sidebar2 a:visited { color: #f90; }
#sidebar2 a:hover, a:focus { color: #fc6; }
#sidebar2 a:active { 	color: #f90; }
#mainContent { 
	min-height: 400px;
	color:#666;
	margin: 25px 170px 0 190px;
	padding: 10px 10px 0 10px;
	zoom: 1; 
}
#mainContent ul { 
	margin-left: 15px;
}
#mainContent a:visited { color: #000; text-decoration:underline }
#mainContent a:hover, a:focus { color: #000; text-decoration:none }
#mainContent a:active { color: #000; text-decoration:none }
#mainContent2 { 
	min-height: 400px;
	color:#666;
	margin: 25px 25px 0 190px;
	padding: 10px 0 0 10px;
	zoom: 1; 
}
#footer { 
	padding-left: 40px; 
	border-top: 1px solid #999;}

#footer2 { 
	color:#666;
	font-size: 93%;
	width: 780px;
	margin: 0 auto;
	padding:10px 0 20px 0;
	text-align: right;
} 
#footer2 p {
	margin: 0;
}
#footer2 a:link { color: #666; font-weight:normal; }
#footer2 a:visited { color: #666; }
#footer2 a:hover, a:focus { color: #000; }
#footer2 a:active { color: #666; }
.button { 
	display:block;
	background-image: url(img/button.gif);
	background-repeat:no-repeat;
	width:115px; height: 37px;
	color: #fff;
	padding:5px 0 0 40px;
	text-decoration:none;
	font-weight:bold;
}
.button:hover { 
	background-image:url(img/button_on.gif); 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.inlineimg {
	float:left;
	margin-right:15px;
}
.small {
	font-size:93%;
}
.normal {
	font-weight:normal;
}
.big {
	font-size:120%;
	font-weight:bold;
}
.news {
	overflow:hidden;
	font-size:93%;
	line-height:130%;
}
.form { 
	color: #666; 
	font-size: 93%; 
	font-weight: normal; 
	background-color: #fff; 
	border: solid 1px #ccc; 
	padding: 1px; }

.formbutton { 
	color: #FFF; 
	font-size: 93%; 
	font-weight: normal; 
	background-color: #666; 
	border: solid 1px #ccc; 
	margin-top:10px; 
}
textarea { 
	font-size: 95%; 
	background-color: #fff; 
	border: solid 1px #ccc; 
	padding: 1px; 
}
