/* Body */

body 
{ 	margin: 20px;
	background-color : #F4F5F8;
	font-family : Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: black;
	/* background-image: url(http://nnhs-gsa.org/images/bottomimages.jpg);
        background-repeat: repeat-x;
        background-attachment: fixed;
	background-position: bottom left; */ }

p, ol, ul, blockquote  
{	font-size: 100%;
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: black;
        line-height: 140%; }

#main 
{	/*/*/ margin-left: 240px;
	/* Hide margin-left from NS4. */
	margin-right: 12px; }

a:link {
	color: #728189;
	text-decoration: none;
}

a:visited {
	color: #728189;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #85A1B0;
	text-style: italic;
	/* font-variant: small-caps; */ 
}


/* Navigation bar stuff, thanks to Russ Weakley @ Listamatic */

#navcontainer { margin-left: 0px; }

#navcontainer ul 
{ 	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-family: Georgia, serif; 
	font-size: 13px;
        line-height: 100%; }

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a 
{ 	display: block;
	padding: 5px 10px; 
	margin-bottom: 5px;
	width: 140px; 
	color: #728189; 
	background-color: white; 
	border: 1px solid #728189;
	text-decoration: none; 
	font-weight: bold; }

#navcontainer a:hover 
{ 	color: #d1e5f0; 
	background-color: #4d575c; 
	border: 1px solid #4d575c;
	text-decoration: none; }

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a 
{ 	display: block; 
	font-weight: normal;
	border: 0px solid black;
	padding: 4px 4px 4px 30px; 
	width: 125px; 
	color: #728189; 
	font-weight: bold;
	background-color: transparent; 
	text-decoration: none;
	font-size: 12px; 
	background: url(http://nnhs-gsa.org/images/submenu.png) center left no-repeat; }

#navcontainer ul ul a:hover
{	background-color: transparent;
	border: 0px solid black;
	text-decoration: none; 
	font-weight: bold; 
	color: #85A1B0;
	background: none; }

/* Header tiger image */

#nav 
{	float: left;
	margin-left: 10px;
	width: 210px; }

.headerimg 
{	border: 0px solid #4D575C; }

.tigerimg
{      border: 1px solid #4D575C;
       margin-bottom: 23px; }

/* Headings */

h1 
{       color: #728189;
	font-size: 125%;
	font-family: georgia;
	background-color:white;
	margin-top: 2em;
	border: 1px solid #4D575C;
	padding:6px; }

h2 
{    color: #728189;
	font-size: 100%;
	font-weight: bold;
	padding:4px;
	text-align:right; }

h3 
{       color: black;
	font-size: 95%;
	font-weight: bold; }

.faq 
{       color: #728189;
	background-color:white;
	font-size: 100%;
	border: 1px solid #4D575C;
	padding-left:20px;
	padding-right:20px;
	text-align:left; }

/* Side boxes */

#sidebox {
	float: right;
	width: 20%;
	padding: 10px;
	color: black;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	border-width: 1px;
	text-align: left;
	border: 1px solid #4D575C;
	font-size: 100%;
	margin-left: 25px;
	margin-top: 6px;
	margin-bottom: 12px;
      margin-right: 6px;
}
	
#sidebox h1 {
  	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 160%;
	font-weight: bold;
	color: gray;
	background-color: white;
	text-align: center;
        border: 0px;
}

#sidebox p {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
  	margin-left: 4px;
	margin-right: 4px;
	}
