/* CSS Document */

body {
	margin: 0px;
	font-family: "Tahoma", Arial, Verdana;
	font-size: 13px;
	height: 100%;
	min-height: 100%;
}

a:link,
a:active,
a:visited {
	color: #820F14;
	text-decoration: none;
}
a:hover {
	color: #B32A30;
	text-decoration: underline;
}

#main_content {
	background-image: url(images/mainbackground.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px;
	padding-top: 120px;
	padding-left: 57px;
	height: 100%;
}

#info {
	background-image: url(../images/infobg.png);
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 100%;
}

.heading {
	font-family: Arial Narrow, Arial, Tahoma;
	font-size: 26px;
	color: #496077;
}

.subheading {
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #496077;
}

.smheading {
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #496077;
}

.normaltext {
	padding-left: 15px;
}

#header {

	background-color: #ffffff;

	height: 108px;

	background-image: url(ODTitle.png);

	background-position: top left;

	background-repeat: no-repeat;

}

#nav {

	background-color: #2c405a;

	width: 100%;

	height: 24px;

	color: white;

	padding-top: 5px;

	font-size: 14px;

}