body{
	font-family:verdana,arial,tahoma,sans-serif;
	font-size:11px;
	color:#000;
	margin:0;
	padding:15px 0;
	background:#4b4841;
	line-height:150%;
}

div{
	border:0;
}
img{
	border:0;
/*	border:1px solid blue;*/
}
input,textarea{
	font-family:arial;
	font-size:10px;
	font-weight:bold;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-family:'Trebuchet MS';
	font-size:20px;
	font-weight:bold;
	color:#444240;
	height:33px;
	line-height:22px;
	margin:0;
}
h4{
	font-size:11px;
	font-weight:bold;
	color:#000;
}

.heightcleaner{
	overflow:hidden;
	display:block;
	height:1px;
	clear:both;
}

/*.greystripe{
	margin:0;
	margin-left:10px;
	margin-right:2px;
	padding:0;
	height:1px;
	line-height:1px;
	background:url(g/stripe_ccc.gif) repeat-x top center;
}*/

/***** LAYOUT ********/

#container{
	width:800px;
	background:#fff;
	padding:10px 0;
}
#main{
	margin:0 10px;
	border:1px solid #827E76;
	background:#E3DDCD;
}

#header{
	background:#CCDB7D;
	text-align:right;
	padding-right:8px;
	padding-bottom:8px;
}

#content{
	text-align:left;
	margin:0 40px;
}
#contentpositive{
	padding-bottom:15px;
}
#contentnegative{
	color:#fff;
	background:#494843;
	text-align:left;
	padding-bottom:15px;
}

#contentleft{
	width:340px;
	float:left;
	margin-left:40px;
}

#contentright{
	width:330px;
	float:right;
	margin-right:40px;
}


/***** COMMON STYLES ********/

#contentpositive a{
	color:#000;
	text-decoration:underline;
}
#contentpositive a:hover{
	color:#000;
	background:#fff;
	text-decoration:none;
}
#contentnegative a{
	color:#fff;
	text-decoration:underline;
}
#contentnegative a:hover{
	color:#000;
	background:#fff;
	text-decoration:none;
}

table{
	background:#fff;
	font-size:10px;
}
th{
	background:#CCDB7D;
}
td{
	background:#E3DDCD;
}