
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #ff
	}

<!- COLOR SCHEME:                                   ->
<!- header   99ff00  electric green                   ->
<!- color0   99ff00  electric green                   ->
<!- color1   63cece   baby blue                     ->
<!- color2   3300bb  dark blue                            ->
<!- color3   990066  plum                    ->
<!- color4   00cc66  lime green                      ->
<!- color5   cc0099  dark pink                    ->
<!- color6   ffcc00  bright corn                    ->
<!- color7   cc99ff  lavender                   ->

<!- colorPALEAQUA      BFFFE4  pale aqua   ->
<!- colorBLACK         000     black       ->
<!- colorPALEGREEN     cf9     PaleGreen       ->
<!- colorPALERGREEN    dfa     paleR green    ->
<!- colorDEEPPURPLE    609     deep purple       ->
<!- colorPALEPINKISH   fcc     pale pinkish       ->
<!- colorPALESKY       cfc     pale sky          ->
<!- colorPALELAVENDER  ccf     pale lavender          ->
<!- GREYtext           ddd     gray           ->
<!- COOLGREEN          6c0     cool green           ->
<!- colorPALEYELLOW    ff9     pale yellow           ->
<!- colorPALERGREEN    dfa     paleR green    ->


.colorNULL {
	background: #99ff00;
	}

.color0 {
	background: #99ff00;
	}

.color0text {
	color: #9f0;
	}


.color1 {
	background: #63cece;
	}

.color1text {
	color: #63cece;
	}

.color2 {
	background: #3300bb;
	}

.color2text {
	color: #3300bb;
	}

.color3 {
	background: #990066;
	}

.color3text {
	color: #990066;
	}

.color4 {
	background: #00cc66;
	}

.color4text {
	color: #00cc66;
	}

.color4a {
	background: #00cc66;
	}

.color4atext {
	color: #00cc66;
	}

.color5 {
	background: #cc0099;
	}

.color5text {
	color: #cc0099;
	}

.color6 {
	background: #ffcc00;
	}

.color6text {
	color: #ff8800;
	}

.color7 {
	background: #cc99ff;
	}

.color7text {
	color: #cc99ff;
	}

.colorBLACK {
	background: #111;
	}

.BLACKtext {
	color: #000;
	}

.colorWHITE {
	background: #fff;
	}

.WHITEtext {
	color: #fff;
	}

.colorPALEAQUA {
	background: #BFFFE4;
	}
.PALEAQUAtext {
	color: #BFFFE4;
	}
.colorPALEGREEN {
	background: #cf9;
	}
.PALEGREENtext {
	color: #cf9;
	}
.colorPALERGREEN {
	background: #dfa
	}

.colorDEEPPURPLE {
	background: #609;
	}
.DEEPPURPLEtext {
	color: #609;
	}

.LMAMtext {
	color: #FCEB02;
	}

.LMAMtext2 {
	color: #26AF03;
	}

.colorACITS {
	background: #007D47;
	}

.GRAYtext {
	color: #ddd;
	font-weight: normal;
	}
.colorPALEPINKISH {
	background: #fcc;
	}

.colorLIGHTISHPLUM {
	background: #fcf;
	}

.colorPALESKY {
	background: #ff8800;
	}
.colorPALELAVENDER {
	background: #ccf
	}
.colorCOOLGREEN {
	background: #6C0
	}
.COOLGREENtext {
	color: #6C0;
	}

.YELLOWsmallLinktext {
    color: #ffff00;
    font-size: 0.8em;
    }

.YELLOWNormalLinktext {
	color: #ffc;
	font-weight: normal;
	}

.colorELECTRICYELLOW {
	background: #ff0
	}

.colorELECTRICYELLOWtext {
	color: #ff0;
	}

.PLUMNormalLinktext {
	color: #c09;
	font-weight: normal;
	}


#header {
	margin: 0em 0em;
	padding: 1.5em 2.0em;
	background: #99ff00;    <!- Top Bar Color ->
	color: #000;
	}


#headerLMAA {
	margin: 0em 0em;
	padding: 1.5em 2.0em;
	background: #ffff00;    <!- Top Bar Color ->
	color: #000;
	}


#navbar1 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar1 a:link, #navbar1 a:visited {
	color: #63cece;
	background-color: #fff;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar1 a:hover {
	color: #fff;
	background-color: #63cece;
	text-decoration: none;
	border: none #fff;
	}


#navbar2 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar2 a:link, #navbar2 a:visited {
	color: #3300bb;
	background-color: #FFF;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar2 a:hover {
	color: #fff;
	background-color: #3300bb;
	text-decoration: none;
	border: none #fff;
	}


	
#navbar3 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar3 a:link, #navbar3 a:visited {
	color: #990066;
	background-color: #FFF;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar3 a:hover {
	color: #fff;
	background-color: #990066;
	text-decoration: none;
	border: none #fff;
	}	
	

#navbar4 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar4 a:link, #navbar4 a:visited {
	color: #00cc66;
	background-color: #FFF;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar4 a:hover {
	color: #fff;
	background-color: #00cc66;
	text-decoration: none;
	border: none #fff;
	}


#navbar5 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar5 a:link, #navbar5 a:visited {
	color: #cc0099;
	background-color: #fff;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar5 a:hover {
	color: #fff;
	background-color: #cc0099;
	text-decoration: none;
	border: none #fff;
	}

#navbar6 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar6 a:link, #navbar6 a:visited {
	color: #ff9900;                  <!- But Make Page color ffdd33 ->
	background-color: #FFF;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar6 a:hover {
	color: #fff;
	background-color: #ff8800;
	text-decoration: none;
	border: none #fff;
	}

#navbar7 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar7 a:link, #navbar7 a:visited {
	color: #aa0;
	background-color: #FFF;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar7 a:hover {
	color: #fff;
	background-color: #ff0;
	text-decoration: none;
	border: none #fff;
	}

#navbar8 {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbar8 a:link, #navbar8 a:visited {
	color: #9f0;
	background-color: #fff;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbar8 a:hover {
	color: #fff;
	background-color: #9f0;
	text-decoration: none;
	border: none #fff;
	}

#navbarLM {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbarLM a:link, #navbarLM a:visited {
	color: #FF0;
	background-color: #99ff00;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbarLM a:hover {
	color: #ff0;
	background-color: #ddd;
	text-decoration: none;
	border: none #fff;
	}

#navbarBLACK {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbarBLACK a:link, #navbarBLACK a:visited {
	color: #111;
	background-color: #ddd;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#navbarBLACK a:hover {
	color: #111;
	background-color: #000;
	text-decoration: none;
	border: none #fff;
	}

#navbarACITS {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbarACITS a:link, #navbarACITS a:visited {
	color: #007D47;
	background-color: #fff;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbarACITS a:hover {
	color: #fff;
	background-color: #007D47;
	text-decoration: none;
	border: none #000;
	}



2E3FFC

#navbarLMAA {
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	width: 165px;
	}
#navbarLMAA a:link, #navbarLMAA a:visited {
	color: #000;
	background-color: #ff0;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#navbarLMAA a:hover {
	color: #ff0;
	background-color: #000;
	text-decoration: none;
	border: none #fff;
	}


#navbarInsideForColor2 {
	text-align: center;
	font-weight: bold;
	width: 160px;
	}
#navbarInsideForColor2 a:link, #navbarInsideForColor2 a:visited {
	color: #3300bb;
	background-color: #ffcc00;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#navbarInsideForColor2 a:hover {
	color: #ffcc00;
	background-color: #3300bb;
	text-decoration: none;
	border: none #ffcc00;
	}

#navbarInsideForColor3 {
	text-align: center;
	font-weight: bold;
	width: 160px;
	}
#navbarInsideForColor3 a:link, #navbarInsideForColor3 a:visited {
	color: #990066;
	background-color: #ffcc00;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#navbarInsideForColor3 a:hover {
	color: #ffcc00;
	background-color: #990066;
	text-decoration: none;
	border: none #ffcc00;
	}


#navbarInsideForColorLM {
	text-align: center;
	font-weight: bold;
	width: 160px;
	}
#navbarInsideForColorLM a:link, #navbarInsideForColorLM a:visited {
	color: #000000;
	background-color: #ee00aa;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#navbarInsideForColorLM a:hover {
	color: #ee00aa;
	background-color: #000000;
	text-decoration: none;
	border: none;
	}



#content {
	margin: 1.3em ;
	line-height: 80%}

#content2 {
	margin-left: 1.3em ;
	margin-right: 0.0em ;
	}

#content3 {
	margin-left: 1.3em ;
	margin-right: 1.3em ;
	}


#contentsmallmargin {
	margin: 0.6em ;
	}

#contentnomargin {
	margin: 0.0em ;
	}

#content-leftonly {
	margin-left: 1.3em ;
	margin-right: 0.7em ;
	}

#contentTopAndSides {
	margin-left: 1.3em ;
	margin-right: 1.3em ;
	margin-top: 1.3em ;
	margin-bottom: 0.5em ;
	}

EM {font-size:120%}


/* THIS IS WHERE I AM */




a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 a {/* this ruleset keeps the root link in the title from standing out */
	font-weight: normal;
	color: #fff;
	}
	
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
img {
	border: 0;
	}
	
ol, ul, li {
	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: 1.2em 0em 1.2em 0em;
	}
	
li > p {
	margin-top: 0.2em;
	}
	
strong, b {
	font-weight: bold;
	}
	


.indent {
    margin-left: 2em;
    }

.white {
	color: #fff;
	}



.graycolortext {
	color: #dddddd;
	}

.black {
	color: #000;
	}

.kaki {
	background: #cc6;
	}


.kakitext {
	color: #cc6;
	}

.kakicenter {
	text-align: center;
	background: #cc6;
	}
	
.kakiwidth200 {
	width: 200;
	background: #cc6;
	}

.darkclayblue {
	background: #669;
	}

.lightgraytext {
    color: #ddd;
    }

.kakismalllinktext {
    color: #cc6;
    font-size: 0.8em;
    }

.kakiregsizelinktext {
    color: #cc6;
    font-size: 0.8em;
    }

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}


.plumb {
	background: #966;
	}

.plumbcenter {
	background: #966;
	text-align: center;
	}

.kakiwidth400 {
	width: 400;
	background: #cc6;
	}

.plumbwidth400 {
	width: 400;
	color: #ddd;
	background: #966;
	}

.pumpkinwidth400 {
	width: 400;
	color: #000;
	background: #f93;
	}

.winewidth400 {
	width: 400;
	color: #fb5;
	background: #CD3700;
	}

.pumpkin {
	background: #f93;
	}

.pumpkincenter {
	background: #f93;
	text-align: center;
	}

.coolgray {
	background: #999;
	}

.lightgraywidth200 {
	width: 200;
	background: #ddd;
	}

