html, body, a, p, h2, h3, ul {
	margin:0;padding:0;border:0;
}
body {
	font: 76% arial,sans-serif;
  background-color:#DBC8EA;
}
h1 {
	font-size:120%;
	color:#666666;
}
ul {
	list-style:none;
}
a, a:visited {
	text-decoration:underline;
	color:#7E31B0;
}
a:hover  {
	text-decoration:none;
	color:#000000;
}
span.date {
	color: #FF9900;
}

div#container {
	width:766px;
	margin:0 auto;
}
  div#header {
    background:url('../img/header_bg.jpg');
    height:255px;
  }
  div#topMenu ul li {
    float:left;
    height:32px;
  }
    div#topMenu img {
      border:0;
    }
  div#wrapper {
  	float:left;
  	width:100%;
    background-color:#FFFFFF;
  }
  div#content {
    width:610px;
    margin: 10px 0 0 53px;
    padding:0 0 0 10px;
    border-left:1px solid #D7C0E7;
    text-align:justify;
  }
    div#content h1 {
      color:#AA77CB;
      text-align:center;
    }
    div#content div#categories {
  		margin:0 0 30px 0;
  	}
  		div#content div#categories ul li{
  			float:left;
  			padding:0 10px 10px 10px;
  		}
    div#content div#lastNews {
      width:100%;
      overflow:hidden;
      text-align:center;
    }
      div#content div#lastNews h1 {
        font-size:90%;
        color:#669999;
        margin:0 0 10px 0;
      }
      div#content div#lastNews div.newsItem {
        padding:5px 30px 5px 0;
        float:left;
        width:45%;
        
        
      }
        div#content div#lastNews div.newsItem span.date,
        div#content div#lastNews div.newsItem p {
          font-size:100%;
          padding:4px 0 0 0;
        }
        div#content div#lastNews div.newsItem h3 {
          font-size:90%;
          font-weight:bold;
          padding:2px 0 0 0;
          color:#669999;
        }
    div#content div#allNews {
    }
      div#content div#allNews h1 {
        font-size:90%;
        color:#669999;
        margin:0 0 10px 0;
      }
      div#content div#allNews div.newsItem {
        padding:5px 10px 5px 0;
        
        border-bottom:1px dashed #CCCCCC;
        overflow:hidden;
        width:100%;
      }
        div#content div#allNews div.newsItem span.date,
        div#content div#allNews div.newsItem p {
          font-size:100%;
          padding:4px 0 0 0;
        }
        div#content div#allNews div.newsItem h3 {
          font-size:90%;
          font-weight:bold;
          padding:2px 0 0 0;
          color:#669999;
        }
div#footer {
	clear:left;
	background:url('../img/footer_bg.jpg') no-repeat;
	height:130px;
	width:100%;
  font-weight:bold;
}
  div#footer ul.menu {
    margin:0 0 0 260px;
    padding:40px 0 0 0;
  }
  div#footer ul.menu li {
    float:left;
    margin:0 10px 0 10px;
  }
    div#footer ul.menu a {
      font-size:140%;
    }
  div#footer ul.legal {
    margin:73px 0 0 530px;
  }
    div#footer ul.legal li {
      float:left;
      margin:0 10px 0 10px;
      font-size:80%;
    }
    div#footer a, div#footer a:visited {
    	text-decoration:none;
    } 
    div#footer a:hover  {
    	text-decoration:none;
    }
div.formContainer {
}
	div.row {
		padding: 2px;
		margin:4px 2px 8px 2px;
		border:1px solid #AA77CB;
		background:#DBC8EA;
		font-weight:bold;
	}
		label {
			float:left;
			width:100px;
			padding-top:5px;
		}
		div.field {
			padding: 2px 2px 2px 0;
			margin-left:100px;
		}
		div.top_desc, div.bottom_desc {
		}
		div.bottom_desc  {
			color:#C00;
		}
		div.buttons {
			padding-left: 104px;
		}
div#paginator {
  padding:10px 0 10px 0;
}