/* css 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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */:focus {outline: 0;} body {line-height: 1; color: black; background: white;} ol, ul {list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: separate; border-spacing: 0;} caption, th, td {text-align: left; font-weight: normal;}blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";}
/* css reset */

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	background-color: #fff;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(images/bckgrnd.gif) repeat-x 0 0;
	margin: 0px;
	padding: 0px;
    color: #0b0b0b;

}

a, a:visited {
	border-bottom-color: #c6c6c6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
}
a:hover {
	border-bottom-color: #5c5c5c;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }
img { border:none; }
p { margin: 8px; line-height: 18px; }
.clearboth { clear: both; }
.fleft { float: left; }
.fright { float: right; }
.tright { text-align: right; }
.dull {color: #5b5b5b;}

#masthead {
	height: 200px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#masthead a, #masthead a:hover {
	border: none;
}
#navigate {
	margin: 0;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #633C95;
	border-bottom: 1px solid #eee;
}

#navigate ul {
	list-style-type: none;
	list-style: none;
	margin: 0px;
}
#navigate li {
	display: inline;
	list-style-type: none;
}
#navigate a {
	border-width: 0px;
	font-size: 16px;
	padding: 3px 6px;
	margin: 0 10px;
	text-decoration: none;
}
#navigate a:hover {
	color: #633C95;
	border-bottom: 3px solid #b3b3b3;
	background-color: transparent;
}
#navigate li#currentpage a {
	border-bottom: 3px solid #633C95
}

#main {
	text-align: justify;
	width: 790px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 14px;
}

#main ul {
	margin: 15px 0;
}
#main ul li {
	margin: 15px;
	border-bottom: 1px solid #eee
}

#footer {
	border-top: 1px solid #CCC;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

h1 {
	letter-spacing: 1px;
	font-size: 18px;
	padding: 0px;
	border-bottom: 1px solid #633C95;
	color: #633C95;
	margin: 15px 0;
}
h2 {
	clear: both;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 0px;
	border-bottom: 1px solid #633C95;
	color: #633C95;
	margin: 15px 0;
}
.imgLeft {
	float: left;
	padding: 8px 8px 8px 0;
}
.imgRight {
	float: right;
	padding: 8px 0 8px 8px;
}
.feature {
	background-color: #f9f9f9;
	padding: 5px;
	border: 1px solid #512B80;
	margin: 10px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.highlight {
	font-weight: bold;
	color: #FF0000;
}
.promo {
	margin: 5px;
	border: 1px solid #edd8ff;
	background: #f1ecff;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 12px;
}

.promo p {
	line-height: 1.3em;
	text-align: center;
	margin: 6px 0;
}