
/* Page Elements */
body, div, span, p, ol, ul, li, dt, dd, td, th, textarea {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 10pt;
}

body {
	margin: 15px 10% 15px 10%;
	padding: 0;
	background: url(/graphcc/bgtilePURPLE.gif);
}

img { border: 0; }

p {
	margin: 0 0 0.75em 0;
	padding: 0;
	/*line-height: 1.25em;*/
}

p.nospace {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

br.spacer {
	line-height: 0.5em;
}

/* Links */
a:link { color: #663399; }
a:visited { color: #663399 }	
a:hover { color: red }

a.menu:link {
	color: #663399;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	color: #663399;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

/* used in footer */
a.ftr:link { color: white; font-size: 8pt }
a.ftr:visited { color: white; font-size: 8pt }
a.ftr:hover { color: red; font-size: 8pt }

a.red:link { color: #cc0000; }
a.red:visited { color: #cc0000 }	
a.red:hover { color: #663399 }

/* used in OCR Module only */
a.white:link { color: white; }
a.white:visited { color: white }	
a.white:hover { color: red }

/* for NN4
input, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: black;
}*/

/*input[type="button"], input[type="submit"] {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 10pt;
	color: black;
}

input[type="text"], textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: black;
}*/

/* Tables */
table {
	margin: 0 auto; /* centers tables in in Netscape 7 & Mac IE 5 */
	text-align: left;
}

.branchcolor {
	background-color: #663399;
}

.rulecolor {
	background-color: #663399;
}

.darkcolor {
	background-color: #e6e6fa;
}

.mediumcolor {
	background-color: #e6e6fa;
}

.lightcolor {
	background-color: #f5f5dc;
}

.charcoal {
	background-color: #3a3a3a;
}

.pink {
	background-color: pink;
}

th {
	/*padding: 2px 3px;*/
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	background-color: #663399;
	text-align: center;
}

th.blue {
	/*padding: 2px 3px;*/
	color: #663399;
	background-color: #e6e6fa;
}

th.gray {
	/*padding: 2px 3px;*/
	color: #663399;
	background-color: #dcdcdc;
}

td.label {
	/*padding: 2px 3px 2px 10px;*/
	font-size: 8pt;
	font-weight: bold;
	color: #663399;
	background-color: #e6e6fa;
	text-align: right;
}

td.content {
	/*padding: 2px 10px 2px 3px;*/
	font-size: 9pt;
	background-color: #f5f5dc;
}

td table, td.content table {
	margin: 0;
}

td.ftr {
	/*padding: 3px;*/
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

.branchonmedium {
	color: #663399;
	background-color: #e6e6fa;
}

.bggray {
	background-color: #dcdcdc;
}

.branchtext {
	color: #663399;
}

.red {
	color: red; /* #cc0000 */
}

.darkred {
	color: #cc0000;
}

.purple {
	color: #663399;
}

.black {
	color: #000;
}

.largewhite {
	font-size: 11pt;
	color: #fff;
}

.white {
	color: #fff;
}

.smallwhite {
	font-size: 8pt;
	color: #fff;
}

.default {	/* same as default font size */
	font-size: 10pt;
}

.small {
	font-size: 8pt;
}

.large {
	font-size: 12pt;
}

.legal {
	font-size: 9px;
}

.subtitle {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: black;
}

.branchtitle {
	font-size: 11pt;
	font-weight: bold;
	color: #663399;
}

span.nobold {
	font-size: 8pt;
	font-weight: normal;
}

.error li {
	font-size: 11pt;
	line-height: 1.8em;
}

/* IDs */
#content {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	background: #fff url(/graphcc/dot_clear.gif);
}

#whitearea {
	margin: 0;
	padding: 15px 20px 10px 20px;
	/*border: 1px solid red;*/
	background: #fff url(/graphcc/dot_clear.gif);
	/*IE treats height like other browsers
	treat min-height :(*/
	height: 380px;
	text-align: center;
}

html > body #whitearea {
	/*this rule will set everything right for CSS2 browsers*/
	height: auto;
	min-height: 380px;
}

#schoolname {
	font-size: 13pt;
	font-weight: bold;
	color: #fff;
}

#pagetitle {
	margin: 0 0 0.6em 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #663399;
}

#returnlink {
	margin: 0;
	padding: 10px 0 20px 0;
	/*background: pink url(/graphcc/dot_clear.gif);*/
	text-align: center;
}

#returnlink a {
	font-weight: bold;
}

