﻿body {
	color: #554422;
	font-family: "Times New Roman", Times, serif;
/*	background-color: #DDDDDD;*/
	background-color: #FFFFFF;
	background-image:url('../gradient.jpg');
	background-repeat:repeat-y;
}

#container {
	margin: 0 auto;
}


/* Styles for Content */
p {
	color: 554422;
	font-size: 1.2em;
}
h1 {
	color: 554422;
	font-size: 2.5em;
	font-weight: bold;
}
h2 {
	color: 554422;
	font-size: 1.75em;
	font-weight: bold;
}
h3 {
	color: 554422;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	color: 554422;
	font-size: 1.25em;
}
h5 {
	color: 554422;
	font-size: 0.75em;
}
h6 {
	color: 554422;
	font-size: 0.5em;
}

#copyright {
	font-size: 2em;
	font: normal normal bold 100% serif;
	color: 554422;
	text-align: center;
}


/* Styles for Links */
a {
	color: #000000;
	text-decoration:underline;
	font-style:italic;
}
a:hover {
	color: #3000FF;
	text-decoration: underline;
	font-weight:bold 
/*	font-style: italic; */
}
	

#full_page_content {
	width: 680px;
	margin-left: 10px;
}


/* Turn off all the 'default' styles so we can set them */
* {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}
.center {
	text-align: center;
}
.indent {
	margin-left: 40px;
}
ul {
	list-style-type: none;
}
.no_wrap {
	white-space: nowrap;
}
