BODY {
scrollbar-base-color:#F0E0C6;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000043;
}
.normal A:link {
	color: #000043;
}
.normal A:visited {
	color: #336699;
}
.normal A:hover {color: red; text-decoration: underline;}
.normal A:visited:hover {color: red; text-decoration: underline;}

.leftborder {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.rightborder {

	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer A:link {
	color: #333333;
	text-decoration: none;
}
.footer A:visited {
	color: #999999;
	text-decoration: none;
}
.footer A:hover {color: red; text-decoration: underline;}
.footer A:visited:hover {color: red; text-decoration: underline;}


.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000043;
	border: 1px solid #E0BF92;
	padding-left: 2px;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000043;
	font-weight: bold;
	border-top: 1px solid #F5EBDE;
	border-left: 1px solid #F5EBDE;
	border-bottom: 1px solid #7C6A51;
	border-right: 1px solid #7C6A51;
	background-color: #E0BF92;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000043;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000043;
}
.alert {
	font-weight: bold;
	color: #CC0000;
}.rightFloat {
	float: right;
}
#container{
	position:relative;
	width:760px;
	margin:0px auto;
}
#zyte_avatar_contents{
	position:absolute;
	left:600px;
	top:145px;
	z-index:100;
}
