/* General site structure */

body {
	text-align:center;
	background:white url('img/bgcolor.png');
	background-position: center;
	background-repeat:repeat-y;
	font-family:sans-serif;
	margin-top:0;
}
div#title {
	position:relative;
	margin:0 auto;
	height:65px;	/* 90 - 20px padding */
	width:700px;	/* 720 - 20px padding */
	padding-right:20px;
	padding-top:20px;
	text-align:right;
	margin-top:0em;
	background:white url('img/banner.png');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	border-left:white 1px solid;
	border-right:white 1px solid;
}
div#title div {
	margin-bottom:0.33em;
}
div#title a {
	color:blue;
	text-decoration:underline;
}
div#title a:hover {
	color:#ff3311;
	text-decoration:underline;
}
div#title table#listsignup {
	position:absolute;
	top:1em;
	right:1em;
}
table#listsignup #note {
	font-size:70%;
}
table#listsignup input {
	font-size:55%;
}
div#navcollumn, div#navcollumnlow {
	position:relative;
	margin:0 auto;
	width:680px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background:url('img/navbar1.jpg') #ab65bb no-repeat;
	line-height:1.3em;
	font-family:sans-serif;
	font-size:0.9em;
	text-align:left;
	border-bottom:1px solid #bbbbbb;
	color:white;
	border-left:white 1px solid;
	border-right:white 1px solid;
}
div#navcollumn a, div#navcollumnlow a {
	color:white;
	text-decoration:none;
	margin-left:2em;
}
div#navcollumn a.selected, div#navcollumnlow a.selected {
	text-decoration:none;
	font-weight:bold;
	margin-left:2em;
}
div#navcollumn a:hover, div#navcollumnlow a:hover {
	color:#b2ff2e;
	text-decoration:underline;
}
div#center {
	position:relative;
	color:#75290f;
	margin:0 auto;
	padding-top:1em;
	padding-bottom:1em;
	top:0px;
	width:720px;
}

div#policies {
	font-family:sans-serif;
	font-size:70%;
}

/* Text formatting defaults */

p {
	padding-left:0.5em;
	padding-right:0.5em;
	text-indent:3%;
	text-align:left;
	line-height:1.35em;
	font-family:sans-serif;
}
a {
	color:#224a23;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#da4c1c;
}
h1, h2, h3, h4 {
	padding-left:3%;
	font-family:sans-serif;
	font-weight:bold;
	text-align:left;
	margin:0.5em 0 0.5em 0;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}
.error {
	color:#ff3311;
	font-weight:bold;
}

/* Some formatting defaults */

ul {
	text-align:left;
}
img {
	border:none;
}
a img {
	border:none;
}

/* This is used on formatted information communication tables. e.g. cart, demo */

table.infodump {
	border-spacing:0;
	border-left:solid #cb9f90 1px;
	border-top:solid #cb9f90 1px;
	border-collapse:collapse;
}
table.infodump td {
	padding:0.25em;
	background:#f2e1c7;
	color:#66240d;
	border-right:solid #cb9f90 1px;
	border-bottom:solid #cb9f90 1px;
}
table.infodump tr.header td {
	padding:0.25em;
	font-size:0.8em;
	background:#9a5ba8;
	color:white;
}
table.infodump td.empty {
	background:none;
}

/* This is used in two-collumn input forums. e.g. login, register */

table.inputform {
	border-spacing:0;
	border-top:1px solid #cb9f90;
	border-left:1px solid #cb9f90;
	border-bottom:1px solid #cb9f90;
	border-collapse:collapse;
}
table.inputform td {
	border-right:1px solid #cb9f90;
	padding:0.25em;
	background:#f2e1c7;
	color:#66240d;
}
table.inputform td.label {
	text-align:right;
}
table.inputform td.split {
	border-bottom:1px solid #cb9f90;
	border-top:1px solid #cb9f90;
}
table.inputform td.error {
	font-weight:bold;
	color:#ff3311;
	text-align:center;
	padding:0.5em;
	border-bottom:1px solid #cb9f90;
}

