﻿/* STYLESHEET for the EILLEN SELLAM Web site
-----------------------------------------
        FOR SCREEN DISPLAY
-----------------------------------------
 written by David Gorman, (October 2008)
 contact: <david(at)learningmethods.com>
-----------------------------------------*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/*---------------------------------------
           CONTAINER STYLES
---------------------------------------*/

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

body {
    text-align: center; /* Centers the page content container in IE 5 browsers. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
    line-height: 1.5em;
	background-color: #003300;
		/* background-color: #214E18; 234135 */
	margin: 0;
    background-position: 50% 25px;
}

#wrapper
{
	/*position:	relative;*/
	margin-right: auto;
	margin-left: auto; 
	width:		738px;
	margin: 		0 auto;
	background-color: #FFF;
}

#banner
{
	position: relative;
	width: 738px; 
	margin: 0;
	border: 0px;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	font-family: Arial,Helvetica,Geneva,Verdana,Swiss,sans-serif;
}

#footer
{
	position: relative;
	width: 738px; 
	border: 0px;
	background-color: #B4C8E3;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#page {
	postion: relative;
	background-image: url(images/Pg-Border.gif); 
	width: 738px; 
}

#curves {
	position: relative;
	left: 5px;
	width: 728px;	/* reduce this to increase margin width */
	background: #FFF;
}

#border {
	position: relative;
	left: 5px;
	width: 718px;	/* reduce this to increase margin width */
	background: #FFF;
	padding: 5px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.bdytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}


H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline }

LI { display: list-item }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { line-height:1.5em; }
OL { list-style: decimal }
MENU { margin: 0 }
LI { margin-left: 1.5em }
DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em; }

a:link    {	color: #3E5D8C; text-decoration: none; }
a:visited {	color: #3E5D8C; text-decoration: none; }
a:active  {	color: #3E5D8C; text-decoration: none; }
a:hover   {	color: #367A3A; text-decoration: underline; }

a.hdr:link    {	font-size: 12px; font-weight: bold; color: #c1f1b3; text-decoration: none; }
a.hdr:visited {	font-size: 12px; font-weight: bold; color: #c1f1b3; text-decoration: none; }
a.hdr:active  {	font-size: 12px; font-weight: bold; color: #c1f1b3; text-decoration: none; }
a.hdr:hover   {	font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline; }

a.bkmrk:link    { text-decoration: none;}
a.bkmrk:visited { text-decoration: none; }
a.bkmrk:active  { text-decoration: none; }
a.bkmrk:hover   { text-decoration: none; }

a.footr2 { color: #663399; text-decoration: underline; font-weight: bold; font-size: 10px; }

a.redlink {	font-size: 10px; font-weight: bold; color: #990000;	text-decoration: none; }

p  { font-family: Verdana, Geneva, sans-serif; font-size: 13px; line-height: 1.5em;}

.bold {	font-weight: bold; }
.italic { font-style: italic; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.justify { text-align: justify; }
.smaller { font-size: 11pt; }
.small { font-size: 10pt; }
.bigger { font-size: 13pt; line-height: 1.2em; }
.big { font-size: 14pt; font-weight: bold; }
.large { font-size: 14px; }

.smwhite { font-size: 10px;	font-weight: bold; color: #FFFFFF; }

.sm { font-family: Verdana, Geneva, sans-serif;  font-size: 10px; line-height: 1.2em; font-weight: normal; }
      
.smbold { font-family: Verdana, Geneva, sans-serif;  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.boldwhite { font-weight: font-weight: bold; color: #FFFFFF; }

.lgbold { font-size: 14px;	font-weight: bold; }


.white { color: #FFFFFF; }
.red { color: #990000; font-weight: bold; }
.blue { color: #000099; font-weight: bold; }
.green { font-weight: bold; color: #006600; }
.orange { font-weight: bold; color: #FF6600; }


.lgboldred { font-size: 14px; font-weight: bold; color: #990000; }

.lgwhitebold { font-size: 16px; font-weight: bold; color: #FFFFFF; }

.lg16grn { font-size: 16px; font-weight: bold; color: #006600; }

.ss16grn { font-size: 16px; color: #006600; font-family: Arial, Helvetica, sans-serif; }

.ss18grn { font-size: 18px; color: #006600; font-family: Arial, Helvetica, sans-serif; }

.times18grn { font-size: 18px; color: #006600; Times New Roman, font-family: Times, serif; }

.lg16blue { font-size: 16px; font-weight: bold; color: #526384; }

.times18blu {	font-size: 18px; font-weight: bold; color: #526384; font-family: Times New Roman, Times, serif; }

.times22blu {	font-size: 22px; font-weight: bold; color: #526384; font-family: Times New Roman, Times, serif; }

.times18grn { font-size: 18px; font-weight: bold; color: #006600; font-family: Times New Roman, Times, serif; }

.times22grn { font-size: 22px; font-weight: bold; color: #006600; font-family: Times New Roman, Times, serif; }

.Arial10		{ font-size: 11px; color: #FFFF99; font-family: Arial, Helvetica, sans-serif; }

.SS9		{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 9px; }
.SS10		{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 10px; }
.SS11		{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 11px; }
.SS12		{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 12px; }
.SS13		{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 13px; }
.SS15		{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 15px; }
.SS15b	{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
          font-size: 15px; 
          font-weight: 700;}

.T			{ font-family: Times New Roman, Times, serif; }
.T9			{ font-family: Times New Roman, Times, serif; font-size: 9px; }
.T10		{ font-family: Times New Roman, Times, serif; font-size: 10px; }
.T11		{ font-family: Times New Roman, Times, serif; font-size: 11px; }
.T12		{ font-family: Times New Roman, Times, serif; font-size: 12px; }
.T13		{ font-family: Times New Roman, Times, serif; font-size: 13px; }
.T15		{ font-family: Times New Roman, Times, serif; font-size: 15px; }
.T18		{ font-family: Times New Roman, Times, serif; font-size: 18px; }

h1 			{ font-family: Times New Roman, Times, serif; font-size: 20px; font-weight: bold; }
h2 			{ font-family: Times New Roman, Times, serif; font-size: 20px; font-weight: bold; }
h3	 		{ font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; }
h4 			{ font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; }
h5 			{ font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
h6 			{ font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }