body { 
	background: #fcfcf0;
	color: #494b48;
	font-size: 12px;
	line-height: 1.6em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline: none;
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

.dialog-error-text { color: #c00; font-weight: bold;  padding: 0 0 5px 0; }

/************/
/* HEADINGS */
/************/
h2 {
	margin: 12px 0 15px 0;
	color: #333399;
}

h2.lesspad { margin: 0 0 15px 0; }

h2.nopad {
	margin: 0;
}

h3 { color: #333399; }

h4 {
	margin: 0 0 -12px 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #333399;
}

/***********/
/* WRAPPER */
/***********/
#wrapper {
	background: #fcfcf0;
	padding: 10px 20px 20px 20px;
	margin: 0px auto;
	min-height: 800px;
}

/**********/
/* HEADER */
/**********/
#header h1 {
	text-indent: -9999px;
	background: url("/images/logo.png") top left no-repeat;
	height: 67px;
}

#header h1 a { display: block; height: 67px; }

/********/
/* HELP */
/********/

#help a:hover { text-decoration:underline; }

/*********/
/* OTHER */
/*********/

.clear,
.clearboth { clear:both; }

span.underline { text-decoration: underline; }
