/* External Style Sheet */
/* Created By Chris Bourke */

body {
  margin-left: 1em;
  margin-top: 2em;
  margin-bottom: 4em;
  width: 700px;
  /*text-align: justify;*/
  background-color: rgb(255,255,255);
  color: black;
  font-weight: normal;
  font-size: 12pt;
  font-family: Sans-Serif, Serif, Arial, verdana;
}

a {
  background-color: rgb(255,255,255);
  text-decoration: none;
  font-weight: normal;
  font-family: Sans-Serif, Serif, Arial;
  font-style: normal;
  color: rgb(0,0,225);
}
		
a:hover {
  text-decoration: underline;
  color: rgb(100,100,255);
}

img
{
  border: none;
}

h1
{
	margin-left: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-weight: normal;
	font-size: 20pt;
	text-align: left;
	font-family: Sans-Serif, Serif, Arial;
}

/* IE *still* does not respect the width property in body
   elements.  How many *years* has it been? */
div.ieBodyWidthWorkaround {
  width: 700px;
  position: relative;
}

h2.sectionTitle
{
	background-color: rgb(225,225,225);
	margin-left: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: normal;
	padding: 0.25em;
	color: black;
	border-bottom: 1px solid rgb(0,0,0);
	border-left: 1px solid rgb(0,0,0);
	font-size: 14pt;
	text-align: left;
	font-family: Sans-Serif, Serif, Arial;
}

h3
{
  font-weight: bold;
  margin-left: 2em;
  padding: 0.25em;
  font-size: 14pt;
  text-align: left;
}

h3.subsectionTitle
{
  font-weight: normal;
  margin-left: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
  text-decoration: underline;
  font-size: 12pt;
}

h4
{
  font-weight: normal;
  margin-left: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
  text-decoration: underline;
  font-size: 12pt;
}

div.section
{
  margin-left: 3em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: justify;
}

div.subsection
{
  margin-left: 2em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: justify;
}

p
{
  margin-left: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
}

ul
{
  list-style-image: url(images/bullet.gif);
  /*list-style-position: inside;*/
  margin-left: .5em;
  margin-top: .5em;
  margin-bottom: .5em;
}

ul ul
{
  margin-left: -1em;
  text-align: justify;
  font-family: Sans-Serif, Serif, Arial
}

.texttt /* LaTeX style name, <tt> style html*/
{
  font-family: 'lucida console', courier;
}

/*
  anchor elements of a framelink class will have the following hover attribute
  other anchor elements of different classes will not have a hover attribute
*/

a.externalLink {
	background-color: rgb(255,255,255);
	text-decoration: none;
	font-weight: normal;
	font-family: Sans-Serif, Serif, Arial;
	font-style: normal;
	color: rgb(0,0,225);
	padding-right: 20px;
        background:transparent url(images/externalLink.png) center right 
no-repeat;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
}

a.externalLink:hover
{
	background-color: rgb(255,255,255);
	color: rgb(100,100,255);
	text-decoration: underline;
	font-weight: normal;
	font-family: Sans-Serif, Serif, Arial;
	font-style: normal;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
}

a.pdflink {
	background-color: rgb(255,255,255);
	text-decoration: none;
	font-weight: normal;
	font-family: Sans-Serif, Serif, Arial;
	font-style: normal;
	color: rgb(0,0,225);
	padding-right: 25px;
        background:transparent url(images/pdf_icon01.jpg) top right no-repeat;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
}

a.pdflink:hover
{
	background-color: rgb(255,255,255);
	color: rgb(100,100,255);
	text-decoration: underline;
	font-weight: normal;
	font-family: Sans-Serif, Serif, Arial;
	font-style: normal;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
}

a.callink {
	background-color: rgb(255,255,255);
	text-decoration: none;
	font-weight: normal;
	font-family: Sans-Serif, Serif, Arial;
	font-style: normal;
	color: rgb(0,0,225);
	padding-right: 25px;
        background:transparent url(images/calendar_icon.jpg) top right no-repeat;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
}

a.callink:hover
{
	background-color: rgb(255,255,255);
	color: rgb(100,100,255);
	text-decoration: underline;
	font-weight: normal;
	font-family: Sans-Serif, Serif, Arial;
	font-style: normal;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
}
