/* CSS Document */

html { 
  padding:0px;
  margin:0px; 
}

body {
  min-width: 700px;
  position: relative;
  font-size: 90%;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  padding:10px;
  margin:0px;
}
#home {
	margin:0 auto;
	width:800px;
	text-align: left;
}
 .copyright {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

/* Start the xhtml tag deffinitions*/
p, ol, ul, li, td, th, dd, dl, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
	line-height: 120%;
	letter-spacing: 105%;
}

td, th, dd, dl, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 120%;
	letter-spacing: 105%;
}
blockquote {
	margin-left: 15px;
}
cite {
	font-size: 105%;
	font-style: italic;
}
em {
	font-style: italic;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #CC3300;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #660066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-style: normal;
	line-height: 150%;

}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #CC3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	letter-spacing: 1px;
	line-height: 150%;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color: #660066;
}
strong {
	font-weight: bold;
}
.img {
	border: 1px dotted #CCCCCC;
	padding: 7px;
	margin: 7px;
}

/* Link Deffinitions */

a {
	text-decoration: underline;
}
a:link {
	color: #CC3300;
}
a:visited {
	color: #999900;
}
a:hover {
	color: #BA3838;
}
a:active {
	color: #CF6601;
}

.accent_sage {
	font-weight: bold;
	color: #7F8000;
	font-size: 100%;
	line-height: 150%;
}
.accent_orange {
	font-weight: bold;
	color: #CC3300;
	font-size: 100%;
	line-height: 150%;
}
.accent_eggplant {
	font-weight: bold;
	color: #660066;
	font-size: 90%;
	line-height: 150%;
}
 .menu {
	font-size: 85%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}
 .disclaimer {
	font-size: 85%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D8CCC;
}
