﻿/* CSS layout */
#top_left {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:180px;
}

.TKDTutorLink{ /*Add red to TKDutor Link*/
color: red;
}

.TopicTitle {
	margin: 0px;
	text-align: center;
	font-family: "Copperplate Gothic Bold";
	font-size: x-large;
	color: #2851D4;
}
.TopicTitlePlain {
	border: 1px none #C0C0C0;
	background-color: #F2F2F2;
	text-align: center;
	font-family: "Copperplate Gothic Bold";
	font-size: x-large;
	color: #2851D4;
}
.SubTopicHeader {
	font-family: "Copperplate Gothic Bold";
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #2851D4;
	text-align: center;
	background-color: #FFFFFF;
	bottom: 5px;
}
.ItemHeader {
	font-family: "Copperplate Gothic Bold";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #2851D4;
	text-align: center;
	bottom: 5px;
}
.TextHeader1b {
	border: 1px solid #C0C0C0;
	font-family: "Copperplate Gothic Bold";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	text-align: left;
	background-color: #F2F2F2;
}
.TextHeader2 {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}
.TextHeader3 {
	text-decoration: underline;
}
.TopicFooter {
	border: 1px solid #C0C0C0;
	text-align: center;
	background-color: #F2F2F2;
}

.Text {
	font-family: Verdana;
	font-size: small;
	text-align: left;
	color: #000000;
}
.TextBold {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}
.TextCentered {
	text-align: center;
}
.NavBarBasic {
	border: 1px solid #C0C0C0;
	font-family: "Copperplate Gothic Bold";
	font-size: small;
	color: #000000;
	top: 3px;
	bottom: 3px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-top: 1px;
}
a:link {
	color: #0000FF;
	text-decoration:underline;
}
a:visited {
	color: #0068FF;
	text-decoration:underline;
}
a:active {
	color:red;
}
a:hover {
	color:red;
}
.TextHeader1a {
	font-family: "Copperplate Gothic Bold";
	color: #2851D4;
	font-size: medium;
}
body {
	font-size: small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
ul {
	text-align:left
}
.TopicSubTitle {
	margin: 0px;
	border-width: 0px;
	text-align: center;
	font-family: "Copperplate Gothic Bold";
	font-size: medium;
	color: #2851D4;
}

