/* Start of CMSMS style sheet 'allpages' */
.largertext {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.largerboldtext {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
        line-height: 1em;
}

.singleline {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
        line-height: 1em;
}

.singlelinebold {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
        line-height: 1em;
}

.currentclassidnormal {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
}

td.small {
	font-size: 12px;
}

td.normal {
	font-size: 13px;
}

td.quote {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        line-height: 1.4em;
        color: #339933;
        padding: 0 25px 0 25px;
}

.quote {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
        line-height: 1.2em;
}

.moreheight {
        line-height: 2.7em;
}

.bookheight {
        line-height: 2em;
}

.articleheight {
        line-height: 1.5em;
}

.courses {
   font-size: 18px;
   color: #016a6b;
   font-weight: normal;
}

.days {
   font-size: 13px;
   color: #555555;
   font-weight: normal;
}

.coursenumbers {
   font-size: 12px;
   color: #000000;
   font-weight: normal;
}
/* End of 'allpages' */

/* Start of CMSMS style sheet 'homer' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 13px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */

A:link {text-decoration: none; background-color: inherit; color: #95067f; font-weight: normal;}
A:visited {text-decoration: none; background-color: inherit; color: #95067f; font-weight: normal;}
A:active {text-decoration: none; background-color: inherit; color: #000000; font-weight: normal;}
A:hover {text-decoration: underline; background-color: inherit; color: #000000; font-weight: normal;}

/*****************
basic layout 
*****************/
body {
   background-color: #919580;
   color: #555555;
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   width: 800px; /* IE wont understand these, so we will use javascript magick */
   background-image: url('images/scroll-side.gif');
   background-repeat: no-repeat;
   background-position: top left;
   font-weight: normal;
}

/* center wrapper, min max width */
div#wrap {
   border: 1px solid;
   border-color: #646255;
   margin: 0 auto;     /* this centers wrapper */
   width: 800px; /* IE wont understand these, so we will use javascript magick */
   background-color: #fff;
}

div.breadcrumbs {
   padding: 10px 0 0 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 10px;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   font-weight: normal;
   color: #000000;
}

div#main {
   font-weight: normal;
   font-size: 13px;
   line-height: 2.5em;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 155px;    /* sidebar width, if you change this please also change #main margins */
   font-weight: normal;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   padding: 25px 0 5px 200px;
   font-weight: normal;
   color: #999999;
}

div#footer p {
   font-size: 9px;
   text-align: left; /* centered text */
   font-weight: normal;
   color: #999999;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
   font-weight: normal;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#main h1 {
   font-size: 13px;  /* font size for h1 */
   color: #016a6b;
   text-align: left;
   font-weight: bold;
}

div#main h2 {
   color: #016a6b; 
   font-size: 13px; 
   text-align: left;
   padding: 1px 0 6px 0;
   font-weight: bold;
}

div#main h3 {
   line-height: 1.2em;
}

div#main h4 {
   font-size: 18px;
   color: #016a6b;
   text-align: left;
   padding: 25px 0 14px 0;
   font-weight: normal;
}

div#main h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight: normal;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight: normal;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 13px;
   font-weight: normal;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
   font-weight: normal;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
   font-weight: normal;
}
strong, b {
/* explicit setting for these */
}
em, i {
/* explicit setting for these */
   font-style:italic;
   font-weight: normal;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   margin: 0 0 0 1em;
   font-size: 1.0em;
   font-weight: normal;
   list-style-type: disc;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0 1em;
   font-weight: normal;
   list-style-type: disc;
}

div#dl dt {
   margin: 0 0 0 1em;
   line-height: 2em;
   font-weight: normal;
}
div#dl dd {
   margin: 0 0 0 1em;
   line-height: 2em;
   font-weight: normal;
}
/* END LISTS */

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
        width: 220px;
}

.one {
   font-size: 16px;
   color: #016a6b;
   text-align: left;
   font-weight: bold;
}

.two {
   font-size: 14px;
   text-align: left;
   line-height: 1.5em;
   font-weight: normal;
}

.three {
   font-size: 13px;
   color: #009933;
   text-align: left;
   font-weight: normal;
   line-height: 1.8em;
}

.four {
   font-size: 11px;
   color: #555555;
   text-align: left;
   font-weight: normal;
   line-height: 1.8em;
}
/* End of 'homer' */

