div.MediaModule {
	clear: right;
}
/* Media Text Column */
div.MediaTextColumn {
	margin: 0 250px 0 0;
	padding: 15px 15px 0px 15px;
}
div.MediaTextColumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: black;
}
* html div.MediaTextColumn h1 {
	height: 1%;
}
div.MediaTextColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	color: black;
}
* html div.MediaTextColumn h2 {
	height: 1%;
}
div.MediaTextColumn h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: black;
}
* html div.MediaTextColumn h3 {
	height: 1%;
}
div.MediaTextColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.75em;
}
* html div.MediaTextColumn p {
	height: 1%;
}
div.MediaTextColumn ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.75em;
	margin: 0 0 1em 3em;
}
* html div.MediaTextColumn ul {
	height: 1%;
}
div.MediaTextColumn ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.75em;
	margin: 0 0 1em 3.5em;
}
* html div.MediaTextColumn ol {
	height: 1%;
}
div.MediaTextColumn a {
	color: #e35b00;
	padding-left: 6px;
	background-image:     url("Images/LinkArrow.gif");
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	width: auto;
}
div.MediaTextColumn a:link, div.MediaTextColumn a:active, div.MediaTextColumn a:hover {
	color: #e35b00;
}
div.MediaTextColumn a:visited {
	color: #666666;
}
div.MediaTextColumn a:hover {
	text-decoration: underline;
}
div.MediaTextColumn .Highlight {
	background-color: #fffe8b;
	font-style: italic;
}

/* table definition */
div.MediaTextColumn table {
	width: 98%;
	margin: 5px 0 5px 0;
}
div.MediaTextColumn table tr {
}
div.MediaTextColumn table tr th {
	background-color: #cecece;
	font-size: 0.75em;
	font-weight: normal;
	padding: 6px 6px 6px 12px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
div.MediaTextColumn table tr th th {
	font-size: 1em;
}
div.MediaTextColumn table tr td th {
	font-size: 1em;
}
* html div.MediaTextColumn table tr th {
	height: 1%;
}
div.MediaTextColumn table tr td {
	background-color: #f2f2f2;
	font-size: 0.75em;
	padding: 6px 6px 6px 12px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
div.MediaTextColumn table tr td td {
	font-size: 1em;
}
div.MediaTextColumn table tr th td {
	font-size: 1em;
}
* html div.MediaTextColumn table tr td {
	height: 1%;
}

/* Media Image Column */
div.MediaImageColumn {
	float: right;
	width: 230px;
	margin-top: 30px;
}
div.MediaImageColumn div.MediaItem {
	width: 230px;
	clear: both;
	margin-bottom: 2px;
}
div.MediaImageColumn div.MediaItem div.ImageContainer {
	border: 0;
	border: 2px solid #e1e1e1;
}
div.MediaImageColumn div.MediaItem div.ImageContainer img {
	border: 0;
}
div.MediaImageColumn div.MediaItem div.ImageSubLine {
	border: 0;
	font-size: 0.65em;
	border-left: 2px solid #e1e1e1;
	border-right: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	background-color: #e1e1e1;
}
div.MediaImageColumn div.MediaItem div.ImageSubLine img {
	display: block;
	float: left;
	border: 1px solid #cacaca;
	margin-right: 5px;
}

