/* CSS Layout */

@import "layout.css";
@import "nav.css";
@import "safari_lte_3.css";
@import "css/safari.css";

/* Start of Global page settings. Should get over-ridden later on*/

html	{
	/*background: #73ADD7 url(images/gradient.gif) repeat-x;*/
}

body {
	font-family				: Arial, Verdana, Helvetica, sans-serif;
  	text-align				: center;
	font-size				: 76.1%;
	color					: #000;
	margin					: 0px;
	padding					: 0px; 
	background-color		: #fff;
}

h1, h3, h4, h5, h6, p{
	margin					: 1em 0;
	padding					: 0;
}

li {
	margin-left				: 1em;
}

li.contact  {
	color					: #FFF;
	font-size				: .9em;
	padding					: 6px 0px 0px 0px;
}

img.graphic {
 	display					: block;
	border					: none;
}

.clear {
	clear					: both;
}

/* Non-title text */

p {
	margin					: 1em 0; /*use for top/bottom*/
	padding					: 0 0em; /*use for left/right*/
}



/********* LINK STYLES *********/

a	{
	color					: #000;
	text-decoration			: none;
}

a:link {
	color					: #000;
	text-decoration			: none;
}

a:visited {
	color					: #000;
	text-decoration			: none;
}

a:hover {
	color					: #000;
	text-decoration			: underline;
}

a:active {
	color					: #000;
	text-decoration			: none;
}


