@charset "UTF-8";

body {
	font-family: "Lucida Grande", "Lucida Grande CE", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3B413C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#greyedge {
    border: 1px solid #3B413C;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
}

.insetText {
	font-family: "Lucida Grande", "Lucida Grande CE", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3B413C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 15px;
}

.bullets {
	line-height: 20px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(IMAGES/arrow.gif);
	list-style-type: upper-alpha;
}
.bottompanel {
	background-attachment: fixed;
	background-image: url(IMAGES/bottom_panel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.bottomtext {
	font-family: "Lucida Grande", "Lucida Grande CE", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.bottomtext:link {
	color: #ffffff;
	text-decoration: underline;
}

a.bottomtext:hover {
	color: #cccccc;
	text-decoration: underline;
}
a.bottomtext:active {
	color: #cccccc;
}

a.bottomtext:visited {
	font-weight: bold;
	color: #cccccc;
}

.redandbold {
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}

a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #333333;
}
a:visited {
	font-weight: bold;
	color: #333333;
}
.btn {
	-webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #FFFFFF;
	font-size: 16px;
	background: #3b413c;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn:hover {
  background: #3b413c;
  text-decoration: none;
}
.parent {
  position: relative;
}
.mainarea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #c3c3c3;
    padding: 20px;
    border-radius: 10px;
}


