﻿@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Triumphant Group Ltd STyle.css              */
/***********************************************/

th {
	color: black;
	font-size: 10pt;
	font-family: "Arial", Helvetica, sans-serif, Trebuchet MS;
}

td {
	color: black;
	font-size: 10pt;
	font-family: "Arial", Helvetica, sans-serif, Trebuchet MS;
}

body {
	color: black;
	font-size: 10pt;
	font-family: "Arial", Helvetica, sans-serif, Trebuchet MS;
}

a{
	color: #da251c;
	text-decoration: none;
}

a:link{
	color: #da251c;
	text-decoration: none;
}

a:hover{
	color: #200d6a;
	text-decoration: underline;
}

#h1{
	font-family: "Arial", Helvetica, sans-serif, Trebuchet MS;
	font-size: 16pt;
	color: #da251c;
	font-weight: bold;
}

#h2{
	font-family: "Arial", Helvetica, sans-serif, Trebuchet MS;
	font-size: 12pt;
	color: #200d6a;
	font-weight: bold;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	height: auto;
	width: 780px;
	clear: both;
	margin: 0 auto;
}
#header {
	height: 156px;
	width: 780px;
	clear: both;
}
#body {
	clear: both;
	float: none;
	height: auto;
	width: 780px;
	background-image: url
	background-repeat: repeat;
}
#footer {
	clear: both;
	height: 95px;
	width: 780px;
	background-color: #d3d3d3;
	padding-top: 15px;
}
#top-stripe {
	clear: both;
	height: 4px;
	width: 780px;
	background-image:
	background-repeat: repeat-x;
}
#grad_header-area {
	clear: both;
	height: 101px;
	width: 780px;
	background-image: 
	background-repeat: repeat-x;
}
#lower_gray {
	clear: both;
	height: 15px;
	width: 780px;
	background-image: url(images/under_grey.jpg);
	background-repeat: repeat-x;
}
#left_body {
	float: left;
	height: auto;
	width: 494px;
	padding-left: 7px;
	padding-right: 5px;
	background-image:
	background-repeat: repeat;
}
#right_body {
	float: right;
	height: auto;
	width: 264px;
	padding-left: 5px;
	padding-right: 5px;
}
#navigation {
	clear: both;
	height: 36px;
	width: 780px;
	background-image:
	background-repeat: repeat-x;
}
/***********************************************/
/* List properties                                 */
/***********************************************/
<style type="text/css">

.wireframemenu{
border: 1px solid #e4e4e4;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font-size: 10pt;
font-family: "Tahoma", Arial, Helvetica, sans-serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a: active{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #dbdfed;
color: #200d6a;
}

</style>