body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003362;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
	color: #C21819;
	text-transform: uppercase;
	margin-top: 0;
}

img { border: 0 }

a, a:visited {
	color: #C21819;
}

#container {
	width: 800px;
}

#main_content_area {
	clear: both;
	width: 800px;
	margin-top: 1px;
	background: url('../images/2010/bottom_white_corner.gif') no-repeat bottom left #003362;
	position: relative;
}

#logo_tgcsa {
	position: absolute;
	bottom: 150px;
	left: 15px;
	width: 117px;
	height: 50px;
	z-index: 100;
}

#logo_match {
	position: absolute;
	bottom: 85px;
	left: 15px;
	width: 117px;
	height: 36px;
	z-index: 100;
}

#logo_tep {
	position: absolute;
	bottom: 20px;
	left: 15px;
	width: 117px;
	height: 36px;
	z-index: 100;
}

#sub_nav_area {
	clear: both;
	float: left;
	width: 267px;
	background: #003362;
}

#main_content {
	float: left;
	background: url('../images/2010/circles_bg.gif') no-repeat top right white;
	padding: 25px 10px 70px 22px;
	width: 501px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	position: relative;
}

#footer {
	border-top: 2px solid #99B1D2;
	border-bottom: 2px solid #99B1D2;
	padding: 10px 0;
	margin: 20px 0;
	font-size: 14px;
	color: #99B1D2;
	width: 501px;
	position: absolute;
	bottom: 0;
	left: 22px;
}

.table_heading {
	background: #003362;
	color: white;
	padding: 5px;
}

.table_data {
	padding: 5px;
	
}

/* -------- Sub navigation styles ---------- */

#sub_nav {
	margin: 0 0 0 0;
}

#sub_nav li {
	background: url('../images/2010/sub_nav_bg.gif') no-repeat bottom left;
	list-style-type: none;
	list-style-position: outside;
	padding: 10px 4px 10px 57px;
}

li.sub_nav_child0 a, li.sub_nav_child0 a:visited {
	font-weight: normal;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

li.sub_nav_child0 a:hover {
	font-weight: normal;
	color: #C21819;
	text-decoration: none;
}

li.sub_nav_child0_active a, li.sub_nav_child0_active a:visited {
	font-weight: normal;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

li.sub_nav_child0_active a:hover {
	text-decoration: none;
}


/* -------- Form styles ---------- */

.ccs_textfield, .ccs_textarea {
	width: 300px;
}

.form_capture_data {
	padding: 4px;
}