* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;		
	color: #28323f;
}

p {
	padding-bottom: 12px;
}

a {
	color: #A25157;
}

a:hover {
	background-color: #B8B3A5;
}

.strong { /* In place of the <strong> tag - use <p class="strong"> or <span class="strong"> instead of <strong> */
	font-weight: bold;
	line-height: 14px;
}

/*
	.....................................
	Global layout settings for the header
	.....................................
*/

#page {  /* The most outter wrapping div */
	width: 100%;
	margin: 0px auto 0px auto;
}

#logo { /* The tkid logo */
	margin: 12px 0 0 16px;
	width: 83px;
	height: 73px;
	background-image: url("../images/mesalogo.gif");
	background-repeat: no-repeat;
	text-indent: -700em;
}

#logoLink {
	position: absolute;
	top: 12px;
	left: 16px;
	width: 90px;
	height: 73px;
	text-indent: -700em;
}

#logoLink:hover {
	background-color: #FFF;
	background-image: url("../images/mesalogo.gif");
	background-repeat: no-repeat;
}

#contentWrap { 
	background-color: #b3b6bf;
	margin: 8px 0 0 16px;
}

#content { /* The limited width content area */
	width: 809px;
	min-height: 325px; 
}

#content_2 { /* The limited width content area */
	width: 809px;
	height: 425px;
}

/*
	............................
	Global settings for the menu
	............................
*/

#header ul {
position: absolute;
top: 28px;
left: 223px;
}

#header li {

	display: inline;
	float: left;
	list-style: none;
}

#header li a {
	font-size: 10px;
	display: block;
	padding: 4px 9px;
	color: #686764;
	text-decoration: none;
	font-weight: bold;					
}

#header li a:hover {
	background-color: #b3b6bf;
}

.menuItemOn {
	background-color: #b3b6bf;
}

/*
	..............................
	Global settings for the footer
	..............................
*/
#footer {
	padding-left: 16px;
	padding-top: 3px;
	width: 682px;
	border-top: none;
	margin-top: 0px;
}

#footer p {
	display: inline;
}

#footer span {
	position: relative;
	left: 469px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	background-color: #b3b6bf;
}

/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logo {
	visibility: hidden;
}



#leftPanel {
	width: 200px;
	float: left;	
	position: absolute;
	left: 16px;
}

#leftPanelLogo {
	text-align:center;
	padding-top: 40px;
	padding-bottom: 66px;
	/* IE only - underscore hack */
	_padding-bottom: 64px;
}

#leftPanelThumbs {
	width: 200px;
	float: left;
}

#centerPanel {
	width: 480px; 
	min-height: 325px; 
	margin-left: 220px; 
	
}

#centerPanel p, #centerPanel span {
	font-size: 14px; 
	letter-spacing: 1.3px;
}




div#slogan
{
	position: absolute;
	top: 330px;
	left: 260px;
	color: #28323f;
	font-weight: bold;
}
td.contentheading
{
	font-weight: bold;
}