body{
font:76% Arial,sans-serif;
color:#404040;
line-height:1.2em;
padding:0;
margin: 0px;
text-align: center;
}

a{
text-decoration:none;
color:#526BAD;
font-weight:bold;
}

a:hover{text-decoration:underline;}
a img{border:0;}
p{margin:0 0 18px 10px;}
ul,ol,dl{font-size:0.9em; margin:2px 0 16px 35px;}
ul ul,ol ol{margin:4px 0 4px 35px;}

h1{
font-size:36px;
letter-spacing:-2px;
margin:0 0 10px 25px;
color:#526BAD;
line-height:1em;
}

h1 a{text-transform:none; color:#526BAD;}

h2{
font-size:1.4em;
color:#526BAD;
padding:0 2px 2px 5px;
margin:0 0 10px 0;
letter-spacing:-1px;
}

h3{
font-size:1.2em;
font-weight:bold;
color:#526BAD;
border-bottom:1px solid #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 3px;
}

blockquote{
font-size:0.9em;
margin:20px 10px;
padding:8px;
}

/******** Main wrap ********/

#header{
margin-left: auto;
margin-right: auto;
width:800px;
height:200px;
text-align:left;
border-bottom:4px solid #dadada;
}

#siteName{
	position: relative;
	top:50px;
	left:50px;
	height:100px;
	display: block;
}

#logo{
float:left;
left:0;
}


#toplinks{text-align:right; padding:5px 2px 2px 3px;}

#slogan{
font-size:1.5em;
color:#808080;
font-weight:bold;
letter-spacing:-1px;
margin:15px 0px 20px 35px;
line-height:1.2em;
}

/******** sidebar ********/
#sidebar{
float:left;
width:185px;
padding:2px;
font-size:0.9em;
background-color: #eeeeee;
}

#sidebar ul{
list-style:none;
font-size:0.9em;
margin:0;
padding:0 0 15px 10px;
}

#sidebar li{
list-style:none;
margin:0 0 4px 0;
padding:0;
}

#sidebar li a{
font-size:1.2em;
font-weight:bold;
padding:2px;
}

#sidebar ul ul{
margin:4px 0 3px 15px;
line-height:1.2em;
padding:0;
}

#sidebar ul ul li a{font-weight:normal;}
#sidebar h2{margin:3px 0px 8px 0px;}

/******** Content variations ********/
#global{
margin-left: auto;
margin-right: auto;
width:800px;
text-align:left;

line-height:1.5em;
padding:0;
}

#content{
padding-left: 200px;
text-align:left;
}

#content h3, #contentalt h3{margin:10px 0 8px;}

#breves{
float:right;
width:300px;
background-color:#969ECE;
}
/******** Footer ********/
#footer{
clear:both;
margin-left: auto;
margin-right: auto;
width:800px;
text-align:center;
color:#808080;
font-size:0.9em;
border-top:4px solid #dadada;
padding:8px 0;
line-height:1.6em;
}

#footer p{margin:0; padding:0;}
#footer a{color:#808080;}

/******** Divers ********/
#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:95px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #fff;
	font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #ffffff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-color: #526BAD;
	border-right:2px solid #fff;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #ffffff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -95px;
	background-color: #526BAD;
	border-right:2px solid #fff;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #ffffff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -222px;
	background-color: #526BAD;
	border-right:2px solid #fff;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #000;
	background-color: #868EBE;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #000;
	background-color: #868EBE;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #000;
	background-color: #868EBE;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	width: 95px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 172px;
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	position: relative;
	top:70px;
	left: 0px;
	display: block;
}

#myajaxmenu {
	z-index: 1000;
}
/******** Divers ********/

