html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url("../images/MenuBottom.png");
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}

a {
    text-decoration: none;
    color: #8E0D1A;
}

a:hover {
    text-decoration: underline;
    color: #D40139;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}

th {
	font-weight: bold;
	background: #ccc;
}

td {
	background: #eee;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #111111;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #ddd;
}
  
h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
	margin: 25px 0px 0px 0px;
	border-bottom: 1px dashed #ddd;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111111;
	text-decoration: none;
	margin: 25px 0px 0px 0px;
	border-bottom: 1px dashed #ddd;
}	

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	list-style-type: square;
}

ul.plain {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}

li {
	list-style-type: inherit;
}

dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;		
}

dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dd {
	padding-bottom: 10px;
}

#header {
	width: 100%;
	height: 132px;
	clear: both;
	text-align: right;
	align: right;
	color: #8E0D1A;
	background: url("../images/TopBG.png");
}

#headerleft {
	float: left;
	width: 390px;
	height: 132px;
	background: url("../images/TLC.png");
}

#headerright {
	float: right;
	position: absolute;
	right: 0px;
}

div.headertextbig {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	margin: 0px 20px 10px 20px;
}

div.headertextsmall {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	margin:15px 20px 10px 20px;
}

#footer {
	clear: both;
	text-align: right;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 10px;
	color: #8E0D1A;
	margin: 10px 30px 0px 30px;
}

#leftContent {
	float:left;
	width:20%;
	height: 374px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url("../images/MenuBG.png");
}

#rightContent {
	float: left;
	width: 70%;
	padding-top: 0px;
	padding-left: 40px;
}

#rightContent p {
    margin-left:0px;
}

div.columnHeader {
    color: #fff;
    background-color:#8E0D1A;
    border-bottom: 1px solid #71634C;
    padding: 2px;
    padding-left: 3px;
    display: block;
    font: 13px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}
		
div.buttons a {
    color: #fff;
    background-color: #8E0D1A;
    padding: 2px;
    padding-left: 3px;
    display: block;
    border-right: 10px solid #D40139;
    border-bottom: 1px solid #71634C;
    font: 13px Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    margin-top: 5px;
}

div.buttons a:hover {
    border-right: 10px solid #71634C;
    text-decoration: underline;
    color: #FF9;
}
