body {
	background-image: url(/theme/techbg.jpg);
	background-position:center;
	background-attachment:fixed;
	/*background:#A31009 url(http://www.spds.ca/graphics/xmass_bg.gif);*/
}

h1{
	margin:0;
	font-weight:normal;
	color:#d8f7af;
	font-size:3.2em;
}

h2{
	margin:0;
	display:inline;
	position:relative;
	top:-1.5em;
	left:2em;
	font-size:1.8em;
	font-weight:normal;
	color:#94c258;
}

h3{
	margin:0;
	font-size:1.5em;
	font-weight:normal;
	color:#94C258;
}

textarea {
 resize: vertical;
}


li {list-style:none; list-style-position:inside}

a {text-decoration:none;}

a:hover {color:#CC0000;}

#d_container{
	width:800px; 
	margin:0 auto; 
	position:relative;
	color:#FFF;
	border:#BBD75A 10px solid;
	background-color:#FFF;
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:1.5em;
}

#d_header {
	width:100%;
	height:100px;
	background:#399 url(/pages/css/images/header.jpg) center no-repeat;
}

#d_menu
{	width:100%;
	height:16px;
	color:#360;
	margin:0;
	background:#bbd75a !important;
	background:#b3d24e;
	padding:5px 0 5px 0;
	font-size:14px;
}

#d_menu ul{
	margin:0;
	padding: 0;
	height:29px;
}

#d_menu ul li{
	list-style:none;
	display:inline;
}

#d_menu ul li a:link, #d_menu ul li a:active, #d_menu ul li a:visited{
	color:#767676;	
	padding:5px 5px 5px 5px;
	font-size:1em;
	font-family:'lucida grande', arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#d_menu ul li a:hover{
	color:#FDFDFD;
}

#d_body {
	width:795x;
	color:#360;
	padding:0 0 0 5px;
	background-color:#FFF;
}

#d_footer {
	clear:both;
	width:100%;
	height:140px;
	background-color:#BBD75A;
	text-align:center;
	padding-top:10px;
}

#insidecontent {width:490px; float:left;min-height:650px; padding:5px}

#sidebar{
	width:285px;
	float:left;
	padding:5px;
	background:#92ABAF;
	font-size:12px;
	line-height:14px;
	margin:0;
	min-height:820px;
	clip:rect(top right bottom left);
	overflow:hidden;
	color:#330;
}

#sidebar a, #sidebar h3{color:#FF0}

#sidebar a{text-decoration:underline}

.terms li {list-style:decimal; list-style-position:outside}
