@charset "utf-8";


a:link  {
	color: #FFFFFF;
	border: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: "Century Gothic";
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	list-style-type: none;
	font-family: "Century Gothic";
	font-weight: normal;
}

a:active {
	color:#CCCCCC;
	text-decoration: none;
	list-style-type: none;
}

a:visited  {
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic";
}



body  {
	margin: 0 auto;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: serif;
	font-size: 1em;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	height: 700px;
	margin-top: 5px;
} 
.twoColFixRtHdr #header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(pageelements/renroseheader.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 502px;
	height: 151px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0 auto; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left: -9999px;
}

.pagetitle {
	margin-top: 89.5px;
	margin-left: 10px;
	color: #FFFFFF;
	font-family: "Century Gothic";
}

.pagetitle a:link{
	color: #FFFFFF;
	font-family: "Century Gothic";

}
.pagetitle a:hover{

}
.twoColFixRtHdr #teamlink  {
	text-align: right;
	margin-top: -40px;
	margin-right: 12px;

}

.teamlink a:active {
	color: #FFFFFF;

}
.teamlink a:hover {
	text-decoration: underline;
	color: #FFffff;

}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 268px;
	height: 605px;
	background-image: url(pageelements/sidebar1.jpg);
	vertical-align: top;
	background-repeat: no-repeat;
	background-color: #DEDEDE;
}
.twoColFixRtHdr #mainContent {
	width: 502px;
	background-color: #05060A;
	height: 700px;

} 
.twoColFixRtHdr #maincontentspace {
	margin-top: 0px;

}
.maincontenttext {
	color: #B6B6B6;
	width: 355px;
    margin-left: 62px;
	padding-top: 7px;
	letter-spacing: 0.05em;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: Verdana, Arial;

}
.twoColFixRtHdr #footer {
	width: 500px;
	height: auto;
	float: left;
	font-size: 0.68em;
	font-family: Arial, Helvetica, sans-serif, "Book Antiqua", Calibri, Cambria, Castellar, Candara, "Century Gothic";
	color: #484848;
	margin-left: 0px;
} 
.twoColFixRtHdr #footer p {

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
