<!-- CSS for screen display -->
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	background-color: rgb(200,200,200);
	text-decoration: none;
}
div#mainWindow {
	font-family: arial, helvetica, verdana, sans-serif;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	min-height: 750px;
	width: 1000px;
}
div#headerBar {
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 100%;
	
	font-size: 28px;
	color: rgb(40,40,40);
	background-color: rgb(255,255,255);
	background-image: url('notesini_top_right.jpg');
	background-position:  top right;
	background-repeat: no-repeat;
}
div#footerBar {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 15px;
	width: 100%;
	text-align: right;
	font-size: 8pt;
	
	background-color: rgb(230,230,230);
}
div#loginBar{
	padding: 0px;
	margin: 0px;
	height: 15px;
	width: 100%;
	
	text-align: right;
	font-size: 10px;
	color: rgb(40,40,40);
	background-color: rgb(190,225,255);
}
div#menuBar {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 100%;
	background-color: rgb(230,230,230);
}
div#content {
	float: left;
	position: relative;
	padding: 0px;
	width: 650px;
	overflow: hidden;
	border-left: 1px solid rgb(200,200,200);
}
div#innerContent {
	float: left;
	position: relative;
	margin: 5px;
	height: auto;
	width: 635px;
}
	div#innerContent a:link {
		text-decoration: none;
		text-style: bold;
 	}
	div#innerContent a:visited {
		text-decoration: none;
		text-style: bold;
 	}
	div#innerContent a:hover {
		text-decoration: none;
		text-style: bold;
 	}
div#innerContentKeyword {
	float: left;
	padding: 0px;
	padding: 0 4 0 4px;
	height: auto;
	width: 635px;
}
	div#innerContentKeyword a:link {
		text-decoration: none;
		text-style: bold;
 	}
	div#innerContentKeyword a:visited {
		text-decoration: none;
		text-style: bold;
 	}
	div#innerContentKeyword a:hover {
		text-decoration: none;
		text-style: bold;
 	}
	div#innerContentPleaseLogin {
		float: left;
		padding: 8 4 8 0px;
		margin: 1px;
		width: 635px;
	}
	div#innerContentJump {
		float: left;
		padding: 1px;
		margin: 8 1 1 1px;
		height: 20px;
		width: 635px;
		font-size: 7pt;
		
		background-color: rgb(200,200,200);
	}
	div#innerContentExtra {
		float: left;
		margin: 10px;
		height: auto;
		width: 735px;
		
		border-top: 1px solid rgb(200,200,200);
	}
	div#innerContentTop10 {
		float: left;
		margin: 10px;
		height: auto;
		width: 635px;
		
		border-top: 1px solid rgb(200,200,200);
	}
	div#innerContentNews {
		float: left;
		margin: 10px;
		height: auto;
		width: 635px;
		
		border-top: 1px solid rgb(200,200,200);
	}
	div#innerContentNews li {
		padding: 2 8 0 0px;
		list-style: none;
	}
	div#innerContentIndented {
		float: left;
		position: relative;
		left: 20px;
		margin: 0 8 0 0px;
}
div#rightbar {
	float: right;
	padding: 2px;
	margin: 0px;
	height: auto;
	width: 200px;
	font-size: 12px;
	stext-align: center;
}
	div#rightbar a:link {
		text-decoration: none;
		text-style: bold;
 	}
	div#rightbar a:visited {
		text-decoration: none;
		text-style: bold;
 	}
	div#rightbar a:hover {
		text-decoration: none;
		text-style: bold;
 	}
div#pageNav {
	width: 100%;
	height: 5px;
	background-color: rgb(200,200,200);
	text-align: right;
}
h1 {
	font-size: 18px;
	color: rgb(150,150,150);
}
h2 {
	font-size: 14px;
	color: rgb(150,150,150);
}
span#standard {
	font-size: 11px;
	color: rgb(100,100,100);
}
table#keyword {
	font-size: 14px;
	
}
table#search {
	font-size: 12px;
	
}
a.MenuItemLink
	{
		line-height:24px;
              COLOR: #222222;
		FONT-SIZE: 12px;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		TEXT-DECORATION: None;
		margin: 0px;
		padding: 0px;
	}
	a.MenuItemLink:link
	{
		line-height:24px;
              color: #222222;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		TEXT-DECORATION: None;
	}
	a.MenuItemLink:visited
	{
		line-height:24px;
              color: #222222;
              FONT-FAMILY: Arial, Helvetica, sans-serif;
		TEXT-DECORATION: None;
	}
	a.MenuItemLink:hover
	{
		line-height:24px;
              color: #FFFFFF;
              background-color: AAAAAA;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
              font-weight: bold;
		TEXT-DECORATION: None;
	}
	.myMenu {
		position: absolute;
		visibility: hidden;
		z-index: 1;
	}
