A:link {
	text-decoration: none;
	color: #0071BC;
}

A:visited {
	text-decoration: none;
	color: #1B1464;
}

A:active {
	text-decoration: none;
	color: #C1272D;
}

A:hover {
	text-decoration: none;
	color: #C1272D;
}

BODY {
	background-color: #B2B2B2;
	margin: 0px;
	padding: 0px;
}

#header {
	background-color: #B2B2B2;
	position: relative;
	top: 0px;
	left: 150px;
	max-width: 790px;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 0;
}

#left {
	background-color: #B2B2B2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	z-index: 2;
}

#mainarea {
	background-color: #F2F2F2;
	position: relative;
	left: -50px;
	margin-left: 200px;
	width: auto !important; /* for FF2, FF3, IE7 */
	width: 700px; /* for IE6 */
	height: auto !important;
	height: 450px;
	min-height: 450px;
	max-width: 720px;
	border-top: 10px solid #E6E6E6;
	border-left: 10px solid #E6E6E6;
	border-right: 10px solid #E6E6E6;
	padding:	20px;
	padding-left: 30px;
	z-index: 1;
}

#content {
	display: inline-block;
	max-width: 700px;
}

#menu {
	background-color: #E6E6E6;
	position: relative;
	top: 30px;
	left: 30px;
	width: 110px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topleft {
	background-color: #B2B2B2;
	position: relative;
	top: 10px;
	left: 42px;
	width: 90px;
	height: 142px;
	text-align: center;
}

P.MenuItem {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #C1272D;
	margin-bottom: 2px;
}

P.SubMenuItem {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}

P.SelectedSubMenuItem {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #C1272D;
	width: 100px;
	background-color: #F2F2F2;
	margin-left: 5px;
	padding-left: 10px;
	border-top: 7px solid #F2F2F2;
	border-bottom: 7px solid #F2F2F2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

A.MenuLink:link {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
}

A.MenuLink:visited {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
}

A.MenuLink:active {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
}

A.MenuLink:hover {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #C1272D;
}

.Title {
	font-family: Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.SubTitle {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

P {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: justify;
}

P.Heading {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	margin-top: 5px;
	margin-bottom: 0px;
}

P.SubHeading {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin-top: 5px;
	margin-bottom: 0px;
}

div.frame {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	margin: 10px;
	border: 3px solid #B2B2B2;
	padding: 5px;
	min-width: 100px;
	min-height: 150px;
	max-width: 200px;
	max-height: 300px;
	text-align: center;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	height: 0;
	max-height: 0;
	width: 70%;
	clear: both;
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
}