* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: white;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #404040;
	background-image: URL(images/s.gif);
}

/* Avoids Firefox sites jumping as scrollbar appears on long pages and disappears on short pages */
BODY { overflow: -moz-scrollbars-vertical; }

DIV#container {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	text-align: left;
}

DIV#header {
	width: 775px;
	height: 148px;
	background-color: #009966;
}

DIV#nav {
	background-color: #009966;
	border: 1px solid silver;
	width: 754px;
	padding-left:19px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	margin-top: 1px;
	margin-bottom: 1px;
}

DIV#pageblock {
	padding-top: 10px;
	padding-left:23px;
	padding-right: 23px;
	border: 1px solid silver;
	margin-bottom: 2em;
	background-color: white;
}

DIV#pagepic {
	width: 182px;
	padding-left: 15px;
	float: right;
}

DIV#pagecopy {
	width: 528px;
	
}

DIV#breaker {
	clear: both;
}

DIV#footer {
	padding-left:23px;
	margin-bottom: 2em;
	background-color: white;
}

DIV#nav A {
	color: white;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 1.2em;
}

DIV.deadline {
	border: 1px solid #009966;
	background-color: #e3e3e3;
	padding: 8px;
	padding-top: 0;
	margin-bottom: 2em;
	margin-top: 2em;
}

H1 {
	margin-bottom: 10px;
	color: #009966;
}
H2 {
	color: #009966;
	font-size: 1.3em;
	margin-top: 1.3em;
}

UL, LI, P, FORM, TABLE {
	margin-bottom: 1em;
}

LI {
	margin-left: 3em;
	list-style-image : url(images/bullet.gif);
}

IMG {
	border: 0;
}
TABLE#w528 {
	width: 528px;
}
TH {
	font-size: 1em;
	color: #009966;
	font-weight: bold;
	text-align: left;
}
TD {
	vertical-align: top;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: #0000ff; 
}
A:hover   { 
	text-decoration: underline ; 
	color: Black;
}

A.subtlelink:link, A.subtlelink:active, A.subtlelink:visited  { 
	text-decoration: none ; 
	color: Black; 
}
A.subtlelink:hover   { 
	text-decoration: underline ; 
	color: #009966;
}

.sidekeydates {
	border: 1px solid #404040;
	background-color: #f5f29d;
	padding: 8px;
}

.reqd {
	color: red;
}
.inbox {
	width: 250px;
	padding: 3px;
	color: #404040;	
}
.inarea {
	font-family: Arial, Helvetica, sans-serif;
}
.formtd {
	width: 170px;
}

#pageself A#navself, #pagesmall A#navsmall, #pagecis A#navcis, #pageeduc A#naveduc, #pageemploy A#navemploy, #pagecont A#navcont {
	text-decoration: underline ;
}

/* Rockmill Credits */
A.rockmill:link, A.rockmill:active, A.rockmill:visited { 
	text-decoration: none ; 
	font-weight: bold; 
	color: Gray; 
}
A.rockmill:hover   { 
	text-decoration: underline ; 
	color: Red;
}
.rockmill   { 
	color: Gray;
}
.footer   { 
	color: Gray;
}

UL UL {
	margin-top: 1em;
	list-style-type : circle;
}
UL UL LI {
	list-style-image : none;
}
