body {
	margin: 0 0 20px 0;
	padding: 0;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background:#4680ae url(images/bg.gif) repeat-x 0 0;
	background-attachment:fixed;
	text-align:center;
}

/* links */
a {
	color:#6b8237;
	text-decoration:none;
}
	a:hover {
		color:#6b8237;
		text-decoration:underline;
		cursor:pointer;
	}
a img, a img:hover {
	border-width:0;
}


/* headings */
h1 {
	margin:1em 0;
	font-weight:normal;
	font-size:2.6em;
	line-height:1.2em;
}
h2 {
	margin:1em 0;
	font-weight:normal;
	font-size:2.0em;
	line-height:1.2em;
}
h3 {
	margin:.75em 0 .5em 0;
	font-weight:normal;
	font-size:1.8em;
	line-height:1.2em;
}
h4 {
	margin:.5em 0;
	font-weight:normal;
	font-size:1.6em;
	line-height:1.5em;
}
h5 {
	margin:1em 0;
	font-weight:normal;
	font-size:1.4em;
	line-height:1.5em;
}
h6 {
	margin:1em 0;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.5em;
}


/* text blocks */
p {
	font-size:1.3em;
	line-height:1.7em;
	margin:1.5em 0;
}
blockquote {
	font-size:1em;
	margin:0.8em 3em;
}


/* phrase elements */
em { font-style:italic; }
strong { font-weight:bold; }
code, samp {
	margin:1.5em 10px;
	font-size:1.3em;
	line-height:1.4em;
	padding:1.5em;
	display:block;
	color:#000;
	border:1px solid #ccc;
	background-color:#eee;
}

/* word clarifyers */
acronym, abbr { speak:normal; cursor:help; border-bottom:1px dotted #aaa; }
abbr.initialism { speak:spell-out; }
abbr.truncation { speak:normal; }


/* lists */
ol, ul {
	margin:2em 0;
}
	ol ol, ul ul {
		margin:.5em 0;
	}
	li {
		margin:1em 1.5em;
		font-size:1.2em;
		line-height:1.7em;
	}
		ol li { list-style:decimal; }
		ol li li { list-style:lower-alpha; }
		ol li li li { list-style:lower-roman; }
		ol li li li li { list-style:decimal; }
		ol li li li li li { list-style:lower-alpha; }
		ol li li li li li li { list-style:lower-roman; }
			
		ul li {	list-style:disc; }
		ul li li { list-style:square; }
		ul li li li { list-style:circle; }
		ul li li li li { list-style:disc; }
		ul li li li li li { list-style:square; }
		ul li li li li li li { list-style:circle; }
	li li {
		margin:.5em 0 .5em 2.5em;
		font-size:1em;
	}
dl {
	margin:1.5em 0;
}
	dt {
		margin:2em 0 1em 0;
		font-size:1.2em;
		line-height:1.7em;
		font-weight:bold;
	}
	dd {
		margin:.5em 3em;
		font-size:1.2em;
		line-height:1.7em;
		padding:0;
	}
		li dd, dd li {
			font-size:1em;
		}
		
/* horizontal rule */
hr {
	margin:0 10px;
}

/* forms */
input.textbox,
select,
textarea {
	padding:2px 0;
	border:1px solid #ccc;
}
input.textbox:hover,
select:hover,
textarea:hover {
	padding:2px 0;
	border:1px solid #999;
}
input.textbox:focus,
select:focus,
textarea:focus {
	padding:2px 0;
	border:1px solid #728e24;
}
.button {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	width:170px;
	line-height:25px;
	height:25px;
	border:0;
	background:transparent url(images/button.gif) no-repeat 0 0;
}
.button:hover {
	color:#111;
	text-decoration:none !important;
	cursor:pointer;
	background:transparent url(images/button.gif) no-repeat 0 -100px;
}

/* tables */
th, td {
	padding:5px 5px;
	/*font-size:1.3em;*/
	vertical-align:top;
}
th {
	padding-bottom:10px;
	font-weight:bold;
}

/* images */
img {
	border:0;
}
img.imgright {
	float:right;
	margin:0 0 15px 15px;
}
img.imgleft {
	float:left;
	margin:0 15px 15px 0;
}

/* clear */
.clear {
	clear:both;
}

/* behaviour */
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

/* color */
.lighter {
	color:#999;
}
.highlight {
	color:#d00;
}
