/* Structural */
body
	{
	background-color: #ffffff; 
	margin: 0px; 
	padding: 0px; 
	} 

.wrapper
	{
	background-color: #ffffff; 
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	}

.logo
	{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 332px; 
	height: 90px;
	text-align: left;
	}

.topright
	{
	position: absolute; 
	top: 0px; 
	left: 333px; 
	width: 468px; 
	height: 90px;
	text-align: right;
	}

.wsky
	{
	position: absolute; 
	top: 91px; 
	left: 0px; 
	width: 160px; 
	height: 600px;
	text-align: left;
	}

.sky
	{
	position: absolute; 
	top: 131px; 
	left: 681px; 
	width: 120px; 
	height: 600px;
	text-align: right;
	}

.nav
	{
	position: absolute; 
	top: 91px; 
	left: 161px; 
	width: 640px; 
	height: 40px;
	}

.content
	{
	position: absolute; 
	top: 131px; 
	left: 161px; 
	width: 510px;
	padding-left: 5px;
	padding-right: 5px; 
	text-align: left;
	}

/* Text Elements */

h1	{
	color : #000000; 
	font-family: "Trebuchet MS", Verdana, arial, sans-serif; 
	font-weight : normal; 
	font-size : 14pt; 
	margin-top:35px; 
	margin-bottom:10px; 
	text-decoration : underline; 
	text-align: center 
	}


h2	{ 
	color : #000000; 
	font-family: Verdana, Arial, sans-serif;  
	font-weight : Normal; 
	font-size : 10pt; 
	text-decoration : none; 
	line-height: 150%; 
	text-align: left; 
	}

h3 { color : #000000; font-family: "Times New Roman", Times, serif, sans-serif; font-weight : normal; font-size : 18pt; margin-top:5px; margin-bottom:0; text-decoration: none; text-align: center }

p 	{ 
	color : #000000; 
	font-family:  Verdana, Arial, sans-serif; 
	font-size : 10pt; 
	line-height: 150%; 
	text-align: justify;
	}

.box 	{ 
	color : #000000; 
	font-family:  Verdana, Arial, sans-serif; 
	font-size : 10pt; 
	line-height: 135%; 
	text-align: left;
	}

.it 	{ 
	color : #000000; 
	font-family:  Verdana, Arial, sans-serif; 
	font-size : 16pt; 
	line-height: 150%; 
	text-align: left;
	}


/* Links */

a img {border: none; } 

a	{
	font-family:  Verdana, Arial, sans-serif; 
	font-size : 12pt; 
	}
	
a.navlink:link {color: black; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt;  text-decoration :none; }
a.navlink:visited {color: black; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt; text-decoration :none; }
a.navlink:hover {color: white; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt;  text-decoration :none; background-color: black}
a.navlink:active {color: black; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt;  text-decoration :none; }

a.inlinelink:link {color: blue;  text-decoration :none; }
a.inlinelink:visited {color: blue;  text-decoration :none; }
a.inlinelink:hover {color: #990000; text-decoration :underline; }
a.inlinelink:active {color: blue; text-decoration :none; }
