/* CSS Document */
#topnav{
	position : relative;
	left : 0px;
	overflow: hidden;
	width: 100%;
	height: 65px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	text-align: left;
	float: left;
	margin-top: 95px;
	vertical-align: middle;
}
#topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}

#topnav a:visited {
}

#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #80BFEB;
}


body {
	padding : 0;
	margin : 0;
	background-image:   url(./back1.jpg);
	background-repeat : no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#navigation {
	position: relative;
	width: 160px;
	float: left;
	height: 100%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color : #0000CC;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 11pt;
}
#navigation_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#content {
	float: left;
	position: relative;
	width: 75%;
	left: 10px;
	padding-left: 10px;
	top: 0px;
	padding-top: 10px;
}
#content h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20pt;
	font-weight : bold;
	color : #000;
	font-variant: small-caps;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}

#content p {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000;
	line-height : 120%;
	font-size: 12pt;
}
#content td {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000;
	line-height : 120%;
	font-size: 12pt;
}

#bottomnav {
	float: left;
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
}
.FieldNameEmphasis {
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
.gridText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.notetext {
	color: #FF0000;
}
.superscript {
	font-size: small;
	vertical-align: super;
}

