

html {
	overflow-y:scroll;
}
html, body {
	background:#FFF url(../images/graphics/bg_body.jpg) repeat-x top fixed ;
	color:#555;
}

h1, h2, h3, h4, h5, h6 {
	color:#4B326C;
}
a, .Highlight {
	color:#623A9B;
}
a:hover {
	color:#333;
}
.moosummary {
	display:none;
}
.mootog {
	cursor:help;
}
.mootog:hover {
	color:#900;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.ico {
	margin:0 3px -3px 0;
}

.profilediv {
	margin-left:170px;
	min-height:176px;
}
.imgdiv {
	float:left;
	width:146px;
	height:174px;
	margin:0 20px;
	border:1px solid #CCC;
}

.ulcol2, .ulcol3 {
	position:absolute;
	margin-top:-128px;
}
.ulcol2 {
	margin-left:300px;
}
.ulcol3 {
	margin-left:530px;
}



.bodymain_center h1, .bodymain_center h2, .bodymain_center h3, .bodymain_center h4, .bodymain_center h5, .bodymain_center h6 {
	margin:16px;
}
.bodymain_center p {
	margin:16px 26px;
}


.divider {
	height:1px;
	margin:16px;
	background:#CCC;
	clear:both;
}


/* CORE CLASSES */
.container {
	width:900px;
	margin:12px 12px 0 ;
	text-align:left;
}

/* HEADER STYLES */
.header {
	background:url(../images/graphics/bg_header.jpg) no-repeat top left ;
	color:#FFF;
}
.header {
	color:#555;
}
.header_left {
	float:left;
	text-align:left;
	display:none;
}
.header_right {
	float:right;
	text-align:right;
	margin:16px 16px 0 0 ;
	font-size:11px;
	line-height:15px;
}
.header_center {
	text-align:center;
	padding:20px 0 0 120px;
}
.header {
	height:150px;
}

/* BODYMAIN STYLES */

.bodymain_box {
	border:1px solid #CCC;
	min-height:330px;
}


.bodymain {
	background:#FFF;
	clear:both;
}
.bodymain_left {
	display:none;
}
.bodymain_right {
	display:block;
	border-width:10px;
	border-color:#FFF;
	border-style:solid;
	height:160px;
}
.bodymain_center {
	text-align:left;
	background:#FFF;
	padding:0 10px 10px;
}
.bodymain {
	min-height:420px;
}

/* FOOTER STYLES */
.footer {
	clear:both;
	line-height:22px;
	margin:6px;
}
.footer_left {
	float:left;
	text-align:left;
	display:none;
}
.footer_right {
	float:right;
	text-align:right;
	display:none;
}
.footer_center {
	text-align:center;
	font-size:11px;
}

.footer_center ul, .footer_center li {
	margin:0;
	padding:0;
	list-style:none;
}
.footer_center li {
	display:inline;
	margin:0 28px;
}
.footer_center a {
	text-decoration:none;
	color:#555;
}
.footer_center a:hover {
	text-decoration:underline;
}


.afterfooter {
	padding-bottom:16px;
	font-size:11px;
}
.afterfooter p {
	margin:10px 0 16px;
}