body {
	/* Here we'll declare the default font-size and font-family.*/
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#EBDFC7;
	margin:0;
	padding:0;
     }

p {margin:0 0 1em;}
#Content p {line-height:2; /* ~20px */}
#Content blockquote p {line-height:1.5;}

a {
     color:#990000;
     text-decoration:none;
     font-weight:600;
  }
a:link {color:#000066;}
a:visited {color:#6FB3FF;}
a:hover {background-color:#eee;}

h1 {
	color:black;
	font-size:2.2em; /* ~24px */
	font-weight:800;
	margin:0 0 .4em; /* margin-bottom: ~20px */
	}

h2 {
	color:#0C60CC;
	font-size:12px; /* Not a relative value, since this is the bar*/
	line-height:12px; /* Ditto */
	font-weight:800;
	font-family:verdana, arial, helvetica, sans-serif; 
	margin:0;
	padding:0;
	}

h3 {
	color:#666666; /*#999*/
	font-size:1.27em; /* ~14px */
	font-weight:800;
	margin:.43em 0 .214em; /* ~6px 0 ~3px */
	}

h4 {
	color:#333;
	font-size:1em;
	font-weight:700;
	margin:1.63em 0 .27em; /* ~18px 0 ~3px */
	}

h5 {
	color:#999;
	font-size:1em;
	font-style:italic;
	font-weight:800;
	margin:1.8em 0 .27em; /* ~20px 0 ~3px */
	}

/*Now begins the divisions*/

#Menu {
        position:absolute;
        top:120px;
	width:150px;
	margin-top:5px;
        margin-left:10px;
	padding:15px 5px 15px 15px;
        line-height:1.7;
	}
#Menu h2 {
	color:#cc9933; 
	font-size:1.27em; /* ~14px */
	font-weight:800;
	margin:.86em 0 .214em; /* ~12px 0 ~3px */
	}
#Menu p {
	font-size:.9em;
	line-height:1.5;
	margin:0 0 2em;
	}
#Menu ul {margin:0 0 0 1em; padding:0;}
#Menu li {list-style-type:none; margin:0; padding:0; text-indent:-1em;}
#Menu a:link {color:#000066;}
#Menu a:visited {color:#0C60CC;}
#Menu a:hover {background-color:#eee;}

#Name   {
        width:100%;
	padding:0px 0px 0px 0px;
	background-image:url(graphics/back.jpb);
	background-position:top left;
	background-repeat:x-repeat;
	}

#Content {
        position:absolute;
        top:120px;
	width:66%;
	margin-top:5px;
        margin-left:210px;
	padding:15px 15px 15px 15px;
	border-color:black;
	border-style:solid;
	border-width:1px 1px;
        background-color: #FBF6ED; 
	 }

#Content ul {list-style-type:disc; margin: 0 0 0 2em; padding:0;}
#Content ol {list-style-type:arabic numbers; margin: 0 0 0 2em; padding:0;}
#Content li {margin:0; padding 0; text-indent:0em;line-height:2; /* ~20px */}

