/*<meta conditions="Libraries.DocumentationOpenTextBrand" />*/

body
{
	font-family: Arial, sans-serif;
}

.legal
{
	background: #262d2d;
	text-align: center;
	font-size: .75em;
	color: #abafaf;
	height: 3em;
	padding: 1em;
}

.customhead
{
	width: 63%;
	height: 100px;
	margin: auto;
	background-image: url("LogoDocLibraryOT.png");
	background-repeat: no-repeat;
}

.customheadvid
{
	width: 63%;
	height: 100px;
	margin: auto;
	background-image: url("LogoVideoLibrary.png");
	background-repeat: no-repeat;
}

@media screen and (min-width: 1px) and (max-width: 1203px)
{
	.legal
	{
		text-align: left;
	}

	.customhead
	{
		height: 50px;
		margin-left: 20px;
		margin-top: 20px;
		background-image: url("LogoSmallOT.png");
	}

	.customheadvid
	{
		height: 50px;
		margin-left: 20px;
		margin-top: 20px;
		background-image: url("LogoSmallOT.png");
	}
}

p
{
	font-size: 1em;
}

h2
{
	font-size: 1.5em;
	line-height: 2em;
	padding-left: .5em;
	background: #f5f5f5;
	margin-top: 1.5em;
}

.main
{
	margin-left: 1em;
	margin-right: 1em;
}

.links
{
	margin-left: 1em;
	margin-right: 1em;
}

ul
{
	list-style-type: disc;
	margin-top: 1em;
}

li
{
	margin-top: 1em;
	margin-bottom: 1em;
}

ul.navigation li > a
{
	line-height: 20px;
}

