/* For styles overrides specific to a custom implementation. */
.mainLinks:hover {
    color:#F58428;
}
.ButtonText {
    color:#7B4A0A;
}
.UserName {
    color:#7B4A0A;
}
#mainPage-userName {
    color:#7B4A0A;
}
.footerlink:hover {
    color:#F58428;
}
.SubmitButtonText {
    color:#7B4A0A;
}
.BoxtextError {
    color:#F58428;
}
DIV.ArticleText B {
    color:#7B4A0A;
}

/* The following styles are specific to the evisor registration page design */
#reg-outerTable {
	width: 777px;
}

#reg-sidebar {
	float: right; width: 180px;
}

#reg-mainForm {
	float: left; 
	width: 592px;
}

