/* Start of CMSMS style sheet 'LT-Format' */
p {
	font-family: serif;
	margin: 0 0 15px 0;
}

.title {
	font-family: serif;
	font-weight: bold;
	font-size: 22pt;
	text-align: left;
	line-height: 24pt;
	margin: 3px 0 0 5px;
	
}

.desc {
	font-family: sans-serif;
	font-size: 15pt;
	text-align: left;
	line-height: 15pt;
	margin: 3px 0 0 5px;
}

.section {
	font-weight: bold;
	font-size: 20pt;
}

.subhead {
	font-weight: bold;
	font-size: 18pt;
	margin-left: 24pt;
}

.work {
	font-size: 12pt;
	margin-left: 36pt;
}

#navigation ul {
        margins: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: none;
}

#navigation li {
 	font-family: sans-serif;
	font-size: 12pt;
	margin: 0 0 8px 0;
}

#navigation a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#navigation a:hover {
	color: #00C;
}

#navigation ul ul li {
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0 0 8px 0;
}

#navigation .rule {
        height: 1px;
        border-top: 1px solid #00C;
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 10px;
}

#navigation hr.rule {
        display: none;
}

#rh-col a:link {
        text-decoration: none;
        color: #00C;
        font-style: italic;
}

#rh-col a:visited {
        text-decoration: none;
        color: #00C;
        font-style: italic;
}

#rh-col a:hover {
        color: #0B0;
}

td {
	padding: 3px 3px 3px 3px;
	vertical-align: top;
}

/* End of 'LT-Format' */

/* Start of CMSMS style sheet 'LT-Layout' */
/* Layout Stylesheet */ 

body{
 background: #66C;
 margin: 0;
 padding: 0;
 }
	 
#header{
 height: 65px;
 background:#ADA;
 color:#000000;
 border: solid #000000;
 border-width: 1px 0px;
 padding: 3px 0 0 0;
 margin: 15px 0 0 0;
 }

#navigation{
 position: absolute;
 top: 100px;
 left: 15px;
 width: 155px;
 border: 1px solid #000000;
 background: #ADA;
 margin: 0px;
 padding: 15px;
 height: 400px;
 }

#rh-col{
 margin: 15px 15px 15px 217px;
 border: 1px solid #000000;
 background: #EFEFFF;
 padding: 15px;
 position :relative;
 }

/* End of 'LT-Layout' */

