@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
	background-image: url(images/topline.png);
	background-repeat: repeat-x;
	background-position: 0px 125px;
	background-attachment: scroll;
}
p {
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 16pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 2px;
}
h1 {
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 10pt;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16pt;
}
h2 {
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	line-height: 16pt;
}
.twoColFixLtHdr #container {
	width: 750px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: 125px;
	margin-bottom: 0;
	margin-left: 125px;
	background-image: url(images/sideline.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
} 
.twoColFixLtHdr #header {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
	height: 115px;
	background-image: url(images/blydelogo.png);
	background-position: 6px 38px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin: 0px;
} 
.fmdcopyright {
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9px;
	color: #666666;
	line-height: normal;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 175px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: auto;
	margin: 0px;
	left: 125px;
	top: 125px;
	position: absolute;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 410px;
	clear: none;
} 
.twoColFixLtHdr #footer {
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/sideline.png);
	background-repeat: repeat-y;
	background-position: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9pt;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 16pt;
}
a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 16pt;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9pt;
	color: #CCCCCC;
	line-height: 16pt;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
}
a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9pt;
	color: #CC0033;
	line-height: 16pt;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
}
.inlinetext:link {
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: lowercase;
	line-height: 16px;
}
.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;
}
.blydelogo {
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: .25px;
}
.blydelogogrey {
	font-family: "Century Gothic", Futura, Verdana, Helvetica;
	font-size: 20px;
	color: #CCCCCC;
	letter-spacing: .25px;
}
