a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	/*background: #fff;*/
}

b {font-weight: bold;}
i {font-style: italic;}

p {
	padding: 5px 0px 9px 0px;
	margin: 0px;
}

td,ul,li,ol,b,i,h1,h2,h3,h4,h5,h6,p { font-family: Arial, Helvetica, Geneva, sans-serif;}


h1,h2,h3,h4,h5,h6 { margin: 0px; font-weight: bold; color: #007bbe;}
h1 { padding: 9px 0px 11px 2px; font-size: 21px; line-height: 25px;}
h2 { padding: 7px 0px 9px 2px; background: #c3eaff; font-size: 16px; line-height: 19px;}
h3 { padding: 5px 0px 7px 2px; background: #c3eaff; font-size: 13px; line-height: 16px;}
h4 { font-size: 11px; line-height: 14px;}
h5 { font-size: 11px; line-height: 13px;}
h6 { font-size: 10px; line-height: 12px;}


form {margin:0;padding:0;}


.leftContent, .mainContent {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	color: #fff;
}

.leftContent {
	padding: 5px 7px 2px 7px;
}

.mainContent {
	padding: 5px 7px 2px 7px;
}

.leftContent a:link, .leftContent a:visited, .mainContent a:link, .mainContent a:visited {
	text-decoration: none;
	color: #fff47f;
}

.leftContent a:hover, .leftContent a:active, .mainContent a:hover, .mainContent a:active {
	text-decoration: underline;
	color: #fff47f;
}

.content {position: relative; padding: 5px 25% 10px 2%; margin: 0;color:#000; text-decoration: none; font-size: 12px; line-height: 18px}
.content a:link {color: #8a0753; text-decoration: none;}
.content a:visited {color: #8a0753; text-decoration: none;}
.content a:hover, .content a:active {color: #010978; text-decoration: underline;}

.content td {color:#000; text-decoration: none; font-size: 11px; line-height: 14px; padding: 0px; margin: 0px;}
.content td a:link {color: #ff6600; text-decoration: none;}
.content td a:visited {color: #ff6600; text-decoration: none;}
.content td a:hover, .content td a:active {color: #010978; text-decoration: underline;}

.content ul {margin:0; padding:0; list-style-type: disc; list-style-position: inside;}
.content li {margin:0; padding: 0px 0px 10px 10px; color:#000; font-size: 12px; line-height: 14px;}
.content li a:link {color: #ff6600; text-decoration:none; }
.content li a:hover { color: #ff6600; text-decoration: underline;}

.centered { text-align: center;}

.content img.partpface { float: left; margin: 10px 10px 5px 0px; border: solid 1px #007bbe; text-align: left; vertical-align: top; }

.content#participants p.participant {clear: both; height: 20px; margin: 0; padding: 0px 0px 0px 15px; vertical-align: top;}

.content#participants p.participant p {clear: left; height: 0;}

/*.content p p {clear: none; border: 1px solid red; }*/
#mainLayoutTable .content table.program {
	width: 100%;
}
#mainLayoutTable .content table.program td {
	border-style: none none solid none;
	border-width: 2px;
	border-color: #c3eaff;
	color: #000;
}
#mainLayoutTable .content table.program td.left {
	width: 30%;
	background: #e9f7ff;
	padding: 7px 10px 10px 15px;
}
#mainLayoutTable .content table.program td.right {
	width: 70%;
	background: #fff;
	padding: 7px 10px 10px 15px;
}
#mainLayoutTable .content table.program td.left b {
	color: #007bbe;
}

/* File List CSS */
ul.fileList {
	
}

ul.fileList li{
	padding-left: 20px;
	line-height: 16px;
	text-indent: -15px;
}

