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


.table_main  {
	width: 100%;
	padding: 10px; 
}

.left_content, .right_desc
{
	vertical-align:top;
}

.left_content
{
	width: 170px;
	text-align: center;
	font-weight:bold;
}

.right_desc
{
	width: 335px;
}




img.expando{ /*sample CSS for expando images. Not required but recommended*/
	background-color:#000000;
	border: none;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navtable {
	background-image:url(images/nav-bg.png);
	height: 66px;
}
.style2 {color: #003B40}


.nav {
	padding-left: 10px;
	
}

.nav A:link {
	border:solid 1px #cbf1ed;
	color:#0e3632;
	padding:4px;
	text-align:center;
}
.nav A:visited {
	border:solid 1px #cbf1ed;
	color:#0e3632;
	padding:4px;
	text-align:center;
}
.nav A:active {text-decoration: none}
.nav A:hover {
	border:solid 1px #DEDEDE;
	background:#ffc3d8 url(images/arrow.png) -20px 6px no-repeat;
	color:#222222;
	padding:4px;
	text-align:center;
}

/* ******* FOOTER  ****** */

.footer A:link {
	color:#0e3632;
	font-size:10px;
	text-decoration: none;
}
.footer A:visited {text-decoration: none}
.footer A:active {text-decoration: none}
.footer A:hover {
	color:#222222;
	text-align:center;
	text-decoration:underline;
}



/* ******* LINK  ****** */
a {
	font-size: 11px;
	color: #49A7AD;
	font-weight: bold;
}
a:visited {
	color: #49A7AD;
}
a:hover {
	color: #00666D;
}
a:active {
	color: #49A7AD;
}

