/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Greg Stout
email:     greg.stout@ektron.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Site Colors
-----------------------------------------------------------------------------*/

/* CSS Document */

/* --- Centering fluid 
	div#wrapper-liquid
	{
	margin-left: 10%;
	margin-right: 10%;
	}
-----------------------------------------------------------------------------*/

/* --- Centering fixed  

body
{
text-align: center;
}

div#wrapper
{
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
}
-----------------------------------------------------------------------------*/

/* --- Zeroing script  
-----------------------------------------------------------------------------*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/* Put it back on certain elements
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/
body { 
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #fff;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 
fieldset {
  border: 1px solid transparent;
}
-----------------------------------------------------------------------------*/


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/



/* condirtionals
<!--[if IE 5]>
<p>This message is only displayed in IE5.</p>
<![endif]-->

<!--[if !IE 5]>
<p>This message is only displayed in browsers other than IE5.</p>
<![endif]-->

<!--[if lt IE 7]>
<p>This message is only displayed in browsers earlier than IE7.</p>
<![endif]-->

<!--[if gte IE 6]>
<p>This message is only displayed in IE6 and greater.</p>
<![endif]-->

--------------------------------------------------------------------------------*/
