/* updated July 2009 */
/* Notes from College Classes */
body {
   margin: 0px 0px 0px 0px;
   padding: 1px 0px 0px 0px;
   background-color: #C4C4C4;
   background-image: url(../images/bckgrnd/bckgrnd.jpg);
   background-repeat: repeat;
   line-height: 125%;
   font-family: "Times New Roman", Times, serif;
   font: 100%;
   color: black;
}
 
#bodywrapper {
   position: relative;
   top:0;
   left: 0;
   width: 800px;
   background-color: #fafafa;
   color: black;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

/* __ Left Side Menu  __ */
#leftcolumn {
   position: absolute;
   top: 0;
   left: 0;
   background-image: url(../images/bckgrnd/left.jpg);
   background-repeat: repeat-y;
   margin: 0;
   padding: 0;
   width: 99px;
   height: 100%;
}

#contentarea {
   width: 650px;
   padding: 125px 25px 25px 25px; 
	margin: 0px 0px 0px 100px; 
	clear: both;
 
}


/* __ PAGE FOOTER STYLES __ */
#footer {
   background-image: url(../images/bckgrnd/footer.jpg);
   background-repeat: no-repeat;
   margin: 0px 0px 0px 100px;
   padding: 40px 0px 2px 0px;
   text-align: center;
	 font-size: 11px;
   height: 150px;
   width: 700px;
   vertical-align: top;
}

/* footer of the page */
.copyright, .copyright a, .copyright a:link {
	text-align: center;
   font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 6px 0px;
	
}

/* last line of text or closing statment */
.closing {
text-align: center;
   font-size: 11px;
   font-weight: bold;
   padding: 10px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
   
}

#header {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 101px;
   margin: 0px 0px 0px 0px;
   padding: 1px 0px 0px 0px;
   background-image: url(../images/bckgrnd/header.jpg);
   background-repeat: no-repeat;
   background-color: #C4C4C4;
   color: #FFFFFF;
   overflow: hidden;
}

/* TEXT STYLES */
h1, h2, h3, h4, h5, h6 {
   color: Black;
   background-color: transparent;
   padding: 4px 2px 1px 2px;
}

h1 {
	font-size: 135%;
}
h2 { 
	font-size: 120%; 
}
h3 {
	font-size: 110%; 
}
h4 { 
	font-size: 105%;
}
h5 { 
	font-size: 100%; 
}
h6 {
   font-size: 90%;
}


p {
   font-size: 100%;
   padding: 1px 1px 1px 1px;
}

ol {
   font-size: 95%;
   margin: 0px 30px 0px 50px;
    padding: 1px 2px 1px 2px;
   list-style: decimal outside;
}
ul {
   font-size: 95%;
   margin: 0px 30px 0px 50px;
   padding: 1px 2px 1px 2px;
   list-style: disc outside;
}

li {
   font-size: 95%;
	margin: 0px 0px 0px 5px;	
	 padding: 1px 1px 1px 1px;
}


	
a:link {
	color: #323499;
	background-color: transparent;
}

a:visited {
	color: #483D8B;
	background-color: transparent;
}

/* - styles special text -------- */

/* - special colors - */
.redcolor, span {
   background-color: transparent;
   color: red;
}
.bluecolor, span {
   background-color: transparent;
   color: blue;
}
.navycolor, span {
   background-color: transparent;
   color: navy;
}

/* - styles top of page on right side of page small text - */
p.smrt {
   font-size: small;
   float: right;
   padding: 2px 0px 20px 0px;
   clear: both;
}



/* - styles of the webpage containers - */
table {
    font-size: 100%;
}


abbr, acronym,  span.abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	font-weight: normal;
}


.imgClr {
	border: 0px;
	vertical-align: middle;
	padding: 0px;
	clear: both;
}

	