/* Beginning tag modifying CSS */
a {
	color: #3399FF;
}
a:hover {
	color: #FFCC00;
}
a:visited {
	color: #993300;
}
body {
	background-color: #000000;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background1.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
}
.t2 {
	background-image: url(images/t2.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 6px;
}
.t3 {
	background-image: url(images/t3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 6px;
	width: 6px;
}
.t7 {
	background-image: url(images/t6.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 6px;
}
.t8 {
	background-image: url(images/t7.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 6px;
}
.t9 {
	background-image: url(images/t8.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.t4 {
	background-image: url(images/t4.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.t5_content {
	background-image: url(images/content-background.png);
	background-position: center center;
	padding: 15px;
}
ul {
	margin-top: 0px;
}

.t_header {
	background-image: url(images/content-background.png);
}

.t6 {
	background-image: url(images/t5.png);
	background-repeat: repeat-y;
	background-position: left center;
	width: 6px;
}




.t1 {
	background-image: url(images/t1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 6px;
	width: 6px;
}

li {
	color: #336699;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
/* End tag modifying CSS */


/* Beginning Class modifying CSS */

/* End Class modifying CSS */


/* Beginning Id modifying CSS */
/* CSS regarding IDs are for single instances ie class="generic" id="unique" */

/* End Id modifying CSS */
.content_table {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

