/* CSS Layout */

/* 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;
	/*background-image		: url(../images/bg.jpg);
	background-repeat 		: repeat-x; */
}

h1, h2, 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;
}

img.social {
	border					: none;
}

.clear {
	clear					: both;
}


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



/* Main titles for various pages. */
h1 {
color						: #000;
font-size					: 1.5em;
font-weight					: bold;
margin						: 1em 0 .5em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

.title {
color						: #DC6D1C;
font-size					: 1em;
font-weight					: bold;
margin						: 0px; /*use for top/bottom*/
padding						: 0px; /*use for left/right*/
}

h2 {
font-size					: 1.4em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h3 {
font-size					: 1.3em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h4 {
color						: #DC6D1C;
font-size					: 1em;
font-weight					: bold;
margin						: 0px; /*use for top/bottom*/
padding						: 0px; /*use for left/right*/
}

h5 {
font-size					: 1.2em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h6 {
font-size					: 1.1em;
margin						: 0; /*use for top/bottom*/
padding						: 0; /*use for left/right*/
}

/* Non-title text */

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

}

p.contact {
text-align					: center;
margin						: 25px 0px 0px 200px; 
padding						: 0 0em; 
width						: 250px;

}

li > p {
margin-top					: 0.2em;
}


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

a,a:link,a:visited,a:active	{
	color: #3399CC;
	text-decoration:none;
}

a:hover	{
	text-decoration: underline;
}

a.footer:link {
	color					: #FFF;
	text-decoration			: none;
}

a.footer:visited {
	color					: #FFF;
	text-decoration			: none;
}

a.footer:hover {
	color					: #FFF;
	text-decoration			: underline;
}

