html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, 
address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li, ul,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {
    font-weight: bold;
}
i,em {
    font-style: italic;
}


/* END RESET ROOLS */

ul {
	list-style: square;
}

ul > li {
	margin-left: 20px;
}

body {
    background-color: #ffffff;
    text-align:center;
}

#page {
    text-align:left;
    margin:0px auto;
    width: 950px;
}

#menu {
	float: left;
	margin-left: 1px;
	height: 185px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

#menu ul > li {
  margin:0;
	margin-left: -20px;
	height: 30px;
	vertical-align:middle;
	list-style-type: none;
	line-height:32px;
}

#menu ul > li > a {
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial;
	font-size: x-small;
	text-decoration: none;
	padding: 5px;
	background-color: #000000;
	border: solid 1px #000000;
	text-transform: uppercase;
}


#menu li > p {
	background-color: #ffffcc;
	text-align: left;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, "Lucida Grande";
	font-weight:bold;
	width: 100%;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu ul > li > a:hover {
	border: solid 1px #333333;
	padding: 5px;
	color: #000000;
	background-color: #ffffff;
}



#menu li {
	margin-left: 0px; 
	border-left: solid 0px #fff;
	width: 189px;
	vertical-align: top;
	list-style-type: none;
	float: left;
	height: 165px;
	font-weight: bold;
}

#menu li > ul > li {
	margin-left: 20px;
}

#menu ul a.selectedItem {
	background-color: #ffffcc;
	color: #000000;
}

h1, h2, h3, h4 {
	font-size: x-large;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #660066;
	margin-bottom: 10px;
	border-left: solid 10px #369;
	padding-left: 5px;

}

h2 {
  font-size: large;
}
h3 {
  font-size: small;
  border:none;
}
h4 {
  font-size: xx-small;
  border:none;
}
.blockContentNews {
  text-align: justify; 
  font-size: small; 
  color: #666666; 
  line-height: 14px;
}
.blockTitle {
	font-size: large;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #660066;
}

.blockSubtitle {
	font-size: small; 
	color: #606;
}

.blockContent {
	text-align: justify; 
	font-size: small; 
	color: #666666; 
	line-height: 17px;
}

a {
    color: #660099;	
    text-decoration:none;
    padding:1px 3px 0 3px;
    border-bottom:1px dashed #660099;
}

a:hover {
    color:#FFFFFF;
    background-color:#660066;
    padding:1px 3px;
}

a.image {
  border:0px solid #FFF;
}

a.image:hover {
    background: none;
} 

#search {
	color: #666666; 
	font-size: x-small; 
	border: none; 
	padding: 2px; 

}

#copyright {
	color: #666666; 
	font-size: small; 
	width: 950px;
 	margin: 0px 0 0px 0;
}

#language {
	float: right; 
	width: 570px; 
	text-align: center;
	font-size: small; 
	border-bottom: solid 1px #6d4c07;
}

#top {
	clear: both;
	height: 37px;
}

#logo {
	float: left;
}

#middle {
	clear: both;
}

#left {
	margin-right: 10px;
	width: 179px;
	float: left;
}

#content {
	float: left;
	width: 570px;
	line-height: 17px;
	text-align: justify;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #333333;
}

#right {
	margin-left: 10px;
	float: left; 
	width: 175px;
}


#bottom {
	clear: both;
	padding-top: 20px;
}

#bottom div {
	font-size: xx-small;
}

#bottom div.w3cstandards {
	float: left;
}

#bottom div.poweredby {
	float: right;
}
