.pagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	clear: right;
	font-variant: small-caps;
}

.smallhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	clear: right;
	page-break-after: always;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	clear: right;
	page-break-after: always;
}
	
/* When making a heading for lists */
.listHead {
	text-decoration: underline;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	padding-left: 20px;
//	text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.content ol {
	text-indent: 0px;
	list-style-type: decimal;
	padding-left: 30px;	
}

.content ol li {
	list-style-position: outside;
	text-indent: 0px;
	font-weight: normal;
	padding-left: 0px;
}

.content ul {
	font-weight: bold;
	text-indent: 0px;
	padding-left: 30px;	
}

/* Overall list style */
.content ul li {
	list-style-type: square;
	list-style-position: outside;
	text-indent: 0px;
	font-weight: normal;
	padding-left: 0px;
}

/* Gives a bit of spacing between list items
 * Also indents items when no <ul> or <ol> is used, just plain old <li>
 */
.content li {
	padding-bottom: 3px;
	padding-left: 30px;
	text-indent: 0px;
}

.borderIt{
	border: 1px solid black;
	text-align: left;
}

.content table {
	border: 1px solid #000000;
	border-spacing:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.content table th {
	text-align: center;
	border: 1px solid #000000;
	background-color: #eeeeee;
}

.content table td {
	vertical-align: top;
}

/* For use with the Discussion Points page */
.discussion {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 20px;
	text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.discussion table {
	border: 1px solid #000000;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

.discussion table th {
	text-align: center;
	border: 0px;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
}

.discussion table td {
	border: 0px;
	border-top: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}

/* When you want to pad something a bit more */
.pad {
	padding-left: 25px;
	text-indent: 0px;
}

/* For use in EI GRaduate Training Program, whenever you want to write a nice *and* in a list setting */
.and {
	font-weight: bold;
	font-style: italic;
	padding-left: 25px;
}

/* For use when defining a word */
.define {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	background-color: #efefef;
	padding: 2px;
	width: 98%;
}

/* For use with things like tables in discussion points */
.id {
	width: 70px;
}

/* no borders, etc */
#cleanTable {
	border:0;
	border-spacing:0;
	margin:0;
	padding:0;
}

#cleanTable th {
	border:0;
	border-spacing:0;
	margin:0;
	padding:0;
	background-color:transparent;	
}


/* When writing an address */
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0px;
	padding-left: 50px;
	font-style: italic;
}

/* When citing something */
.cite {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	padding-bottom: 14px;
}