/***** CLEAR DEFAULT BROWSER STYLES **************************************/
* {
  margin: 0px;
  border: 0px;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
	font-size: 80%;
	font-family: Verdana;
	line-height: 17px;
	margin: 0px;
}


/***** LINK STYLES *******************************************/

#headerMenu a,#sideContentBox a,#menuContent a {
	font-size: 11px;
	color: #5D2E5D;
	text-decoration: none;
	color: 336666;
	color: #006666;
	color: #006633;
}
#headerMenu a:hover,#sideContentBox a:hover,#menuContent a:hover {
	font-size: 11px;
	color: #421A42;
	text-decoration: underline;
}

.linkWhite a {
	color: #fff;
	text-decoration: none;
}

.linkWhite a:hover {
	text-decoration: underline;
	color: #fff;
}
.linkWhite a:visited {
	text-decoration: underline;
	color: #fff;
}

a {
	font-size: 1em;
	text-decoration: underline;
	color: #21AB24;
	font-weight:bolder
}
/*
a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #663300;
}
*/
a:hover {
	font-size: 1em;
	text-decoration: underline;
	color: #663300;
}

/***** END LINK STYLES ***************************************/


/***** COMMON ELEMENT STYLES *****************************************/

h1 {
	font-weight: normal;
	font-size: 28px;
	color: #6D3B6D;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: "Eras Medium ITC";
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #4A3508;
	letter-spacing: 3px;
	font-weight: bold;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #993300;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 100%;
	/* background: url(../images/barLtGray.gif) bottom repeat-x; */
	background: url(../images/barLtGray2.gif) bottom left no-repeat;
	padding-bottom: 5px;
	line-height: 20px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #460D46;
	margin-bottom: 5px;
}

h4 a {
	font-size: 1em;
	font-weight: bold;
	color: #460D46;
	margin-bottom: 5px;
	text-decoration: underline;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	color: #993300;

}

h2,h3,h4 {
	font-family: arial;
}

hr  {
	width:auto;
	line-height: normal;
	color: #336666;
}


p {
	margin-bottom: 15px;
	line-height: 17px;
}
b, strong {
	font-weight: bold;
}
ul,ol {
	margin-left: 20px;
	margin-top: -8px;
	margin-bottom: 15px;
}
ul li {
	list-style-image: url(../images/dotOrange.gif);
	padding: 3px;
}
i, em {
	font-style: italic;
}

u {
	text-decoration: underline;;
}

/***** END COMMON ELEMENT STYLES *************************************/
