@charset "UTF-8";
/* CSS Document */


.bodycopy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	color: #aaaaaa;
}
.bodycopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7f7f7f;
}
.bodycopy3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	color: #aaaaaa;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c5c327;
}

div#container {
position: relative;
margin-left:auto;
margin-right:auto;
background: none;
width: 744px;
}

div#content {
position: relative;
margin-left:auto;
margin-right:auto;
background: none;
width: 744px;
}

div#leftnav {
position: relative;
background: none;
width: 251px;
}

div#rightcolumn {
position: absolute;
background: none;
width: 493px;
left: 252px;
top: 0px;
}

div#footer {
position: relative;
margin-left:auto;
margin-right:auto;
background: none;
width: 744px;
}

a:link {color:#ef4c5e;}      /* unvisited link */
a:visited {color:#e3e3e3;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */
