html
{
	height:100%;
}

body
{
	background:#000000 url(../images/tigerBg.jpg) repeat;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
}


#container
{
	width:960px;
	margin:0 auto;
	background:#FFFFFF;
	height:100%;
}

#leftCol
{
	width:720px;
	background:#fff;
	float:left;
}

#rightCol
{
	width:240px;
	height:100%;
	background:#000;
	float:right;
}

#content
{
	margin:15px;
	padding:15px;
}

#content.cert
{
	margin:15px;
	padding:5px;
}
	

h1
{
	border-bottom:1px solid #CCCCCC;
	line-height:0.75em;
}

h1.apply
{
	border-bottom:1px solid #CCCCCC;
	line-height:0.75em;
	margin-left:263px;
}

p
{
	color:#333333;
	font-size:0.8em;
	line-height:1.2em;
}

p.jaf
{
	color:#666666;
	font-size:0.7em;
	line-height:1.2em;
}

p.jaf a
{
	color:#666666;
}

#content img
{
	float:left;
	border:none;
	margin-top:-12px;
}

#content img.cert
{
	float:left;
	border:none;
	margin-top:-80px;
}


img a, img, a img, a
{
	border:none;
}

#video
{
	height:320px;
	width:720px;
	background:#333;
}

a
{
	color:#CC6600;
}

a:hover
{
	color:#CC3300;
}

#nav ul, #nav ul a 
{
	color:#FFFFFF;
	text-decoration:none;
	line-height:1em;
}

#nav ul a:hover
{
	color:#FFCC66;
}

#nav ul
{
	list-style:none;
	line-height:1em;
}

#nav ul li
{
	padding:10px 0 10px 0;
	border-bottom:solid 1px #666;
	line-height:1em;
	 
}


pullquote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:1.2em;
	color:#CC6633;
}