/* common properties */

/* main red: d70019
 * green from gradient: 34e863
 * blue from gradient: 69b7fe
 * blue from content background: abc7e1
 */

img
{
	border: 0px;
}

a
{
	color: #d70019;
}

a:hover
{
	color: blue;
}

/* Logo */
div.LogoLeft
{
	position: absolute;
	left: 50px;
	top: 20px;
	width: 100px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid black;
	border-left: 1px solid black;
	margin: 0px;
	background-image: url(pics/topbg.png);
}
div.LogoLeft img
{
	width: 80px;
	margin: 10px;
}
div.LogoRight
{
	position: absolute;
	right: 50px;
	top: 20px;
	width: 100px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid black;
	border-right: 1px solid black;
	margin: 0px;
	background-image: url(pics/topbg.png);
}
div.LogoRight img
{
	width: 80px;
	margin: 10px;
}

div.Title
{
	position: absolute;
	left: 150px;
	right: 150px;
	top: 20px;
	height: 150px;
	color: #d70019;
	font-size: 15pt;
	text-align: center;	
	vertical-align: middle;
	border-top:1px solid black;
	margin: 0px;
	/* background-color: #F5F5F5; */
	background-image: url(pics/topbg.png);
}


div.MenuLeft
{
	border-top: 1px solid black;
	position: absolute;
	left: 50px;
	top: 170px;
	width: 130px;
	bottom: 20px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #34e863;
	vertical-align: top;
}
div.MenuLeft p
{
	margin: 10px;
	line-height: 150%;
	font-size: small;
	font-weight: bold;
}


div.NewsRight
{
	border-top: 1px solid black;
	position: absolute;
	width: 130px;
	right: 50px;
	top: 170px;
	bottom: 20px;
	background-color: #34e863;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: smaller;
}

div.NewsRight p
{
	margin: 5px;
}

div.W3CLinks
{
    position: absolute;
    bottom: 5px;
    right: 25px;
    width: 100px;
}

/* Content Frame */
div.Content
{
	position: absolute;
	left: 181px;
	right: 181px; /* 20px + 160px like left menu + 1 border */
	top: 170px;
	bottom: 20px;
	border: 1px solid black;
	margin: 0px;
	background-color: #abc7e1; /* #ffffcb; */
	overflow: auto;
}

div.Content p
{
	margin: 10px;
}

div.Content table
{
    margin: 10px;
}

/* h1 shouldn't be in the content section */

div.Content h2
{
    margin: 10px;
}

div.Content h3
{
    margin: 10px;
}

div.Content h4
{
    margin: 10px;
}

/* section / font styles */

h2.Header
{
    color: #d70019;
}

span.BoldContent
{
    font-weight: bold;
}