body {
	margin: 0px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 10pt;
	background: white;
	color: black;
	text-align:center;
}

#container {
	width: 850px;
	margin: 0 auto;
	background: white url(images/body.png) top repeat-y;
	padding: 0px;

}

#header {
	margin: 0px;
	height: 125px;
/*	background: white url(images/random_img.php?header) top no-repeat;	*/
	background: white url(images/header_grass.jpg) top no-repeat;
	text-align: left;
	padding:0px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 32pt;
	color: white;
}


/*  Header Section
-----------------------------------------------------------------*/

#header * {
	display: none;
}

/*  Sidebar Section
-----------------------------------------------------------------*/

#sidebar {
	width: 250px;
	float:right;
	padding-right:25px;
	text-align:center;

}
#sidebar p, ul, span {
	text-align:left;
}

#sidebar hr {
	width:75%;
	border:0;
	border-top: 1px solid #b0b0b0;
	margin-top:10px;
	margin-bottom:10px;
}
#sidebar h2 {
	color: #505050;
	text-align:left;
	width:75%;
	border:0;
	border-bottom: 1px solid #b0b0b0;
	margin:auto;
	margin-top:20px;
	margin-bottom:5px;
}

#sidebar img {
	border:0;
	margin: 5px auto;
}

#sidebar img.button {
	border:0;
	margin: 3px 5px;
}

	/*  Sidebar Navigation Section
	-----------------------------------------------------------------*/

	#sidebar ul {
		color: #505050;
		padding: 0;
		text-align:left;
		width:75%;
		border:0;
		list-style: none;
		margin: auto;
		line-height: 1.5em;
	}






/*  Content Section
-----------------------------------------------------------------*/

#content {
	color: #303030;
	margin:0px;
	margin-left: 20px;
	height: 100%;
	width: 510px; /* plus 2 x 20px padding = 550 */
	padding: 10px 20px 10px 20px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

#content * {
	text-align: left;
}
#content p {
	margin: 10px;
	margin-top: 0.9em;
	line-height: 1.3em;
}

#content h1, #content h2, #content h3 {
	clear: left;
	margin: 20px 5px 10px 5px;
	border: 0;
	border-bottom: 1px solid #d0d0d0;
}
	/*  Various classes
	-----------------------------------------------------------------*/
	#content div.example {
		border:1px solid #d0d0d0;
		background: #f8f8f8;
		padding:10px;
		margin: 20px 5px 10px 5px;
	}

	#content div.source {
		font-family: courier, fixed, sans-serif;
		font-size: 8pt;
		padding:10px;
		border: 1px dashed #d0d0d0;
		overflow: auto;
	}

	div.ie_notes {
		font-size: 8pt; 
		font-family: verdana, arial, sans-serif; 
		min-height: 32px;
		border: 1px #000088 solid;
		background: #ccccff url(images/icons/ie_48.png) -10px -10px no-repeat;
		margin: 5px 10px 5px 10px;
		padding: 5px 10px 5px 40px;
		overflow: auto;
	}

	div.mz_notes {
		font-size: 8pt; 
		font-family: verdana, arial, sans-serif;
		min-height: 32px;
		border: 1px #880000 solid;
		background: #ffcc77 url(images/icons/firefox_48.png) -10px -10px no-repeat;
		margin: 5px 10px 5px 10px;
		padding: 5px 10px 5px 40px;
		overflow: auto;
	}
/*
	#content div.form {
		text-align: right;
		line-height: 2.5em;
	}
	#content div.form input[type="text"] {
		text-align: left;
		width: 75%;
		margin-left:10px;
	}
	#content div.form textarea {
		text-align: left;
		width: 75%;
		margin-left:10px;
		height: 100px;
	}
	#content div.form input[type="submit"] {
		text-align: center;
		color: navy;
		font-weight: bold;
		cursor: pointer;
		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	}
*/
	/*  Forms and Fieldsets
	-----------------------------------------------------------------*/

	/*#content input {
		margin: 0px;
		width: auto;
		float: right;
		text-align: center;
		color: navy;
		font-weight: bold;
		cursor: pointer;
		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	}*/
	
	#content fieldset {
		text-align: right;
		border: 0;
		margin: 5px;

	}
	#content input, #content textarea {
		margin-top: 10px;
		text-align: left;
		width: 75%;
		cursor: text;
		color: black;
		font-weight: normal;

	}
	#content fieldset label {
		text-align: right;
		float: left;
		width: 20%;
		padding-top: 10px;
		margin-top: 5px;
	}


/*  Footer Section
-----------------------------------------------------------------*/

#footer {
	height: 50px;
	background: white url(images/footer.png) top no-repeat;
	clear: both;
	text-align: center;
	color: #c0c0c0;
	padding-top:3px;
	font-size: 8pt;
	font-family: helvetica, sans-serif;
}

#footer a {
	font-weight: bold;
	color: #c0c0c0;
}
#footer a:hover {
	cursor: pointer;
	font-weight: bold;
	color: #808080;
}


/*  General Section
-----------------------------------------------------------------*/
a {
	text-decoration: none;
	color: navy;
}
a:hover {
	color: #ff8800;
}

form {
	margin:0;
	padding:0;
}

dfn {
	cursor: help;
}

*[title] {
	cursor: help;
}


h1 {
	font-size: 20pt;
}
h2 {
	font-size: 15pt;
}


#content pre {
	background: #f0f0f0;
	padding: 1em;
	width: 480px;
	overflow: auto;
	max-height: 20em;
	font-size: 0.8em;
}
