/* ======================================
   Base tags
========================================*/

body {
	font-family : verdana, arial, sans serif;
	color : #5075b4;
	background-color : white;
	background : url(images/background.gif) scroll;
}

h1 {
	font-size : 24px;
	text-align : center;
	margin : 0px;
}

h2 {
	font-size : 18px;
	font-weight : bold;
}

h3 {
	font-size : 16px;
	font-weight : bold;
}

h3 {
	font-size : 14px;
	font-weight : bold;
}

p {
	font-weight : normal;
	font-size : 0.8em;
	line-height : 1.4em;
	margin: 5px, 0px, 5px, 0px;
}

code {
	font-size : 1.2em;
	line-height : 1.4em;
}

hr {
	color : #9cb5d6;
	background-color : #9cb5d6;
	width : 100%;
}


/* ======================================
   General A HREF tags  
========================================*/

a:link {
	color : #0000cc;
	text-decoration : none;
	cursor : auto;
}
a:visited {
	color : #0000cc;
	text-decoration : none;
	cursor : auto;
}
a:hover {
	color : #ff0000;
	text-decoration : none;
	cursor : auto;
}
a:active {
	color : #000066;
	text-decoration : none;
	cursor : auto;
}


/* ======================================
   Table at the top containing the logo  
========================================*/

#header {
	background-color : #e7eff7;
	border : 2px solid #9cb5d6;
	width : 750px;
}

/* ======================================
   Main Body - contents of table  
========================================*/
#pagebody {
	border : 2px solid #9cb5d6;
	background-color : #ffffff;
	height : 350px;
	width : 750px;
	margin-top : 5px;
}
#pagebody th {
	background : url(images/table_bg_image.gif) scroll;
	color : white;
	font-size : 20px;
	font-weight : bold;
}
#pagebody ul {
	margin-top : 0px;
	margin-bottom : 2px;
}


/* ==============================================
   Navigator Panel - table  within a floating div
================================================*/
#floatingnav {
	position : relative;
	top: 0 ; left: 0;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

#navigatorpanel {
	border : 2px solid #9cb5d6;
	background-color : #e7eff7;
	width : 190px;
	height : 250px;
 }
#navigatorpanel th {
	background : url(images/table_bg_image.gif) scroll;
	height : 25px;
	color : white;
	font-size : 14px;
	font-weight : bold;
 }
#navigatorpanel td {
	padding-top : 10px;
	padding-bottom : 10px;
}

.adsense {
	border : 2px solid #9cb5d6;
	background-color : #e7eff7;
	width : 190px;
	height : 600px;
}



/* ======================================
   Navigator Tree - A tags within DIVs
========================================*/
.navigatortreenode {
	position : relative;
	left : 15px;
	font-size : 12px;
	line-height : 18px;
}
.menuitem {
	padding-left : 8px;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #0000aa;
	text-decoration : none;
}
.menuitem:hover {
	padding-left : 5px;
	border-left-width : 4px;
	margin-left : 0;
	color : red;
}



/* ======================================
   Special Formats and Classes
========================================*/
.Bullet	{
	font-size: 0.8em; 
	line-height: 1.5em;
	list-style-image: url(images/bullet.gif);
	margin-bottom : 2px;
}

.Bullet_Indent {
	font-size: 0.8em; 
	line-height: 1.5em;
	list-style-image: url(images/bullet.gif);
	margin-bottom : 2px;
}

.eon {
	text-align : right;
	font-size : 10px;
	position : relative;
	top : 10px;
}

.Normal_Indent
	{
	margin-left:  21.3pt;
	font-size: 0.8em; 
	line-height: 1.5em;
	margin-bottom:  3pt;
}

.Num_List
	{
	list-style-type: decimal;
	margin-left:  35.7pt;
	margin-bottom:  3pt;
	font-size: 0.8em; 
	line-height: 1.5em;
}
