/* reset */

* {
	font-size: 1em;
	font-family: 'lucida sans unicode', 'lucida grande', 'arial', 'verdana', 'sans-serif';
}

html, body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul {
	list-style: none;
}

fieldset, img {
	border: none;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* utils */

.clear {
	clear: both;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

/* tags */

body {
	background-image: url('../img/bg.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #333333;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #f58b24;
}

a:hover {
	text-decoration: underline;
}

b {
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h2 {
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #f58b24;
}

h3 {
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #777777;
}

h4 {
	color: #f58b24;
	border-bottom: 1px solid #ffcc99;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

p {
	text-align: justify;
}



a.more {
	display: block;
	text-align: right;
	font-size: 0.7em;
}


/* specific behaviors */

#sidebar_menu ul {
	margin-top: 30px;
}

#sidebar_menu li {
	margin-bottom: 3px;
}

#sidebar_menu a {
	display: block;
	text-align: right;
	margin-right: 20px;
	margin-left: 15px;
	text-decoration: none;
	color: #777777;
	font-size: 0.8em;
	padding: 3px;
	font-weight: thin;
}

#sidebar_menu a:hover {
	background-color: #f0f0f0;
}

#sidebar_menu a.selected {
	color: #f58b24;
	font-weight: bold;
	text-decoration: underline;
}


#menu li {
	float: left;
}

#menu a {
	font-size: 0.7em;
	padding-right: 40px;
	color: #999999;
}



#content p {
	font-size: 0.9em;
	margin-bottom: 9px;
}

#content p.desl {
	margin-left: 100px;
}


#content p.small, #footer p.small {
	font-size: 0.7em;
	color: #c0c0c0;
}




#footer a {
	color: #c0c0c0;
}



/* forms */

.element {
	width: 350px;
	margin-bottom: 10px;
}

.element label {
	display: block;
	font-size: 12px;
}

.element input[type=text] {
	width: 250px;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.element textarea {
	width: 340px;
	height: 120px;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.buttons {
	text-align: right;
	width: 350px;
}

.buttons input[type=submit] {
	width: 80px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	background-color: #efefef;
}
