body {
	margin: 0;
	padding: 0;
	font-family: arial, sans serif;
	font-size: 65%;

	color: #464664;
}


h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}



p {
	margin-bottom: 1em;

}

p.nomargin {
	margin: 0;
}

#outer {
	width: 800px;
	font-size: 1.2em;
	margin: auto;


}

#topbar {
	margin-bottom: 5px;
}

.boxc {
	background: url("/images/boxes/tm.png") repeat-x;
	float: left;
}

.boxc .tl {
	background: url("/images/boxes/tl.png") no-repeat;
	height: 29px;
	width: 100%;
	 
}

.boxc .blo {
	background: url("/images/boxes/bm.png") repeat-x bottom;
	height: 14px;
	width: 100%;
}

.boxc .bli {
	background: url("/images/boxes/bl.png") no-repeat;
	height: 14px;

}

.box1 {
	border: 1px solid #E2E2F1;
	border-bottom: none;
}

.box2 {
	border: 1px solid #EDEDF6;
	padding: 5px;
	border-bottom: none;
}


#bottombar {
	clear: both;
	padding-top: 12px;
}

#bottombar div {
	background: #CCCCE6;
	height: 12px;
}

#left {
	width: 322px;
	float: left;
	margin-right: 10px;
}


#middle {
	width: 200px;
	float: left;
	text-align: center;
}

#right {
	width: 268px;
	float: left;
	text-align: right;
}

#dright {
	width: 468px;
	float: left;
	text-align: right;
}

#lefttwo {
	width: 522px;
	float: left;
	margin-right: 10px;
}

.tright {
	text-align: right;
}

#menubar {
	height: 20px;
	border-bottom: 1px solid #464664;
	margin-bottom: 15px;
}

