@CHARSET "ISO-8859-1";

/* Generic Selectors */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
/*	font-size: 16px !important;*/
/*	font-size: 16px;*/
}

p {
	width: 80%;
}

/* unordered list with a custom bullet */
ul li {
	list-style-type: none;
	line-height: 110%;
	list-style-image: url(../images/LinkBullet.gif);
}

/* ordered list with the numbers the same colour as the custom
 * bullet (need to use <li><p>list entry</p></li> so the content 
 * is the body colour) */
ol li {
	
	list-style-type: decimal;
	line-height: 110%;
	color: #9C3748;
}

ol p {
	color: #333333;
}


h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

td {
	vertical-align: top;
	padding-bottom: 0.5em;
	padding-right: 0.2em;
}

.productType {
	font-style: italic;
	font-size: smaller;
}
	
.titleDisclaimer {
	font-weight: bold;
	font-size: 60%;
}

.deemphisis  {
	font-size: smaller;
}

.indent {
	padding-left: 2em;
}

em.UILabel {
	font-family: Verdana, Arial, sans-serif;
	font-weight: Bold;
	font-style: normal;
	font-size: 90%;
}

/**************** Pseudo classes ****************/
a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover {
	color: #cc9999;
	text-decoration: underline;
}


/************************* ID's *************************/
#title {
	position: absolute;
	z-index: 5;
	height: 5em;
	margin-right: 1em;
	border-bottom: 2px solid #95293b;
	width: 90%;
}

#title h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 155%;
	font-weight: bold;
	color: #95293b;
	text-align: center;
	letter-spacing: 0.3em;
	word-spacing: 0.3em;
}

#title a img {
	border: none;
}

#contentArea {
	position: absolute;
	z-index: 15;
	top: 7em;
	left: 10.5em;
	padding: 0 0 1em 1em; /*top right bottom left*/
	border-left: 1px solid #95293b;
}

/******************** Navigation Bar ********************/

#navigation {
	position: absolute;
	z-index: 10;
	top: 7em;
	left: 0;
	width: 10em;
	margin-right: 0;
	margin-left: 0.4em;
	color: #95293b;
	font-family: Verdana, Arial, sans-serif;
}

#navigation a img {
	border: none;
}

#navigation ul, #navigation ol {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	padding-right: 5px;
}

#navigation ul ul ul, #navigation ol {
	list-style: none;
	margin: 0;
}

#navigation li {
	list-style: none;
	font-size: 1.1em;
	color: black;
	font-weight: bold;
}

#navigation li li {
	list-style: none;
	display: inline;
	font-size: 0.833333333em;
}

#navigation li li ul, #navigation li li ol {
	list-style: none;
	font-size: 1.15em;
	border-left: 0.5em; /* first level indent does not have solid #cc9999 colour*/
	margin-left: 0.5em;
}

#navigation li li li ul, #navigation li li li ol {
	list-style: none;
	font-size: 1.15em;
	border-left: 0.5em solid #cc9999;
	margin-left: 1.0em;
}

#navigation li a, #navigation li em {
	display: block;
	color: #95293b;
	background: white;
	padding: 0.04em 0.4em;
	border: 1px solid white;
	border-bottom: 2px solid white;
	margin: 1px 0;
}

#navigation li em {
	color: black;
}

#navigation li li li a, #navigation li li li em {
	margin: 1px 0 1px 0.5em;
}

#navigation li li li em {
	 color: black;
}

#navigation li a:link, .navLink a:link {
	text-decoration: none;
}

#navigation li a:visited, .navLink a:visited {
	text-decoration: none;
}

#navigation li a:active, .navLink a:active {
	text-decoration: none;
}

#navigation li a:hover {
	background: #eee;
	text-decoration: none;
	border-color: #ccc;
}

#navigation .navLink a:hover {
	border-bottom-color: #95293b;
}

#navigation .navTitle {
	border-bottom: 1px solid #95293b;
}
