body {
	text-align: center;
background-color:#f5f5f5


}

body img {
display: block;
float: left;
}

#container {
	width: 750px;
	margin: 0 auto;
	background: url(images/background.jpg) repeat-y;
	display: table;
}

#main {
	float: left;
	width: 734;
	padding: 0px 7px 15px 7px;
}

/**Do not Modify**/

#header {
	width: 735px;
	height: 135px;
	background: url(images/header2.jpg) no-repeat;
	text-align: left;
}

#header p {
	padding: 40px 0px 40px 20px;
	margin: 0;
	font-family: Arial, Tahoma;
	font-size: 24pt;
}

/**Grey space left of Links**/
#space {
	float: left;
	width: 45px;
	height: 32px;
	background: url(images/space.jpg);
}

#linksrow {
	width: 750px;
	float: left;
}

#links {
	float: left;
	width: 660px;
	height: 32px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(images/links.jpg) no-repeat;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12pt;
	color: #FFF;
	float: left;
}

#links ul li a {
	margin-left: 15px;
	color: #FFF;
	text-decoration: none;
}

#links ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#links ul li a:hover {
	font-weight: bold;
}

/**Title of Content**/
#contentTitle {
	position: relative;
/**Move up Over Image**/
	top: -30px;
/*********************/
	float: left;
	width: 735px;
	height: 30px;
	background: url(images/contenttitle.gif) no-repeat;
	margin: 0;
	text-align: left;
}

#contentTitle p {
	font-family: Lucida, Tahoma;
	font-weight: bold;
	font-size: 100%;
	padding: 8px 0px 0px 12px;
	margin: 0;
}

/**Left Col**/
#leftCol {
    margin-left: 1px;
	position: relative;
	top: -30px;
	width: 210px;
	float: left;
}

#leftCol p {
	margin: 0;
	text-align: center;
	font-family: 'Lucida Grande', Verdana;
	font-size: 8pt;
}

.leftcolHeading {
	width: 210px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: #A6A6A6;
}

.leftcolHeading h3 {
	color: #000;
	margin: 0;
	font-family: 'Lucida Grande', Verdana;
}

/**Main Content**/
#mainCol {
	position: relative;
	top: -30px;
	margin-left: 7px;
	width: 510px;
	float: left;
}

#mainCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
}

.mainColHeading {
	width: 510px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: #A6A6A6;
	text-align: left;
}

.mainColHeading h3 {
	margin: 0;
	padding: 3px 0px 5px 15px;
	font-family: Tahoma, Verdana;
	color: #000;
}

#footer {
	width: 750px;
	background: url(images/topbot.jpg) repeat-y;
	float: left;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}

/**Main Content Image**/
.right {
	margin: 7px 0px 7px 7px;
	float: right;
}

.left {
	margin: 7px 7px 7px 0px;
	float: left;
}

/**
 * TM_INT
 */

#tm_int {
    text-align: left;
}

#tm_int table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin: 10px auto;
    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size: 12px;
}

#tm_int table tr:first-child {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: gray;
    color: white;
}

#tm_int table td {
    padding: 5px;
    border: 1px solid #ccc;
}

#tm_int table tr.row-a {
    background-color: #EFEFEF;
}

#tm_int table tr.row-b {
    background-color: #F8F8F8;
}

/**Public Program Sign Up form**/
#msg {
display:none;  
position:absolute; 
z-index:200; 
padding-left:7px; 
background:url(images/msg_arrow.gif) left center no-repeat;
}

#msgcontent {
display:block; 
background:#f3e6e6; 
border:2px solid #924949; 
border-left:none; 
padding:5px; 
min-width:150px; 
max-width:250px;
}
