@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../Graphics/BPBG.jpg);
	background-attachment: fixed;
	}
h1{
	font: bold 17px "Tekton Pro";
	}	
#BackGround{
	background-image:url(../Graphics/BG.jpg);
	position:absolute;
	top:150px;
	width:900px;
	left:50%;
	margin-left:-450px;
	z-index:1;
	}

#Content{
	float:right;
	width:726px;
	z-index:3;
	top:0px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	}
#ContentTop{
	float:right;
	width:726px;
	}
#ContentInfo{
	background-image:url(../Graphics/contentMiddle.png);
	padding-left:15px;
	padding-right:15px;
	float:right;
	width:696px;
	text-align: justify;
	font-size: 16px;
	}
#ContentBottom{
	float:right;
	width:726px;
	}
	
#TopRound{
	background-image:url(../Graphics/TopRound.png);
	position:absolute;
	top:0px;
	height:100px;
	width:900px;	
	left:50%;
	margin-left:-450px;
	}
	
#eblah{
	color:#000;
	font-size:10px;
	float:left;
	text-align:center;
	}
#eblah a:link {
	color:#000;
	text-decoration:none;
}
#eblah a:visited {
	color: #000;
	text-decoration:none;
}
#eblah a:hover {
	color:#CCC;
	text-decoration:underline;
}
#eblah a:active {
	color:#000;
	text-decoration:none;
}
#Title{
	position:absolute;
	top:0px;
	height:110px;
	width:900px;	
	left:50%;
	margin-left:-450px;
	padding-top:10px;
	}

#InfoBar{
	background-color:#530f15;
	position:absolute;
	top:120px;
	height:30px;
	width:900px;	
	left:50%;
	margin-left:-450px;
	}

#SubLinkBar{
	background-image:url(../Graphics/SubLinkMenu.gif);
	float:right;
	width:370px;
	height:28px;
	text-align:center;
	padding-top:6px;
	font: bold 17px "Tekton Pro";
	}
#SubLinkBar a:link {
	color: white;
	text-decoration:none;
}
#SubLinkBar a:visited {
	color: white;
	text-decoration:none;
}
#SubLinkBar a:hover {
	text-decoration:underline;
	color:#F7F7F7;
}
#SubLinkBar a:active {
	color: white;
	text-decoration:none;
}

	
#LinksBar{
	float:left;
	background-color:#ffd79b;
	top:0px;
	width:154px;	
	z-index:2;
	}
	

/*BUTTON TEMPLATE*/
a.blankCubeNolink{
	width:154px;
	display: block;
	float: left;
	font:12px "Tekton Pro";
	text-align:center;
	color:#000;
	}
a.blankCube{
	width:154px;
	display: block;
	float: left;
	font:12px "Tekton Pro";
	text-align:center;
	color:#000;
	}
a:link.blankCube, a:visited.blankCube, a:hover.blankCube, a:active.blankCube{
	color:#000;
	text-decoration:none;
}

a:hover.blankCube{
	color:#666;
	text-decoration: underline;	
}
	
	
a.buttons{
	background: transparent url(../Graphics/Buttons/BlankButton.gif) no-repeat top left;
	height:38px;
	width:154px;
	display: block;
	padding-top:8px;
	float: left;
	font: bold 25px "Tekton Pro";
	text-align:center;

}

a:link.buttons, a:visited.buttons, a:hover.buttons, a:active.buttons{
	color: white;
	text-decoration:none;
}

a:hover.buttons{
	color:#F4F4F4;
	text-decoration: underline;	
}

a:link.text, a:visited.text, a:hover.text, a:active.text{
	color: black;
	text-decoration:none;
}

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

.whiteText {
	color: #FFF;
}
.nrmlBold {
	font-weight: bold;
}

.nrmlUnder{
	text-decoration:underline;
}
.txtTitle {
	font-weight: bold;
	font-size:20px;
	text-align: center;
}
.nrmlboldUnder {
	font-weight: bold;
	text-decoration:underline;
}

.BigBold {
	font-size:30px;
	font-weight: bold;
}

.CBoldLrg {
	font-size:18px;
	color:#900;
	font-weight: bold;
}
.REDBoldBIG {
	font-size:22px;
	color:#900;
	font-weight: bold;
}
.GreyBoldBig {
	font-size:35px;
	color:#999;
	font-weight: bold;
}
.GreyNorm {
	color:#666;
}
.BlueNorm {
	color:#5E2F00;
	font-size:22px;
	font-weight:bold;
}
