BODY {
	margin: 20px 0px 0px 0px;
	background: url('images/body-bg.gif') repeat-x top left;
	font-size: 12px; font-family: Arial, Verdana, Helvetica;
	color: #666;
}

H1 {
	color: #071040;
	margin: 0px 0px 20px 0px; padding: 0px;
	font-size: 20px;
}

H2 {
	color: #071040;
	margin: 0px 0px 20px 0px; padding: 0px;
	font-size: 15px;
}

H3 {
	color: #071040;
	margin: 0px 0px 20px 0px; padding: 0px;
	font-size: 12px;
}

P {
	margin: 0px 0px 20px 0px; padding: 0px;
}

OL {
	margin: 0px 0px 20px 20px; padding: 0px;
}

UL {
	margin: 0px 0px 20px 20px; padding: 0px;
	list-style: square;
}

LI {
	margin: 0px; padding: 0px 0px 5px 0px;
}

LI UL {
	margin: 5px 0px 5px 20px; padding: 0px 0px 0px 0px;
	list-style: circle;
}

LI UL LI {
	margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px;
}

.nav {
	margin: 0px; padding: 0px;
	list-style: none;
}

.nav LI {
	margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px;
}

.nav LI UL {
	margin: 5px 0px 5px 20px; padding: 0px 0px 0px 0px;
	list-style: none;
}

.nav LI UL LI {
	margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px;
}

.nav A {
	display: block;
	border-bottom: 1px #CCC solid;
	margin: 0px 0px 0px 0px; padding: 0px 0px 3px 0px;
}

.rlb {
	margin: 20px 0px 0px 0px; padding: 0px;
	list-style: none;
}

.rlb LI {
	margin: 0px; padding: 0px;
}

.rlb A {
	display: block;
	color: #FFF; background-color: #071040;
	border-bottom: 1px #CCC solid;
	margin: 0px 0px 0px 0px; padding: 5px 0px 5px 10px;
}

A {
	color: #666;
	font-weight: normal; text-decoration: none;
}

A:hover {
	color: #FF6600;
	text-decoration: none;
}

A.selected {
	color: #071040;
	font-weight: bold; text-decoration: none;
}

A.foreword {
	color: #FF6600;
	font-weight: bold; text-decoration: none;
}

#wrapper {
	background-color: #FFF;
	margin-left: auto; margin-right: auto;
	width: 900px; height: auto;
	position: relative;
}

#head {
	background-color: #CCC;
	margin: 0px; padding: 0px;
	width: 900px; height: 280px; 
	position: relative;
}

#content {
	margin: 0px; padding: 0px;
	width: 900px; min-height: 400px; height: auto; _height: 400px; 
	position: relative;
}

#left-nav {
	background-color: #FFF;
	margin: 0px; padding: 20px 0px 0px 0px;
	width: 230px; min-height: 300px; height: auto; _height: 300px;
	position: relative;
	float: left;
}

#cont-home {
	background-color: #FFF;
	margin: 0px; padding: 20px;
	width: 330px; min-height: 300px; height: auto; _height: 300px;
	position: relative;
	float: left;
}

#cont-main {
	background-color: #FFF;
	margin: 0px;  padding: 20px 0px 20px 20px;
	width: 650px; min-height: 300px; height: auto; _height: 300px;
	position: relative;
	float: left;
}

#cont-main A {
	color: #071040;
	font-weight: bold; text-decoration: underline;
}

#cont-main A:hover {
	color: #FF6600;
	font-weight: bold; text-decoration: underline;
}

#cont-right {
	background: url('images/grey1x1.gif') repeat-y top left;
	margin: 0px; padding: 20px;
	width: 260px; min-height: 300px; height: auto; _height: 300px;
	position: relative;
	float: right;
}

#cont-foot {
	background: url('images/grey1x1.gif') repeat-x top left;
	margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px;
	width: 900px; min-height: 30px; height: auto; _height: 30px;
	position: relative;
}

#cont-foot P {
	display: block;
	float: left;
	margin: 0px; padding: 0px;
}

#cont-foot P.corp {
	display: block;
	float: right;
	margin: 0px; padding: 0px;
}

#activity-wall {
	width: 900px; min-height: 300px;
	margin: 0px; padding: 5px 0px 5px 0px;
}

.activity {
	width: 140px; height: 140px;
	margin: 5px; padding: 0px;
	border: 0px #ccc solid;
	float: left;
}

table.gen {
    border-color: #666;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin: 0px 10px 15px 0px;
}

table.gen td {
    border-color: #666;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #fff;
}

.clear {
	clear: both;
}
