html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Global styles etc */

body {
	color: #000;
	font-size: 76%;
	font-family: verdana, arial, sans-serif;
	background-color: #ffffe1;
}

h1, h2, h3, h4, h5, h6, {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

#content #goog-wm li.search-goog {
list-style: none;
}

blockquote {
	padding: 5px;
	margin: 0 0 0 30px;
	border-left: 10px solid silver;
}

/* Outer wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	height: 120px;
	text-align: center;
}

#header h1 {
	font-size: 2.4em;
	font-family:  georgia, "times new roman", serif;
	letter-spacing: 2px;
	padding: 30px 0 0 20px;
	margin: 0;
}

#header h1 a {
	text-decoration: none;
	color: #cc3333;
}

#header h1 a:hover {
	color: #ababab;
}

#header p {
	margin: 0;
	padding: 0 0 0 20px;
	color: #808080;
	font-style: italic;
	font-size: 1.1em;
	line-height: 16px;
}

/* Horizontal menu */

#menu {
	margin:  0 0 20px 0;
}

#menulist {
	padding:  0 0 6px 18px;
	margin-left: 0;
	border-bottom: 1px solid #ababab;
}

#menulist li { 
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline; 
}

#menulist li a {
	color: gray;
	padding: 5px 5px;
	margin-left: 2px;
	border: 1px solid #ababab;
	border-bottom: none;
	background: white;
	text-decoration: none;
}

#menulist li a#current {
	color: #000; 
	background: #ffffe1;
	border-bottom: 1px solid white; 
}

#menulist li a#current:hover {
	color: #000;
}

#menulist li a:hover {
	color: #fff;
	background: #cc3333; 
}

/* Content */

#content {
	float: left;
	margin: 0 0 10px 20px;
	padding: 0;
	width: 500px;
}



#content.wide {
	width: 740px;
}

#content p {
	font-size: 1.1em;
	text-align: left;
}

#content p a {
	color: #3366cc;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
	color: #ababab;
}

#content h2 {
	font-weight: bold;
	font-size: 1.2em;
padding: 0 0 5px 0;
}

#content h3 {
font-weight: bold;
font-size: 1.0em;
padding: 10px 0 0 0;
margin: 0 0 -5px 0;
border-top: 1px solid silver;
}

#content ul li {
list-style: square;
padding-left: 10px;
margin-left: 30px;
font-size: 1.1em;
}

#content ol li {
list-style: lower-alpha;
padding-left: 10px;
margin-left: 30px;
font-size: 1.1em;
}


/* Home page boxes */

#leftbox, #midbox, #rightbox {
	background-color: #000;
	color: #fff;
	float: left;
	width: 22%;
	border: 1px solid #daa520;
	height: 280px;
	margin: 5px;
	padding: 5px;
}

/* Content Images */

#content img {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ababab;
}

#content img.left {
	float: left;
	margin: 0px 10px 0 0;
}

#content img.right {
	float: right;
	margin: 0px 0 0 10px;
}

/* Sidebar */

#sidebar {
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
	width: 180px;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #555555;
	border-bottom: 1px solid #ababab;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar li {
	padding: 1px 0;
	margin: 0 0 0 2px;
	list-style: none;

}

#sidebar ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar li li {
	margin-left: 14px;
}

#sidebar li a {
	padding-left: 20px;
	color: #cc3333;
	text-decoration: none;
	font-size: 1.15em;
	background: url(images/icon.gif) no-repeat top left;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ababab;
}

/* Search box */

p.search {
	margin: 5px 0;
	padding: 10px 0;
}

input.searchbox {
	margin: 0 0 1px 0;
	padding: 0;
	width: 180px;
	border: 1px solid #ababab;
	height: 20px;
}

input.searchbutton {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	border: 1px solid #ababab;
	height: 22px;
}

input.searchbutton:hover {
	border: 1px solid #000000;
	background: #ababab;
	color: #ffffff;
}

#sidebar p.note {
	margin: 0;
	padding: 3px;
	background: #f2f2f2;
	border: 1px solid #ababab;
	font-size: 0.9em;
}

/* Footer */

#footer {
	margin: 0;
	padding: 10px 0 10px 0;
	height: 70px;
	clear: both;
	text-align: center;
	border-top: 1px solid #d5d5d5;
}

#footer p {
	color: #555555;
}

#footer p a {
	color: #cc3333;
	text-decoration: none;
	font-weight: bold;
}

#footer p a:hover {
	text-decoration: underline;
	color: #ababab;
}

.clear {
clear: both;
line-height: 1px;
}