/* Start of CMSMS style sheet 'type.css' */
/* Table of contents 
	General
	Navigation
	Headings
	Footer	
	Special Elements*/

/* GENERAL */

body {
	font: 100%/1.5em arial, sans-serif;
}

p{
	text-align: justify;
	margin-bottom: 1em;
}

p a{
	font-weight: 900;
}

dt {
              font-weight:900;
}

/* NAVIGATION */

ul#nav li { /* 3 em */
    list-style-type: none;
    text-align: right;
}

ul#nav li a{
	letter-spacing: 0.1em;
	font: 2em/1.5em arial, sans-serif;
	text-decoration: none;
}

ul#nav ul {
	font: 0.5em/1.5em arial, sans-serif;
}

ul#nav ul li h3 a{
	font-size:1em;
	display:block;
	width:100%;
}

ul#nav ul li h3{
	border:0px;
	font-size:2em;
	margin-top:1em;
}

/* HEADINGS*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font: small-caps 1.5em/1 'Times New Roman';
	letter-spacing: 0.15em;	
	padding-bottom:0.25em;
	margin: 0.5em 0 0.25em 0;
}
	
h1 { /* 4 em */
	font: small-caps 2em/1 'Times New Roman';
	margin-bottom:1.25em;
	padding: 0.5em 0 0.25em 0;
	text-align: center;
}

h3, h4, h5, h6 {
	font: normal 1em/2em arial;
}

/* FOOTER */

p#footer {
    font: 0.75em/2em 'arial'; 
    text-align: center;
}

/* SPECIAL ELEMENTS  */

ol, #content ul, blockquote, code {
    font-size: 0.875em; /* 16 x .875 = 14*/
    line-height: 1.71428571em; /* 14 x 1.71428571 = 24 */
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: upper-roman;
}

blockquote {
    font-style: italic;
}

em {
    font-weight:bold;
}

code {
    white-space: pre;
    font-family:Monaco, Courier, "Courier New", monospace;
}

.date, .NewsSummaryAuthor {
    width:100%;
    text-align: right;
    font: italic 0.75em/1em 'arial';
}




/* End of 'type.css' */

