/* CSS Document */

body {
	margin: 0px;
	font-family: "Tahoma", Arial, Verdana;
	font-size: 12px;
	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: 12px;
	color: #496077;
}

.normaltext {
	padding-left: 15px;
	font-size: 12px;
}
