/* Start of CMSMS style sheet 'ism Default' */
              body {
                    background: #D7D7D7;
                    margin: 0px;
                    padding: 0px;
              }
 
               #container {
			width: 720px;
			margin: -25px auto;
			padding: 0px;
                        background: #ffffff;
		}

		#banner {
			padding: 0px;
			margin-bottom: 0;
                        background: #ffffff;
		}

		#content {
			padding: 5px;
			margin-left: 215px;
                        background: #ffffff;
                        height: 100%;
                        width:490px;

		}
		#menu a{
                        text-decoration:none;
                        color: #000000;
		}
          
		#sidebar-a {
			float: left;
                                       position: static; /* Do not scroll with the page -<(kmk)>-*/
                                       display: inline;
			width: 200px;
			margin: 0;
			margin-right: 0;
			padding: 2px;
                        background: #ffffff;
                        border-right: 3px solid #cccccc;
		}

		#sidebar-img {
                        text-align: center;
		}

		#sidebar-img img {
			margin-top: 10px;
                        border-style: none;
		} 

		#sidebar-img a {
			color: #FFFFFF;
		} 

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 0;
                        background: #ffffff;
		}

h1 {
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, sans;
	color: #666666;
	font-size: 18pt;
	
}

a {
	font-size: 10pt;
       color: #3F6C8D;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	font-size: 10pt;
	text-decoration: underline;
       color: #3F6C8D;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #666666;
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, sans;
	font-size: 16pt;
}

p {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

#footer {
	font-family: Arial, Helvetica;
	font-size: 8pt;
        color: #003366;
}

li {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

blockquote {
	font-family: Arial, Helvetica;
}
/* End of 'ism Default' */

