﻿/*  Color Legend */

/*  Reset */

html, body { margin: auto; padding: 0; border: 0; background: transparent; font-size:12px; max-width: 900px; }

div, span, article, aside, footer, header hgroup, nav, section, h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, table, tr, th, td, tbody, tfoot, thead {

	margin; 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent; 
	}
	
img    { margin:0; padding:0; border:0;  }

table, tr, th, td, tbody, tfoot, thead  }

input, select, textarea, form, fieldset {
	margin: 0; padding:0; border: 0;
	}
	
article, aside, dialog, figure, footer, header, hgroup, nav, section  {
	display:block;  }
	
h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike  {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:100%;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: black;
	}
	
	ol,ul, {list-style: nome;}
	
/* Global */
	
html {    }
body { background-color:#eeeeee; }

/* Headings */

h1, h2, h3, h4, h5, h6  {font-weight: bold; color:#black; }

h1  {font-size: 32px; }
h2	{font-size: 20px; }
h3 	{font-size: 16px; }
h4  {font-size: 14px; }
h5  {font-size: 14px; }
h6  {font-size: 14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img,   {margin: 0;  }

/* Text Elements */

p			{color:#black; font-size: 14px; line-height:150%;  }
p .left		{margin: 1.5em 1.5em 1.5em 0: padding:0 ;}
p .right	{margin: 1.5em 1.5em 1.5em 0: padding:0 ;}

a			{color:#black; }
a:link		{color:#black; }
a:visited	{color:  #0f0; }
a:active	{color:  #000; }
a:focus		{color:  #066; }
a:hover		{color:#97CBFF; }

blockquote	{color:  #000;  font-size:12px;  }

strong		{font-weight:bold; }
em			{font-style: italic; }

/* Images */

/* Lists */

ul			{color:#black;  }
ol			{list-style-type:decimal; color:#white; }

ul li		{color:#black;  font-size:14px;  }
ol li		{color:#black;  font-size:14px;  }

dl			{  }
dt			{  }
dd			{  }


/* Tables */

table		{width:100%;  }

tr			{  }
.odd		{background-color:#eee;  }
.even		{background-color:#fff;  }


th			{font-weight: bold;  }
thead , th	{background:#ccc;  }

tbody		{  }
th, td, caption		{  }
caption		{  }

tfoot		{  }
.tfooter	{background-color:#ccc;  text-align: center; font-style:italic;  }

caption		{background: #efefef;  }

/* Containers */

	#wrapper	{  }	
	
	#body		{  }

	#top		{  }

	#banner		{  }
		
	#subbanner	{  }
	
	#top-center	{  background-color : #D6D6D; width:900px }
	#top-center h1 {text-align:center; color:black; padding: 25;  margin: 10 0 10 0}
	
	#topnav		{ background-color: #D6D6D6; clear:both;  }
	#topnav ul	{ width: 900px; float:left; margin: 10 0 10 0; padding: 20; border-bottom: 3px black solid; }
	#topnav ul li { display:inline; }
	#topnav ul li a  { float:left; padding: 10px 5px; }
	
	#topnav a:link  { color:black; }
	#topnav a:visited  { color:black; }
	#topnav a:active  { color:black; }
	#topnav a:hover  { color:black; background-color: #FCC7D1; }
	#topnav a:focus  { color:black; }

	#content	{ clear: both; background-color :eeeeee; width: 900px }
	#content p  { padding: 10px; margin : 25px 15px 25px 25  }
	#content img  { width: 900px }
	
	#bottom-left	{ clear: both; width: 200px; float:left  }
	#bottom-left img { float:left; width: 150px; height: 173px  }
	
	#bottom-right	{ width: 700px; float:left }
	#bottom-right img { float:right; width: 200px; height: 173px }
	
	#content-wrapper	{  }

	#leftnav	{  }

	#leftside	{  }

	#rightside	{  }

	#footer		{  }

	#box1		{  }

	#box2		{  }

	#box3		{  }

	#box4		{  }

	#box5		{  }

	#box6		{  }

/*  Layout Extra  */

/*  Navigation Extra  */

form  { text-align:left;  margin:20px;  }

label, submit, input, textarea  {
		border:0; padding:0; margin:0; background:none;
		}

label  {
		float: left; width:150px; text-align:right; display:block;  }
		
input, textarea   {
		border:1px #333 solid; margin-left:10px;  }
input  {
		width:280px; margin-bottom:16px;
		}
		
textarea  { width:290px; height:150px; margin-bottom:16px;  
		}
		
select	{  }

.submit  {
		width:90px; 
		height:25px; 
		margin-left:150px; 
		font-size:12px;

		}
		
br		{  clear: left;  }


