/* styles for specific sections */
html, body	{
	height: 100%;
	}
.page	{
	/* CHECK */
	margin-left: 0;
	margin-top: 0;
	background-color: #FFFFCC;
	/*
	background-image: url(myImages/backgrounds/scai_bg2.gif);
	background-repeat: repeat-y;
	*/
	}
.topbar	{
	height: 24;
	border-top: thin solid #000000;
	background-color: #000066;	
	text-align: right;
	vertical-align: middle;
	}
.topbar p	{
	text-align: center; 
	font-size: x-small;
	font-weight: bold;
	color: white;
	}
.topbar a	{
	color: white;
	font-size: x-small;
	font-style: oblique;
	}
.topbar a:visited  	{color: white;}
.topbar a:active  	{color: red;}
.topbar a:hover 	{color: red;}

#myFooter	{
	text-align: center;
	vertical-align: middle;
	}
	
/* left nav bar styles */
.sidebar {
	background-color: #FFFF99;
	}
.sidebar a  
	{
	font-family: Arial, Helvetica, san-serif;
	font-size: medium;
	font-weight: bold;
	color: #000066;
	font-style: oblique;
	text-decoration: none;
	line-height: 100%;
	}
.sidebar a:visited  {color: #000066;}
.sidebar a:active  	{color: red;}
.sidebar a:hover  	{color: red;}
	
/* Some content styles... for Page Headers */	
.myBlueSectionHeader	{
	font-size: x-large;
	font-style: oblique;
	font-weight: bold;
	color: #000066;
	line-height: 110%;
	}			
.myGreenSectionHeader	{
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	color: #009966;
	line-height: 110%;
	}			
.myGreenLeadIn	{ 
	font-size: medium; 
	font-style: oblique; 
	font-weight: bold; 
	color: #009966;
	line-height: 110%;
	}
.myBlueLeadIn	{ 
	font-size: medium; 
	font-style: oblique; 
	font-weight: bold; 
	color: #000066;
	line-height: 110%;
	}
