/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-image:url('../images/backdrop.png');
	background-repeat:repeat-x;
	background-color:#e9eef2;
	margin:0 auto;
	font-size:0.88em;
	color:#444444;
	font-family:verdana, Helvetica, sans-serif;
}

/* headers */
h1 {
	color:#0280f4;
	font-size:1.32em;
	display:inline;
	padding:0 5px;
	margin:5px 0;
}
h2 {
	color:#0280f4;
	font-size:1.32em;
	display:inline;
	padding:0 5px;
	margin:5px 0;
}
h3 {
	background-image:url('../images/header_backdrop.png');
	font-size:0.93em;
	padding:5px;
	color:#ffffff;
}
h4 {
	margin:2px 0 15px 0;
	line-height:1.0em;
	font-weight:bold;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.0em;
	text-align:justify;
}

/* links */
a {
	color:#334499;
	text-decoration:none;
}
a:hover {
		text-decoration:underline;
}
div#footer a {
	color:#334499;
	text-decoration:none;
	border:none;
	padding:4px;
}
div#footer a:hover {
	text-decoration:underline;
}
div#sidebar ul li a { 
	color:#334499;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:1.0em;
	border:none;
	padding:5px;
}
div#sidebar ul li a:hover {
	text-decoration:underline;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* container, header and nav */
div#container {
	background-color:#ffffff;
	width:85%;
	padding:5px 5px 0 5px;
	margin:15px auto 15px auto;
}
div#header {
	background-image:url('../images/header_backdrop.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
	height:120px;
	padding:10px;
}
div#header p {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.82em;
	color:#444444;
}
div#nav {
	background-color:#8fb359;
	height:40px;
	
}
div#nav ul {
	float:left;
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:5px 10px 5px 10px;
	height:20px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:1.0em;
	font-weight:bold;
	color:#ffffff;
	background-color:#8fb359;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#ffffff;
	background-color:#0280f4;
}
div#nav form {
	float:right;
	margin:10px 15px 0 0;
}

/* content */
div#content {
	padding:20px 10px 0 10px;
	background-color:#f0f4f7;
}
div#page {
	width:72%;
	float:left;
}
div#sidebar {
	width:23%;
	float:right;
}
div#sidebar p {
	padding:3px 5px;
	color:#444444;
}
div#sidebar ul {
	list-style:none;
	margin:7px 12px;
}
div#sidebar ul li {
	padding:3px 0;
}

/* footer */
div#footer {
	padding:20px 5px;
	background-image:url('../images/footer_backdrop.png');
	background-repeat:repeat-x;
	color:#444444;
}
div#footer p {
	font-size:0.69em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
dl.meImgLeft {
	float: left; margin-right: 1em;
}
dl.meImgLeft dt {
	margin-bottom: 0;
}
dl.meImgLeft dd {
	margin: 0;
}
dl.meImgRight {
	float: right; margin-left: 1em;
}
dl.meImgRight dt {
	margin-bottom: 0;
}
dl.meImgRight dd {
	margin: 0;
}