/* CSS Document */
body
{
	background:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
a:focus
{
	outline:none;
}
#content
{
	width:780px;
	background: url(../images/bg.png) repeat-y fixed center;
	margin:0 auto;
}
#pHead
{
	width:780px;
	height:150px;
	background:url(../images/head.png) no-repeat;
}
#menuBar
{
	width:780px;
}
#contBody
{
	margin-top:30px;
}
#leftCol
{
	width:200px;
	margin-top:10px;
	float:left;
}
#rightCol
{
	width:580px;
	margin-top:0px;
	float:right;
}

#clearAll
{
	clear:both;
}
#pagePicHolder
{
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	height:350px;
	text-align:center;	
}
#titleBars
{
	margin:0 auto;
	margin-top:10px;
	height:38px;
	width:550px;
	background:url(../images/titleBarsT.png) no-repeat;
	font-size:14px;
	text-indent:45px;
}
#descBody
{
	font-size:12px;
	margin:0 auto;
	width:550px;
	background:url(../images/titleBarsB.png) no-repeat;
	background-color:#000000;
	padding-bottom:10px;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}
#footer
{
	margin-top:80px;
	height:20px;
	background:url(../images/footer.png) no-repeat center;
}
.footerCont
{
	margin-top:5px;
	font-size:12px;
	text-align:center;
}
.footerCont a:link, .footerCont a:active, .footerCont a:visited
{
	text-decoration:none;
	color:#999999;
}
.footerCont a:hover
{
	color:#FFFFFF;
}
#me
{
	font-size:11px; 
	text-align:right; 
	color:#999999; 
	padding-right:120px;
}
#me a:link, #me a:active, #me a:visited
{
	text-decoration:none;
	color:#999999;
}
#processSteps
{
	background:url(../images/blackTransparentFilm.png) repeat;
	position:relative;
	width:450px; 
	top:10px;
	left:30px;
	height:150px;
	width:500px;
	margin-bottom:10px;
	border:#222222 1px solid;
	padding:10px;
}
#processSteps img
{
	border:1px solid #999999;
}
#processSteps strong
{
	color:#00CCFF;
}
#pageNav
{
	width:inherit;
	text-align:right;
}
#pageNav a:link, #pageNav a:active, #pageNav a:visited
{
	color:#999999;
	text-decoration:none;
	outline:none;
}
#pageNav a:hover
{
	color:#FFFFFF;
}
.termLinks
{
	color:#999999;
	text-decoration:none;
}
.termLinks:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.termOutLinks
{
	color:#FFFFFF;
	text-decoration:none;
}
#definitionArea strong
{
	color:#0099FF;
}
#arrowBulLink
{
	width:300px; 
	height:25px; 
	background:url(../images/arrow.png) no-repeat;
	padding-top:4px;
	text-indent:35px;
	margin-bottom:10px;
	margin-left:100px;
}
#arrowBulLink a:link, #arrowBulLink a:visited, #arrowBulLink a:active
{
	text-decoration:none;
	color:#999999;
}
#arrowBulLink a:hover
{
	color:#FFFFFF;
}

