/*body layout*/
*
		{
		margin: 0;
		padding: 0;
		}
body
		{
		margin: 5px 0 0 0;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: rgb(90,90,90);
		background-color:rgb(180,180,180);
		height: 100%;
		min-height: 100%;
		}
#shadow
		{
		position: relative; 
		margin: 0 auto;
		width: 80%;
		padding: 0 5px 0 0;
		background-color:rgb(132,132,132);
		}
#pagewrap
		{
		position: relative; 
		left: -4px; 
		top: -7px;
		margin: 30px auto;
		width: 100%;
		background-color:rgb(255,255,255);
		border: 1px solid rgb(0,0,153);
		background-image:url(../images/tfg_page_bg.png);
		background-repeat:no-repeat;
		background-position: center center;
		}
#maincontent
		{
		margin: 120px 200px 0 0;
		border-right: 1px solid silver;
		min-height: 500px;
		padding: 15px 15px;
		}
#fullcontent
		{
		clear: both;
		margin: 120px 0 0 0;
		}
#rightcontent
		{
		float: right;
		width:200px;
		margin: 120px 0 0 0;
		border-left: 1px solid silver;
		}
#headimage
		{
		position: absolute;
		top: 0;
		left: 15px;
		padding: 3px 0 10px 10px;
		background-image:url(../images/logo.png);
		background-repeat:no-repeat;
		background-position:top left;
		height:  80px;
		width: 100%;
		}
#subheader
		{
		top: 95px;
		position: absolute;
		padding: 4px 0 2px 0;
		border-bottom: 1px solid rgb(0,0,153);
		border-top: 1px solid rgb(0,0,153);
		background:rgb(220,220,220);
		text-align: center;
		width: 100%;
		height: 15px;
		margin: 0 0 0 0;
		font-weight: 600;
		}
.rightblocka 
		{
		padding: 7px 0 10px 0;
		}
	.rightblocka:hover
			{
			background:rgb(230,230,230);
			}
.rightblockb
		{
		border-top: 1px solid rgb(200,200,200);
		padding: 10px 0 10px 0;
		}
.rightblockb img,
.rightblocka img
		{
		border: 3px double rgb(200,200,200);
		display: block;
		margin: 10px 10px;
		}
.caption
		{
		color: #999;
		font-size: .8em;
		font-style: italic;
		padding: 0 0 0 10px;
		margin: -8px 0 0 0;
		}
.emailaddy
		{
		color: #666;
		font-size: .8em;
		margin: -1px 0 0 0;
		}
.bullhead
		{
		list-style-type: none;
		padding: 0 10px 0 10px;
		}
		
.bullhead li
		{
		background: url(../images/bullet1.png) top left no-repeat;
		padding: 0 0 10px 20px;
		}
#profiles
		{
		padding: 10px 10px;
		}
.profile
		{
		padding: 5px 5px;
		border: 1px dashed #ccc;
		margin-bottom: 10px;
		}
	.profile img
			{
			float: left;
			vertical-align: bottom;
			padding: 0 5px 5px 0;
			}
	.profile h3
			{
			font-size: .9em;
			font-weight: 900;
			text-decoration: underline;
			}
	.profile p
			{
			margin: -3px 0 0 0;
			}
#footer
		{
		clear: both;
		border-top: 1px solid rgb(0,0,153);
		background:rgb(220,220,220);
		text-align: right;
		font-size: 9px;
		font-weight: bold;
		padding-right: 10px;
		color: rgb(0,0,153);
		}
#certs
		{
		margin: -16px 0 0 0;
		padding-bottom: 10px;
		text-align: center;
		background:rgb(220,220,220);
		}
#certs a,
#certs a:link,
#certs a:link:hover,
#certs a:visited:hover
		{
		background: none;
		}
#certs img
		{
		border: none;
		width: 82px;
		margin: 0 5px;
		height: 12px;
		}
.cleaner 
		{
		width: 100%;
		clear: both;
		height: 1px;
		font-size: 1px;
		overflow: hidden;
		}
.date
		{
		float: left;
		margin-left: 5px;
		}
.sitename
		{
		font-family: arial;
		font-style: italic;
		font-weight: bold;
		color: rgb(0,0,153);
		}
#rightcontent p
		{
		padding: 0 10px 0 10px;
		}
#subheader a
		{
		margin: 0 0 0 -1px;
		padding: 5px 20px;
		border-left: 1px solid rgb(0,0,153);
		border-right: 1px solid rgb(0,0,153);
		font-weight: 600;
		}
#subheader a:link:hover,
#subheader a:visited:hover,
#subheader a:active
		{
		padding: 4px 20px;
		background-color: rgb(250,250,250);
		color: rgb(215,30,30);
		text-decoration: none;
		border-left: 1px solid rgb(0,0,153);
		border-right: 1px solid rgb(0,0,153);
		border-bottom: none;
		}
.snippet
		{
		background-color: rgb(120,120,120);
    	border: 3px double rgb(60,60,60);
		color: rgb(255,255,204);
		padding: 10px 10px;
		margin: 0 15px 0 15px;
		font-family: courier, serif;
		font-size: 13px;
		}
.snippet ul
		{
		list-style-type: decimal;
		margin: 0 0 0 2.5em;
		}
.i2
		{
		text-indent: 2em;
		}
.i3
		{
		text-indent: 4em;
		}
.i4
		{
		text-indent: 6em;
		}
.i5
		{
		text-indent: 8em;
		}

/*html element layout*/
a		
		{
		color: rgb(0,0,153);
		}
a:link,
a:visited 
		{
		color: rgb(0,0,153);
		text-decoration: none;
		}
a:link:hover,
a:visited:hover,
a:active
		{
		color: rgb(215,30,30);
		text-decoration: none;
		border-bottom: 1px dotted rgb(0,0,153);
		}
p
		{
		padding: 8px 10px 5px 10px;
		}
p a
		{
		border: none;
		padding-left: 0;
		background: none;
		}
p a:link:hover
		{
		background: none;
		}
p a:visited:hover
		{
		background: none;
		}
h3, h4, h5, h6
		{
		color: rgb(80,80,80);
		}
h1		
		{
		color: rgb(150,150,150);
		font-size: 18px;
		float: right;
		}
h2		
		{
		padding: 60px 45px 0 0;
		font-style: italic;
		text-align: center;
		color: rgb(180,180,180);
		float: right;
		font-size: 14px;
		}
h3		
		{
		padding: 5px 0 0 10px;
		font-size: 14px;
		}
h4		
		{
		padding: 5px 0 0 10px;
		font-size: 12px;
		}
h5		
		{
		padding: 0 0 10px 10px;
		font-size: 11px;
		}
h6		
		{
		display: inline;
		font-family: courier, monospace, serif;
		padding: 5px 0 0 15px;
		font-size: 12px;
		font-style: italic;
		font-weight: 500;
		color: rgb(180,180,180);
		}
sup		
		{
		font-size: .75em;
		}
table	
		{
		padding: 5px;
		margin: 5px;
		}
td
		{
		padding: 3px 0;
		}
td ul
		{
		padding: 0 0 0 15px;
		}		
td li
		{
		padding: 0 0 2px 5px;
		}		
