/* CSS Document */
body {
	color:#999;
	text-align: Left;
	font: 80% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #DCDCDC;
}
	   
#wrapper {
	text-align: left;
	width: 650px;
	margin: 0 auto;
	background: #FFF;
	border: #009900 1px solid;
	border-top-color: #009900;
}
#header{
	height: 170px;
	background: #ffffff;
	text-align: left;
	background-image: url(Dan%20Web2.jpg);
	vertical-align: middle;
	color: #009900;
	background-repeat: no-repeat;
	background-position: 440px;
	background-color: #EAEAEA;
}

#left {
	float:left;
	width: 80px;
	padding: 10px;
	background-color: #EAEAEA;
}

#right {
	float:right;
	width: 475px;
	border-top-color: #009900;
	color: #333333;
	padding: 10px;
	border-bottom-color: #009900;
	border-left-color: #009900;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#menuphone {
	font-size: 120%;
	color: #009933;
	line-height: 1.4em;
	font-weight: bold;
	padding-top: 0.1em;
}
#footer{
	clear:both;
	height:80px;
	text-align: center;
	background-color: #EAEAEA;
}
#footer p {
margin-top: 10px;
font-size: 90%;
color:#EAEAEA;
}

p {
font-size: 90%; 
color: #333300;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
	font-size: 100%;
	color: #333333;
	line-height:1.2em;
}
#right ul {
	list-style-type: disc;
	line-height: 1.2em;
	margin-left: 15px;
}
#right li {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 130%;
	border-bottom: 1px solid;
	margin-bottom: 2px;
	border-bottom-color: #00CC00;
}
h2 {font-size: 100%; color: #333333;
margin: 0px;
}
h3{
font-size: 85%; 
margin: 12px 5px; 
color: #333333;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {
	color:#0000FF;
	text-decoration:underline;
}
a:visited {color:#999999;}
a:active {color:#00FFFF;}
a:hover {color:#CC66FF; text-decoration:none}
/* Header style */
.BigHeaderTxt {
	font-size: 200%;
	color: #006600;
	font-weight: bold;
	margin-bottom: -10px;
}
.SmallHeaderTxtCopy {
	font-size: 180%;
	color: #FF9900;
	font-weight: bold;
	background-color: #FFFF99;
}
/* Menu Styles */
#list-menu {
width: 80px;
font-family: verdana, arial, sanf-serif;
font-size: 85%;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#list-menu a {
	display: block;
	width:168px;
	padding: 2px 2px 2px 10px;
	border: 1px ;
	background: #dcdcdc;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #009900;
}
#list-menu a:hover {
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #FF9966;
}

