body {
	background-color: #ffffff;
	/*code has been commented out its for background image*/
	/*background-image: url(dc/pattern.jpg put link here to image or tile);*/
	/*end of background image stuff*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; line-height: 24px; color: #000000;
}
h1 {color: #003333; font-size: larger; font-style:italic; line-height: 45pt;
}
h2 {color: #669900; font-size: large; /* ~24px */ font-weight:800; margin:0 0 .83em; /* margin-bottom: ~20px */ line-height: 40px;
}

h3 {color: #669900; font-size:medium; /* ~24px */ font-weight:800; margin:0 0 .83em; /* margin-bottom: ~20px */ line-height: 40px;
}
h4 {color: #669900; font-size: small; /* ~24px */ font-weight:800; margin:0 0 .83em; /* margin-bottom: ~20px */ line-height: 40px;
}
h5 {color: #669900; font-size: x-small; /* ~24px */ font-weight:800; margin:0 0 .83em; /* margin-bottom: ~20px */ line-height: 40px;
}
h6 {color: #669900; font-size: xx-small; /* ~24px */ font-weight:800; margin:0 0 .83em; /* margin-bottom: ~20px */ line-height: 40px;
}
p {color: #000000}
td, th { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; line-height: 24px; color: #000000;}
a { color: #3366CC; text-decoration: none; }
form { background-color: #ffffff; }
.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: larger;
	line-height: 30px;
  	background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.box1 {
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: Times New Roman, Times, serif;
	color: #000033;
}

.titlebar {
	font-family: Times New Roman, Times, serif;
	font-size: xx-small;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
	/*cursor: hand;*/
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
/*this is where the css menu starts */
#menu{
  list-style-type:none;
  padding: 0;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: x-small;
}

#menu li{
  display: inline;
  margin: 0;
  padding: 0;
  /*behavior: url('http://ellieart.com/js/IEScript.js');*/	/* IE :hover psuedo-class simulator. */ 
}

#menu ul{
  position: absolute;
  top: 1.2em;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
}
#menu li:hover ul{
  display: block;  
}

#menu ul li{
  display: inline;
  margin: 0;
  padding: 0;  
}

/*horizontal line set up*/
hr {/*color: #000099;*/
	/*style: solid;*/
	/*size: 1;*/
	width: 80%;
	/*padding: 2cm;*/
	/*color: #000000;*/
	text-align: center; 
}
/*this coolh controls the font for the header title eg ellie art*/
.coolh { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: larger; line-height: 65pt; left:auto;}

/**This controls the font stuff for the trade mark symbol**/
.cooltm { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: xx-small; }
