/*body layout*/
*
		{
		margin: 0;
		padding: 0;
		}
body
		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 13px;
		color: rgb(90,90,90);
		background:#002626 url(../images/page_bg.png) top left repeat-x;
		height: 100%;
		min-height: 100%;
		}
#pagewrap
		{
		position: relative; 
		margin: 5px auto;
		width: 95%;
		background-color:rgb(255,255,255);
		}
#headimage
		{
		position: absolute;
		top: 0;
		left: 0;
		height: 200px;
		background:url(../images/logo.png) top left no-repeat;
		width: 100%;
		}
#headimage h2		
		{
		position: absolute;
		margin-top: 50px;
		margin-left: 60%;
		font-style: italic;
		color: rgb(102,102,102);
		float: right;
		font-size: 1.2em;
		}
#content_wrap
		{
		overflow: hidden;
		}
#maincontent
		{
		margin: 190px 200px -2000px 0;
		padding: 20px 20px 2010px 10px;
		min-height: 500px;
		}
#fullcontent
		{
		clear: both;
		margin: 190px 0 -2000px 0;
		padding: 0 0 2010px 0;
		min-height: 500px;
		}
#rightcontent
		{
		float: right;
		width:200px;
		margin: 190px 0 -2000px 0;
		border-left: 3px double silver;
		padding: 20px 0 2010px 10px;
		min-height: 500px;
		}
#subheader
		{
		top: 180px;
		position: absolute;
		padding: 4px 0 2px 0;
		border: 1px solid rgb(240,240,240);
		border-bottom: 1px solid silver;
		background:rgb(255,230,128);
		text-align: center;
		width: 100%;
		height: 18px;
		margin: 0 0 0 0;
		font-weight: 600;
		}
#subheader a
		{
		margin: 0 -4px 0 -1px;
		padding: 4px 20px;
		border-top: 1px solid silver;
		border-left: 1px solid silver;
		border-right: 1px solid silver;
		font-weight: 600;
		}
#subheader a:link:hover,
#subheader a:visited:hover,
#subheader a:active
		{
		padding: 4px 20px;
		background-color: white;
		color: rgb(215,30,30);
		text-decoration: none;
		border: 1px solid #002626;
		border-bottom: none;
		}
.rightblocka 
		{
		padding: 7px 0 10px 0;
		}
.rightblockb
		{
		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 8px 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: 1px solid silver;
		background:rgb(255,230,128);
		text-align: right;
		font-size: .8em;
		line-height: 1.5em;
		padding: 20px 10px 0 0;
		color: rgb(0,0,153);
		height: 40px;
		}
#certs
		{
		padding-bottom: 10px;
		text-align: center;
		}
#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;
		}
.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: 65px 25px 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;
		}		