/* CSS Document */

* {
	margin: 0 0 0 0;
}

/* Body Style */
body {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	background-color: #aaa9af;
	margin: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}

/* Table Style */
table {
	width: 90%; 
	height: 90%; 
	background-color: #aaa9af; 
	border: 0;
	text-align: center;
}

.howard {
	background-color: #aaa9af;
}

/* Link & image Styles */
a {font-weight: bold; color: #330b67; background: transparent;}
a:visited {font-weight: normal; color: #330b67; }
a:active {font-weight: bold; color: #3b2c50; }
a:hover {
	font-weight: bold; color: #3b2c50; 
	background-color: #9966CC; 
}

/* Definitions Styles */
dl {
	font-style: normal;
}
dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
dd {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-style: normal;
}

/* Division Style */
div {
	font-style: normal;
	line-height: normal;
}

/* Font */
font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #330b67;
}

/* Footnote Number Style */
sup {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: bolder;
	font-style: italic;
}

/* Heading Styles */
h1 {
	font: 30px Geneva, Arial, Helvetica, sans-serif;
	color: #380d71;
	text-align: center;
	background: transparent;
}
h2 {
	font: 28px Geneva, Arial, Helvetica, sans-serif;
	color: #380d71;
	text-align: center;
	background: transparent;
}
h3 {
	font: bold 20px/normal "Trebuchet MS", Verdana, sans-serif;
	color: #380d71;
	font-weight: bold;
	text-align: left;
	margin-left: 36px;
	background: transparent;
	line-height: 1.5em;
}
h4 {
	font: 14px/normal "Trebuchet MS", Verdana, sans-serif;
	color: #380d71;
	text-align: left;
	background: transparent;
}
h5 {
	font: 14px/normal "Trebuchet MS", Verdana, sans-serif;
	color: #380d71;
	text-align: center;
	background: transparent;
}
/* Image Style */
img {
	border-color: #330b67;
	border-width: 0px;
	background: transparent;
}

/* Line Style */
hr {
	color: #330b67;
} 

/* List Styles */
li {
	list-style-type: decimal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin-left: 10px;
	background: transparent;
	list-style-position: outside;
}
ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin-left: 25px;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 2em;
	margin-left: 10px;
	margin-right: 20px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}

/* Paragraph Styling */
p {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color: #330b67;	
	background: transparent;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.5em;
	text-align: justify;
}

/* Text Styles */
/* Big */
big {
	font: oblique bolder 18px Geneva, Arial, Helvetica, sans-serif;
	color: #380d71;
}

/* Break */
br {
}

/* Emphasis */
em {
	font-style: italic;
	color: #45265a;
	font-weight: bold;
}

/* Quotation */
q {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

/* Small */
small {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #330b67;
}

/* Strong */
strong {
	font: bold normal 16px Geneva, Arial, Helvetica, sans-serif;
	color: #380d71;
}


/* Class Definitions */
/* Alignments */
.centeralign {
	text-align: center;
}
.leftalign {
	text-align: left;
}
/* Bold */
.bold {
	font-weight: bold; 
	color: #145e0a; 
}
.bold2 {
	font-weight: bold; 
}
/* Bold weight */
.chgweight {
	font-weight: bold;
}

/* color */
.chgcolor { 
	color: #933506;
	font-weight: bold; 
}
.coffee { 
	color: #73452e; 
	font-weight: bold;
}

.newcolor { 
	color: #f8d058; 
	font-weight: bold;
}

.divisionline {
	color: #330b67;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	text-align: left;
	height: 10px;
	background: transparent;
}

/* First letter of paragraph */
.first {
	font-weight: bold; 
	color: #47345e; 
	font-size: 16px;
	font-style: normal;
}

/* Italic */
.italictext {
	font-style: italic;
}

/* Line Height */
.lineheight {
	line-height: 1.5em;
}

/* Table Style */
.table {
	background-color: #f6f9d7;
	border: 2px solid #411f6e;
	color: #330b67;
	margin-top: 1em;
	margin-right:  10em;
	margin-bottom: 1em;
	margin-left: 10em;
	background-image: url(../../../backgrounds/tile3.gif);
	background-repeat: repeat;
}

/* ID Definitions */
/* Alignments */
#leftalign {
	text-align: left;
}
#centeralign {
	text-align: center;
}

/* Background New */
#newbackground {
	background-color: #d370f4;
	margin: 0em 1em 0em 1em;
	padding-bottom: 0.5em;
}

/* Content */
#content {
	margin: 20px 20px 20px 20px;
	padding-bottom: 5px;
}

/* Footnotes */
#footnotes {
	margin: 1em 4em 1em 4em;
	font-size: 12px;
	background-color:#a57ac6;
	line-height: 1.5em;
	text-align: left;
}

/* Heading (title) at top of page */
#header {
	margin: 0.5em 0 0 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
}
#heading {
	font-size: 2.5em;
	font-weight: bold;
	background-color: #a57ac3;
	margin: 0em 1em 0em 1em;
	padding-bottom: 0.5em;
}

/* Indentation */
#indent {
	margin: 2em 2em 2em 2em;
}

/* Navigation buttons */
#navigation {
	font-size: 100px;
	color:#a57ac0;
	width:100%;
	height:100%;
	text-align: center; 
	background-repeat: no-repeat;
} 

/* Text size */
#small {
	font-size: 14px;
}

#copyright {
    font-family: Helvetica, sans-serif, Arial Black;
	font-size: .75em;
	text-align: center;
}

