/*This file is modified from one originally written by Owen Briggs 2002 www.thenoodleincident.com */

body {
   margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #040455;
	background-color: #7dc5d4;
	/*background-image: url(bgrd5.gif);these three lines replace the n4_upgrade.gif in n4.css. and if you use this code, make sure you point to an img on _your_ server, not mine.
	background-repeat: repeat;
	background-position: top left;*/
	}

/*the following classes are to demonstrate better line heights for narrow columns*/
.narrow1
   {
   position: absolute;
   top: 10em;
   left: 2em;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}

/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	text-align: center;
	font-size: 1.2em;
	margin: 0.8em 0em 0.2em -1em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0;
	}

.intro p
        {
        line-height: 1.5em;
        margin: -1.5em 0 0 0;
        padding: 0;
        }

.content p
        {
        line-height: 1.4em;
        margin: 0;
        padding: 0;
        }

li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}


.container {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 975px;
        width: 770px;
        border-top: 6px solid #ddeef2;
        border-right: 6px solid #49656b;
        border-bottom: 6px solid #49656b;
        border-left: 6px solid #ddeef2;
        padding: 0px 0px 10px 0px;
        margin: 0px;
        background: url(bgrd5.gif);
        background-repeat: repeat;
        background-position: top left;
        }

.content {
   position: absolute;
   top: 175px;
   left: 240px;
   width: 480px;
   border-top: 2px solid #fff;
   border-right: 2px solid #49656b;
   border-bottom: 2px solid #49656b;
   border-left: 2px solid #fff;
   padding: 3em 2em 3em 3em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
   line-height: 1.5em;
   background-color: #dfdfdf;
   color: #040455;
        }
 
.toastcontent {
   position: absolute;
   top: 175px;
   left: 35px;
   width: 600px;
   border-top: 2px solid #fff;
   border-right: 2px solid #49656b;
   border-bottom: 2px solid #49656b;
   border-left: 2px solid #fff;
   padding: 3em 2em 3em 3em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
   line-height: 1.5em;
   background-color: #dfdfdf;
   color: #040455;
        }
               
.toastcontent p
        {
        line-height: 1.4em;
        margin: 0;
        padding: 0;
        }

.toastenglish
			{
			font-style: italic;
			margin: .5em 3em .5em 3em;
			}
			        
.gbcontainer {
   position: absolute;
   top: 175px;
   left: 50px;
   width: 600px;
   border-top: 2px solid #fff;
   border-right: 2px solid #49656b;
   border-bottom: 2px solid #49656b;
   border-left: 2px solid #fff;
   padding: 3em 2em 3em 3em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
   background-color: #dfdfdf;
   color: #040455;
        }

.pictures
	{
	float: right;
	padding: .5em;
	margin: -1em -.5em 0 1em;
	border: 2px solid #fff;
	}

.picturecentered
	{
	text-align: center;
	padding: .5em;
	margin: .5em;
	}
	
.picwithcaption
	{
	float: right;
	padding: 0em;
	margin: -1em -.5em 0 1em;
	border: 2px solid #fff;
	font-size: 0.9em;
	font-style: italic;
	}
	
.toastpics
	{
	float: left;
	padding: 0.5em;
	margin: 0em 1em 1em 0em;
	border: 2px solid #fff;
	font-size: 0.9em;
	font-style: italic;
	}
	
.banner  {
   position: absolute;
   top: 22px;
   left: 32px;
   }

.intro
        {
        text-align: center;
        background: #ccc;
        position: absolute;
        top: 375px;
        left: 55px;
        width: 155px;
        padding: 1em;
        line-height: 1.5em;
        border: thick outset #eee;
        }

.button a
	{
	display: block;
	color: #FFF;
	font-size: 0.8em;
	background-color: #ccc !important;
	width: 100px;
	padding: 0.2em 0.8em;
	text-decoration: none;
	}

.button a:hover
	{
	background-color: #ccc;
	color: #FFF;
	}

.sidemenu
        {
        text-align: center;
        background: #ccc;
        position: absolute;
        top: 175px;
        left: 35px;
        width: 180px;
        height: 950px;
        padding: 1em;
        line-height: 1.5em;
        border: thick outset #eee;
        color: 333;
        }

.sidemenu ul
	{margin: 0;
	padding: 0;
	list-style-type: none;
	}

.sidemenu li
	{margin: 0 0 .2em 0; }

.sidemenu a
	{
	display: block;
	color: #FFF;
	font-size: 0.8em;
	background-color: #036;
	width: 100px;
	padding: 0.2em 0.8em;
	text-decoration: none;
	}

.sidemenu a:hover
	{
	background-color: #369;
	color: #FFF;
	}

.sidemenu h3 {
	font-size: 1.2em;
	margin: 1.1em 0em .4em 0em;
	font-weight: normal;
	}

.linkbox
   {
   width: 100px;
   background: #99c;
   color: #fff;
   border: 1px solid #333;
   }

.navbuttons
	{
	text-align: center;
	}
	
     /* font-family: Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;*/
