﻿body 
{
    background-color: #FFFFCC; 
    font-family: Verdana, Arial, Sans-Serif ;
    font-size: 10pt;
    color: #000000;
}

#top {
    width: 900px;
    height: 100px;
}

#bottom {
    width: 900px;
    height: 30px;
    padding: 0 10px;
}
/* --------------------------------- */
#container-3-column 
{
   position:relative;
   width: 900px;
   margin: 0 0 0 0;
/*   border:1px solid #818181;*/
}
#menu {
    float: left;
    width: 95px;
}
#container
{
    float: left;
	width: 580px;
/*	border:1px solid #818181;*/
/*	padding-left :10px;
	padding-right :10px;*/
}
#news 
{
    float: right;
    width: 200px;
/*    border:1px solid #818181;*/
}
/* --------------------------------- */

h1  /*Title Pages*/
{
    color : #660000;
	font-size:13pt;
}
h2  /*Title*/
{
	color : #660000;
	font-size: 10pt;
}
h3
{
    color : #660000;
	font-size: 10pt;
	font-weight :bold ;
}

/* -Anoucements- */

.titleAnnoucements1
{
   /* background : url(image/cont.gif) no-repeat left;
    background-image : url(image/cont.gif);
    background-repeat : no-repeat; 
    width :195px;*/
    
}
.imageTop
{
	LETTER-SPACING: 2px; 
	background: url(image/cont.gif) no-repeat left;
	PADDING-TOP: 1px; 
	height :35px;

}
.titleAnnoucements
{
    float :right ;
    margin-right :5px;
    
    
}
.listannoucements
{
     float :right ;
    margin-right :10px;
}
/*--------------------*/
a:link {
color:#660000;
text-decoration:none;
}
a:visited {
color:#999999;
text-decoration:none;
}
a:hover {
color:#660000;
text-decoration:underline;
}
a:active {
color:#FFFFFF;
text-decoration:underline;
background-color:#000000;
}

#inside
{
    padding:5px 10px 0 10px;
}