
body {
	background-image: url(../images/background_4.jpg);	
}


/* Main table holding everything */
table.MainTable {
	text-align: center;
	width: 900px;
}


/* Cells holding the navigation buttons */
td.LightGrayButtonCell {
	background-image: url(../images/lightgray_button_off.gif);
	height: 50px; 
	width: 150px;
}

td.GrayButtonCell {
	background-image: url(../images/gray_button_off.gif);
	height: 50px; 
	width: 150px;
}

/* Navigation Menu Links */
a:link.NavMenu {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.0px;
}

a:visited.NavMenu {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.0px;
}

a:hover.NavMenu {
	color: #aa0000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.0px;
}

a:active.NavMenu {
	color: #aa0000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.0px;
}

/* Contents Widgets */
a:link.ContentsWidget {
	color: #000044;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

a:visited.ContentsWidget {
	color: #000044;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

a:hover.ContentsWidget {
	color: #000044;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

a:active.ContentsWidget {
	color: #000044;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}


/* Formatting for the title of the thesis at the top of the page */
h1.Title {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2.0px;
}



/* Formatting for the main text */
h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-family: Arial;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

p {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin: 0px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}

p.Indent {
	text-indent: 20px;
}


td {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

ul {
	margin-left: 40px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

li {
	padding-bottom: 5px;
}


/* In Text Links */
a:link {
	color: #0000ff;
	font-family: Arial;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
	font-family: Arial;
	text-decoration: none;

}

a:hover {
	color: #7777ff;
	font-family: Arial;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	font-family: Arial;
	text-decoration: none;
}

