/* COLOR PALETTE (dark to light):

Purple: 5e1b71  834395  bc8ec9  e9d8ee
Gold  : e39a12  e7b24e  ecc782  f5e7ce
Gray  : 665e68  978f9a  c6bfc8  edebed

Dark Purple Text : 300e3a

*/

/**Start Reset*********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**End Reset*********************************/

/**** Globals ****/

body {
	color:#222;
	background:#fff;	
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	/* font-family:Verdana, Geneva, sans-serif;*/ 
	font-size:90%;
	padding:20px;
}

a { color:#834395; text-decoration:underline; }
a:hover {color: #300e3a }
.lite { color:#978f9a }

.png {
	behavior: url(/includes/iepngfix.htc);
}

/**** common h tags ****/

h1 {
	font-size:11px;
	font-weight:bold;
	color: #999;
	margin: 0 0 7px 0;
	text-indent:0;
	letter-spacing:3px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color: #300e3a;
	margin: 0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

p {
	line-height:19px;
	margin:0 0 15px 0;
	padding: 20px 20px;
}


/**** clears and spacers *****/
.dottedRule { height:0px; border-bottom:1px dotted #ccc;}
.clear0 {clear:both; height:0px; overflow:hidden;}
.clear5 {clear:both; height:5px; overflow:hidden;}
.clear10 {clear:both; height:10px; overflow:hidden;}
.clear15 {clear:both; height:15px; overflow:hidden;}
.clear20 {clear:both; height:20px; overflow:hidden;}
.clear100 {clear:both; height:100px; overflow:hidden;}

