/* cascading style sheet for screen

Copyright 2006 J6 design. All Rights Reserved.

web designer: Jane Fletcher j6 design
email : contact@j6design.com.au
internet: www.j6design.com.au
 
................................................................ */

body {
	color: #333333;
	PADDING: 0px;
	margin: 0px;
	FONT-FAMILY: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #ffffff url(images/stubkgnd.gif) repeat fixed left top;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 1.5em;
	padding: 20px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #847666;
}

h2 {
	font-size: 1.3em;
	padding: 0px;
	margin: 25px 10px 10px;
	font-weight: bold;
	color: #847666;
}

p {
	padding: 0px 10px;
	margin: 2px 0px 10px 0px;
	line-height: 1.75;
	text-align: left;
}

li {
	line-height: 1.75;
	padding: 0px 0px 10px;
}

a:link, a:visited {
	color: #C4221C;
	text-decoration: underline;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

.large {
	font-size: 1.4em;
}

.numbered {
	list-style-type: decimal;
}

/* IMAGE PROPERTIES
................................................................ */
img {
	margin: 0px;
	padding: 0px;
}

/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	

/* main content
................................................................ */
.main {
	margin: 0px auto 0px;
	padding: 0px 0px 20px;
	width: 800px;
	text-align: left;
}

.sidebarL {
	margin: 0px;
	padding: 0px;
	width: 370px;
	float: left;
}

.sidebarR {
	margin: 0px;
	padding: 0px;
	width: 370px;
	float: right;
}

.section {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 100%;
	float: left;
	background: #CABCAC;
}

/* footer
................................................................ */
.footer {
	width: 100%;
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 0.9em;
	text-align: right;
}


/* FORM PROPERTIES
................................................................ */
label {
	color: #333333;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 0.80em;
}

.txt {
	color: #333333;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	font-size: 0.80em;
}

Input, select, textarea, option {
	background: #ffffff;
	color: #333333;
	FONT-FAMILY: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.submit {
	color: #ffffff;
	background: #C4221C;
	border: none;
	cursor: hand;
}

.border {
	width: 95%;
	float: left;
	border: 1px dotted #cccccc;
}
