

/*
   -------------------------------
  First, remove all default formatting
  ----------------------------------
 */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin : 0;
    padding : 0;
     
}
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
    font-size : 100%;
     
}
/* Removes list-style from lists */
ol, ul {
    list-style : none;
     
}


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var {
    font-style : normal;
    font-weight : normal;
     
}

strong {
    font-weight : bold;
}

/* Removes list-style from lists */
table {
    border-collapse : collapse;
    border-spacing : 0;
     
}
/* Removes border from fieldset and img */
fieldset,img {
    border : 0;
     
}
/* Left-aligns text in caption and th */
caption,th {
    text-align : left;
     
}
/* Removes quotation marks from q */
q:before, q:after {
    content :'';
     
}
/*
   -------------------------------
  First, remove all default formatting
  ----------------------------------
 */
html {
    background: #ABAEA0;
    font-size: 14px;
    line-height: 1.5em;
    font-family: verdana, arial, helvetica;
}
body {
    margin-left: 15px;
    margin-right: 15px;
    border: 2px solid #898c87;
    width: 85%;
    background: #F9F8E7 url(cts-sf.png) repeat-x;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
}
h1 {
    color: maroon;
    font-size: 150%;
    margin-bottom: 1em;
    margin-top: 1em;
}

h2 {
    color: maroon;
    font-size: 100%;
    margin-bottom: 0.5em;
}
h3 {
    color: maroon;
    font-size: 100%;
    margin-bottom: 0.5em;
}

a {
    text-decoration: none;
    color: navy;
}

a:hover {
    background: #ABAEA0;
}

p {
	margin-bottom: 0.5em;
    	margin-top: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

ul	{
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 3em;
	list-style-type: circle;
}

ol	{
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 3em;
	list-style-type: decimal;
}

/* Navigation stuff */

.credits {
    font-size: 85%;
    color: #898c87;
    margin: 20px 0px 0px 0px;
}

.lastmod {
    font-size: 85%;
    color: #898c87;
    margin: 20px 0px 0px 0px;
}

.crumbs {
    font-size: 85%;
}

.floatBox {
    float : right;
    width : 18em;
    z-index : 100;
    background-color : #ddd;
    
    margin: 20px 15px 20px 20px;
    -moz-border-radius: 18px;
    border: 2px solid #fff;
}

#nav ul li {
    list-style-type: none;
    font: Arial, sans-serif;
    text-transform: uppercase;
    color : maroon;
}


#nav ul li a:link,
#nav ul li a:visited {
	color: navy;
	text-decoration: none;
	border: none;
}

#nav ul li a:hover,
#nav ul li a:active {
	text-decoration: underline;
}


#nav ul li ul li {
	font-size: 0.95em;
	text-transform: capitalize;
}

.footer {
font-size : 80%;
margin : 2em;
border-top : 1px solid silver;
padding-left: 2em;
padding-right: 2em;


}