
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; } 

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size: 13px; font-family: 'Trebuchet MS', Arial, sans-serif, Helvetica, Verdana; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* Image Header Text */
#logo h1 { display: none; }

/* global elements
 * ------------------------------------------------------------------------- */
body { background-color: #FFFFFF; margin: 0px ; padding: 0px; text-align: left; font-family: font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; line-height: 18px; }
table { font-size: 13px; }
a { color: #580425; text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { letter-spacing: -1px; padding: 10px 0px 0px 0px; font-weight: bold; font-size: 15px; }

.success { color: green; }
.error { color: red; }

.leftNav
{
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.leftNavTitle
{
	color: #E9D189;
	font-size: 16px;
	font-weight: bold;
}

.leftNavLine
{
	color: #E9D189;
	background-color: #E9D189;
	width: 50px;
	height: 1px;
	border: 0px;
}

.pageHeader
{
	margin-left:-0.5em;
	font-size: 2.5em;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#9C726E;
}

.borderedTable
{
	border-collapse:collapse;
}

.borderedTable td
{
	border-width:1px;
	border-color:black;
	border-style:solid;
	padding:10px;
}
