@charset "UTF-8";
/* CSS Document */

/* 

	CSS Base Styles and Browser Style Resets	 v 1.5.5
		10/2008
	
	Designed by Alex Stillwagon
	www-holygrafx-com
	
	Notes: 
	--------	
	Clears all browser styles to provide a base starting point. 
	
	
*/

/* =BASE
---------------------------------------------------------------*/

/* Normalizes margin, padding, border, type color and size */
* {
margin: 0;
border: 0;
padding: 0;
}
/* Normalizes all text elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a {
color:#333;
font: normal 100% Arial, Helvetica, sans-serif;
}

/* Removes bullets from lists */
ol, ul {
list-style: none;
}

/* Removes borders and spacing from tables */
table {
border-collapse: collapse;
border-spacing: 0;
border: none;
}

/* Left aligns text in caption and th */
caption, th {
text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
content: '';
}

acronym  {
border-bottom: 1px dotted;
cursor: help;
}

.clear {
clear: both;
}

.hidden {
display: none;
}

/* Drop in IMG styles*/
.leftimage {
float: left;
margin: 0 .5em 0 0;
}

.rightimage {
float: right;
margin: 0em .5em .5em 1em;
}

/*=BASE NAVIGATION
---------------------------------------------------------------*/
a:link, a:visited, a:hover, a:focus,a:active {
text-decoration: none;
Outline: none;
}

/* Hides text for image replacement */
.hide_text {
text-indent: -1000em;
}
