/*===========================================================================*\
																General styles
\*===========================================================================*/


body {
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

li {
	list-style-type: none;
	list-style-image: none;
}

ul.normal li {
	list-style-type: disc;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0;
}

ul {
	padding-left: 0;
	margin-left: 1em;
}

li {
	font-size: 1em;
	margin: 0.5em;
}

textarea {
	background-color: #970F00;	
	color: #ff9900;
	border-width: 1px;
	border-style: solid;
	padding: 0.5em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	font-size: 1em;
}

input {
	border-width: 1px;
 	border-style: solid;
	font-size: 1em;
	padding: 0.25em;
	margin: 0.1em;
}	


/*===========================================================================*\
															Columns positioning
\*===========================================================================*/


#content {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/* IE has a minimum height for elements that is equal to the font-size. Set it
	 * to 0 so we don't have small divs set to a bigger height */
	font-size: 0px; 
}

#content.widecolumn {
	font-size: 0px; 
}

/*
 * Center column
 */

#center-column {
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 147px;
	margin-left: 179px;
	margin-right: 233px;
	padding: 16px;
}

#content.widecolumn #center-column {
	margin-right: 0px;
	padding-left: 64px;
	padding-right: 64px;
}

/*
 * Right sidebar
 */

#sidebar {
	position: absolute;
	font-size: 12px;
	right: 0px;
	top: 147px;
	width: 200px;
	padding: 16px;
}

#sidebar h2 {
	font-size: 1.1em;
	margin-top: 2em;
	margin-bottom: 0;
}

#sidebar ul {
	margin-left: 0;
}

#sidebar ul ul {
	margin-left: 1em;
}

#sidebar li {
	font-size: 1em;
	margin: 0.5em;
}

#searchform {
	text-align: center;
}


/*===========================================================================*\
														 Graphics positioning
\*===========================================================================*/


#top-right {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 148px;
	z-index: 0;
}	

