a  	{
	font-weight: bold;
	text-decoration: none;
	}
	
a:link 	{ 
		text-decoration: underline;
		color: #ffffff; 
		}

a:hover { text-decoration: underline; }

a:active { color: #00ccff; }

a:visited { color: #ffffff; }

h1  {
	font-weight: normal;
	text-align: left;
	font-size: 14pt;
	}
	
img	{
	border-style: none;
	margin: 0px;
	}
	
img.thumb	{
			border-style: solid;
			border-width: 1;
			margin: 3px;
			}
	
img.left	{
			float: left;
			vertical-align: top;
			margin: 10px;
			border-style: solid;
			border-width: 1px;
			}
		
img.right	{
			float: right;
			vertical-align: top;
			margin: 10px;
			border-style: solid;
			border-width: 1px;
			}

body	{
		text-align: center;
		min-width: 950px;
		margin-top: 0px;
		margin-bottom: 200px;
		color: #ffffff;
		background-color: #000000;
        background-image: url(images/haze_bg_orig.jpg);
        background-repeat: no-repeat;
        background-position: top center;
		}

div#main	{
			margin: 0 auto;
			width: 675px;
			text-align: center;
			border-style: none;
			position: relative;
			display: block;
			}	
			
div#viewer	{
			margin: 0 auto;
			width: 770px;
			text-align: center;
			border-style: none;
			position: relative;
			display: block;
			}	

			
div#foot	{
			margin: 0 auto;
			width: 500;
			text-align: center;
			border-style: none;
			position: relative;
			display: block;
			}
			
ul.sub	{
		font-weight: lighter;
		}

p	{
	display: block;
	text-align: left;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11pt;
	margin: 10px;
	}

p.nav1	{
		text-align: center;
		border: 0px;
		font-family: "Verdana", "Arial", sans-serif;
		font-size: 18pt;
		}

p.copyright	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: x-small;
			text-align: center;
			padding-top: 3px;
            }
            
ul	{
	text-align: left;
	font-size: 11pt;
	}
p.dateheader	{
		color: #bae5dd;
		font-weight: bold;
		font-style: italic;
		text-align: right;
		font-size: 12pt;
	}
td	{
		font-size: 9pt;
		font-family: Verdana, Arial, sans-serif;
	}
table	{
		margin: 10px;
	}
blockquote	{
		text-align: left;
	}
p.blog_title	{
		color: #bae5dd;
		font-weight: bold;
	}