@charset 'UTF-8';
@import url(menu2/menu.css);
@import url(../print.css) print;
@import url(../defaults.css);

html {
	color: #333;
	background: #fff;
	font-family: Arial, sans-serif;
}

#wrapper {
	width: 640px;
/*	border: 1px solid red;*/
	padding: 1em 3em;
}

#content {
	color: #888;
}

#footer {
	display: none;
	color: #888;
	text-align: right;
	font-size: xx-small;
	padding-right: 20px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #888;
}

h1 {
	font-family: Arial,sans-serif;
	letter-spacing: .25em;
	font-size: 170%;
	font-weight: normal;
/*	color: #ff6f54;
	opacity: .70;*/
	color: #ff9a87;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	color: #ff9a87;
	text-decoration: none !important;
}
h3 {
	color: #888;
	font-family: Arial,georgia,monospace,sans-serif;
	font-weight: normal;
	margin-top: 0em;
}
h4 {
	color: #888;
	font-family: Arial,monospace,sans-serif;
	font-weight: normal;
	margin-bottom: .4em;
}

div.article {
/*	-moz-column-count: 2;
	height: 550px;
	*/
	-moz-column-width:20em;
	-moz-column-gap: 1.5em;
}

p {
	text-align: justify;
}

/* --- Lists --- */

dl {
	margin-top: -1em;
	padding: 0;
}

dt {
	position: relative;
	top: 1.2em;
	color: #444;
/*	border-bottom: 1px solid #eee;*/
}

dd {

	margin-left: 6.5em;
	margin-bottom: 0;
}


ul {
	list-style: circle;
	padding-left: 1em;
	padding-bottom: 1em;
}

/* --- Form Elements --- */

form {
	margin-left: 0;
}

label {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 90%;
	cursor: pointer;
}	

legend {
	display: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.txtField {
	border: 1px solid #aaa;
}

input.button {
	border: 3px ridge #aaa;
/*	background: url('ab_inactive.gif') 0 0 no-repeat;*/
}

.txtField:hover {
	border: 1px solid #ff9a87;
}

/* --- Links --- */

a, a:link, a:visited {
	color: #ff9a87;
}

a:hover {
	color: #333;
}
