@charset "ISO-8859-1";
/* Author: David Hanas, ©SpikerDesign, Inc. 2008 */

/* Body & any other global attributes for the site */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	}
	
	
/* DIV box attributes */

.boldText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	font-weight: bold;
	}

.lgText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	}

.titleText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 21px;
	color:#666666;
	}
	
#logoBox {
	position: absolute;
	left: 698px;
	float: inherit;
	top: 126px;
	height: 116;
	z-index: 10;
	}

#titleBox {
	height: 25px;
	width: 400px;
	position: absolute;
	float: inherit;
	margin:0px;
	padding:0px;
	left:111px;
	top:55px;
	z-index: 9;

	}

#headerBox {
	width:100%;
	height: 182px;
	float: left;
	padding:0;
	margin:0;
	z-index: 1;

	}

#NoContentBox {
	height: 193px;
	width: 400px;
	position: absolute;
	float:inherit;
	margin:0px;
	padding: 0px;
	left: 111px;
	top: 219px;
	}
	
#NoContentBoxB {
	height: 213px;
	width: 400px;
	position: absolute;
	float:inherit;
	margin:0px;
	padding: 0px;
	left: 111px;
	top: 219px;
	}
	
#NoContentBoxC {
	height: 213px;
	width: 400px;
	position: absolute;
	float:inherit;
	margin:0px;
	padding: 0px;
	left:111px;
	top:485px;
	}
	
#downloadBoxA {
	height: 25px;
	width: 400px;
	position: absolute;
	float: inherit;
	margin:0px;
	padding:0px;
	left:111px;
	top:397px;
	}
	
#downloadBoxB {
	height: 25px;
	width: 400px;
	position: absolute;
	float: inherit;
	margin:0px;
	padding:0px;
	left:111px;
	top:435px;
	}
	
#downloadBoxC {
	height: 25px;
	width: 400px;
	position: absolute;
	float: inherit;
	margin:0px;
	padding:0px;
	left:111px;
	top:417px;
	}
	
#padTop {
	padding-top: 15px;
	}

#crBox {
	position:absolute;
	width:261px;
	height:30px;
	z-index:11;
	left: 111px;
	top: 495px;
	}

/* LINK attributes for site */

a:link, a:active, a:visited {
	color:#233C77;
	text-decoration: underline;
	}
	
a:hover {
	color:#0A9DB2;
	text-decoration: underline;
	}

a.download:link, a.download:active, a.download:visited {
	color: #0A9DB2;
	text-decoration: none;
	}
	
a.download:hover {
	color:#0A9DB2;
	text-decoration: underline;
	}

a.NoUnderline:link, a.NoUnderline:active, a.NoUnderline:visited {
	text-decoration: none;
	}

a.NoUnderline:hover {
	text-decoration: underline;
	}

