/* PAGE STYLES */

html, body 
{
	height: 100%;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
  	line-height: 20px;
  	color: black;
	margin: 0px;
}


body	
{
	background-image: url("assets/backdrop.gif");
	background-position: top left;
}

/* LAYOUT STYLES*/

div.topbar
{		
	position: absolute; 
	background-color: white;	
	top: 20px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding: 20px;
	}

div.topbartitle
{		
	position: absolute; 
	background-color: transparent;	
	top: 20px;
	left: 0px;
	width: 50%;
	height: 30px;
	padding: 20px;
	}

div.topbarsub
{
	position: absolute; 
	background-color: transparent;	
	top: 23px;
	left: 150px;
	width: 100%;
	height: 30px;
	padding: 20px;
}

div.topbarright
{
	position: absolute; 
	background-color: transparent;	
	top: 40px;
	right: 10px;
	width: 100%;
	height: 30px;
	padding: 20px;
	text-align: right;
}

div.maintext_about
{
	position: absolute;
	background-color: transparent;
	top: 110px;
	left: 20px;
	width: 50%;
	height: 75%;
	padding: 0px;
	text align: left;
	}

div.image
{
	position: absolute;
	background-color: transparent;
	top: 110px;
	left: 20px;
	width: 100%;
	height: 100%;
	padding: 0px;
	text align: left;
	}

div.footer
{
    position: relative;
    background color: white
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
	
	
/* TYPE STYLES */

a	
{
	color: black;
	font-weight:bold;
	text-decoration: none;
	background-color: transparent;
}

a:link	
{
	color: black;
	text-decoration: none;
	background-color: transparent;
} 

a:visited	
{
	color: black;
	text-decoration: none;
	background-color: transparent;
} 

a:active	
{ 
	color: GreenYellow;  
	text-decoration:underline;
	background-color: transparent;
} 

a:hover		
{ 
	color: GreenYellow; 
	text-decoration: underline; 
	background-color: transparent;
}

img	
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

h1
{
	letter-spacing: -1px;
	color: black;
	font-weight: bold 24px "Helvetica";
}


h2
{
	letter-spacing: 0px;
	color: gray;
	font-weight: bold 12px "Helvetica";
}

h3
{
	letter-spacing: 0px;
	color: black;
	font-weight: bold 18px "Helvetica";
	background-color: white;
}

p	
{
	padding:0px 0px 10px 0px;
}

p.back
{
	background-color: white;
}



</style>