/* layout styles */
body {
	margin:5px;
	background-color:#0C2577;
}
#left {
	width:190px;
}
#right {
	width:580px;
	background-color:#fff;
	background-repeat:repeat-y;
	background-image:url('art/bgcontent.gif');
	border-bottom:3px solid #ccc;
}
#header {
	background-color:#0C2577;
	text-align:right;
}
#content {
	padding:10px;
	margin:0px;
	border-top:3px solid #ccc;
	background-color:#fff;
	border-right:3px solid #ccc;
	border-left:3px solid #ccc;
}
#background #content {
	padding:0px;
}
#nav a {
	display:block;
	padding-left:32px;
	background-image:url('art/nav/navonoff.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
#nav a:hover, #nav a.current {
	background-position:bottom left;
}
#main td {
	vertical-align:top;
}
#footer {
	text-align:center;
	padding:15px;
	color:#fff;
}
#footer a {
	color:#fff;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
	color:#ccc;
}

/* pretty styles */
body,table,td,div,p {
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
}
h1 {
	font-size:20px;
	font-family:"times new roman", times, serif;
	font-weight:normal;
	margin:10px 10px 10px 20px;
	color:#0C2577;
}
.contactinfo {
	text-align:center;
}
.contactinfo h1,contactinfo h2 {
	margin:0px;
	padding:0px;
}
.contactinfo p span {
	font-weight:bold;
}
.red {
	color:#f00;
}
form table td {
	padding:3px;
}
form table td.label {
	font-weight:bold;
	text-align:right;
}
form textarea {
	width:400px;
	height:150px;
}

.marketconditions {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.marketconditions td, .marketconditions th {
	border-left:1px solid #666;
	border-top:1px solid #666;
	padding:3px;
}
.marketconditions th {
	font-weight:bold;
	background-color:#eee;
}
.underline {
	text-decoration:underline;
}