@charset "utf-8";
/* CSS Document */

html, body {
	color:#000000;
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	margin:0;
}

h2 {
	font-size:18px;
	color:#023e76;
}

a {
	color: #af0209;
}

a:visited {
	color: #ab7c02;
}

a:hover {
	color: #af0209;
	text-decoration:none;
}

#frame {
	width: 800px;
	margin: 30px auto;
	background: url(../TSHLC-NEW/images/BG.gif) repeat-y top left;
	padding: 0 5px;
}

#title {
	height:260px;
	background: url(../TSHLC-NEW/images/title.gif) no-repeat top left;
	position: relative;
	background-image:  url(../TSHLC-NEW/images/title.gif);

}

#titleMenu {
	position: absolute;
	top: 32px;
	right: 20px;
	width: 200px;
	height: 12px;
	padding: 9px 0;
	text-align:center;
	color:#FFffff;
	text-transform:uppercase;
	letter-spacing: 0.5px;
	font-family: Tahoma;
	font-size: 10px;
}

#titleMenu a, #titleMenu a:visited {
	color:#FFFFFF;
}

#siteDocs {
	height: 35px;
	background: url(../TSHLC-NEW/images/navBG.gif) no-repeat top left;
	color:#FFffff;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}
	
#content1 {
	background: url(../TSHLC-NEW/images/contentBG.jpg) no-repeat top left;
	padding: 0px;
	text-align:left;
	
	}
#content {
	background: url(../TSHLC-NEW/images/contentBG.jpg) no-repeat top left;
	padding: 50px;
	text-align:left;
}

#sideCol {
	float: right;
	width: 180px;
	text-align:left;
	padding-top: 12px;
	height: 100%;
}

#footer {
	background-color:#000000;
	padding: 5px 20px;
	color:#FFFFFF;
	font-size:11px;	text-align:center;
}

#footer a, #footer a:visited {
	color:#FFFFFF;
}

/* siteDoc menu */

#siteDocs ul {
	margin:0;
	padding:9px;
	color: #FFffff;
}

#siteDocs ul li { 
	display: inline;
	list-style-type: none;
	margin:0;
 }

#siteDocs ul li a {
	padding:8px 12px 7px 12px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}

#siteDocs ul li a:hover {
	padding:8px 12px 7px 12px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	background-color:#000000;
}

/* content formatting */

.BigRed {
	font-size: large;
	color: #ff0000;
}

.BigBlue {
	font-size: large;
	color: #0000ff;
}

.MarkerYellow {
	background-color:yellow;
}

.Red {
	color: #ff0000;
}

.Blue {
	color: #0000ff;
}

.SmallText {
	font-size: 12px;
}

.textbox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.submit, a.submit:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #023e76;
	border: none;
	border: none;
	padding:2px;
}

