﻿/*------------CSS layout ---------------------*/

#Container
{
	width: 800px; 
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF; 
}

#Header
{
	position: relative;
	width: 800px;
	height: 50px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF; 
}

#MainTextAreaStandard1
{
	position: relative;
	width: 800px;
	height: 300px;
	z-index: 1;
	left: 0px;
	background-color: #FFFFFF; 
}

#MainTextAreaStandard
{
	position: relative;
	width: 800px;
	z-index: 1;
	left: 0px;
	background-color: #FFFFFF; 
}

#MainTextAreaLong
{
	position: relative;
	width: 800px;
	height: 400px;
	z-index: 1;
	left: 0px;
	background-color: #FFFFFF; 
}

#MainTextAreaText
{
	position: relative;
	width: 600px;
	z-index: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	background-color: #FFFFFF; 
}

#MainTextAreaTextLeft
{
	width: 250px;
	float: left;
}

#MainTextAreaTextRight
{
	width: 250px;
	float: right;
}

#Footer
{
	position: relative;
	width: 800px;
	height: 75px;
	z-index: 1;
	left: 0px;
	background-color: #FFFFFF; 
}


/*------------CSS Styles---------------------*/

body
{ 
text-align: center;
font-family: Verdana, Arial;  
color: #000000
}

h1           
{ 
font-family: Verdana, Arial; 
color: #000000; 
font-weight: bold 
}

h2
{
font-family: Verdana, Arial; 
color: #000000; 
font-weight: bold; 
}  

h3
{
font-family: Verdana, Arial; 
color: #000000; 
font-weight: bold 
} 

p
{ 
font-family: Verdana, Arial;  
color: #000000 
}

td
{ 
font-family: Verdana, Arial;  
color: #000000 
}

ul
{ 
font-family: Verdana, Arial;
margin-left: 0px;
padding-left: 0px;
padding-top: 5px;
color: #000000 
}

li
{ 
font-family: Verdana, Arial;
margin-left: 23px;
padding-right: 5px;
padding-bottom: 0.6em;
color: #000000 
}

A
{ 
font-family: Verdana, Arial;
} 

A:visited	
{
font-family: Verdana, Arial;
}