/* Global Styles */

body {
	background-repeat: no-repeat;
	background-image: url(background.jpg);
	margin-top: 10px;
	margin-left: 10px;
	background-color: #544A6C;
	}
	
a {
	text-decoration:none;
	font-weight:normal;
	color: #60009F;
	font-size: 13px;
	}
#textbox {
	margin: 5px;
}

	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:13px arial;
	color: #FFFF99;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}
#footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9px;
	color: #CCCCCC;
	position: relative;
	top: 150px;
}


/* Class Styles */

.logo {
	font:25px times new roman;
	color: #FFFF99;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #FFFF99;
	line-height:18px;
	}
	
.bodyText {
	font:15px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:25px georgia;
	color: #64566F;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #64566F;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}

	
.navText {
	font:14px arial;
	color: #333300;
	letter-spacing:0.1em;
	}
.subtext {
	font-size: 13px;
	color: #333300;
	font-weight: bold;
}

