/* --- this section is for base elements ---*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
}

a:link {
	color: #851417;
	text-decoration: none;
}

a:visited {
  color: #84764c;
  text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
	background-color: #c0ad75;
}

a:active {
	color: #851417;
}

/* --- this section is for classes ---*/

.bold	{
	color: #851417;
	font-weight: bolder;
	font-size: 16px;
	font-variant:small-caps;
}

.ulindent {
	text-align: left;
	text-indent: -14px;
	padding: 0 120px 10px 25px;
	list-style: inside;
}

/*hides the elements for screen viewing i.e. h1 */

.hiddenfromscreen {
	display: inherit;
	padding: 10pt;
}

/* --- this is for the container ---*/

#container {
	width: 752px;
	margin: 10px auto 10px auto;
	padding: 0 0 10px 0;
	border: 1px solid #000000;
	background-color: White;
}

html> body #container {
	width: 750px;
	margin: 10px auto 10px auto;
}

/* --- this is for the header ---*/

#header {
	text-align: left;
}

#logo {
	text-align: right;
	height: 95px;
	width: auto;
	margin: 0;
	padding: 0;
}

#logo img {
	display: none;
}

#clear {
	clear: both;
	margin: 0;
	padding: 0;
	max-height: 0;
}

/* --- this section is for left navigation ---*/

#navigation {
display:none
}



/* --- This is for the content --- */
html>body #content {
	margin: 0;
	padding: 0 20px 0 20px;
	min-height: 330px;
	text-align: left;
}

#content {
	margin: 0;
	padding: 0;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 10pt 0 0 0;
}

#content h2 {
	color: #851417;
	text-align: left;
	font-size: 13pt;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: left;
	margin: 0;
}

#content img {
	margin: 0 75px 15px 30px;
	border: 2px solid #851417;
	float: right;
}

/*#content ul {
	list-style: inside;
	text-align: left;
}*/

#content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

/* --- For The Footer Section --- */
#footer {
	clear: both;
	padding: 25px 0 0 0;
	margin:  25px 0 0 0;
	height: 15px;
 }

#contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	float: left;
	margin: 100px 0 0 22px;
	color: white;
}

html>body #contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	float: left;
	margin: 100px 0 0 42px;
	color: white;
}

#rightfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	float: right;
	margin: 0 25px 0 0;
	color: black;
	height: 15px;
}

#rightfoot a:hover {
	background-color: #c0ad75;
	color: black;
	text-decoration: none
}

/* --- For Extra Divs ---*/
#linklist {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	text-align: left;
}

#linklist ul {
	list-style: none;
	padding: 0;
	margin: 0 150px 0 0;
}

#linklist2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	text-align: left;
}

#linklist2 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}