<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('color.css');

/*-----------
SCM Basic Style Sheet

rev:	1.1
author:	Scott Bristol
email:	webmaster@scmhoa.com
website:www.scmhoa.com
-------------*/

* {
margin : 0;
padding : 0;
}

table {
border-collapse : collapse;
border-spacing : 0;
}

html { 
	height : 100%; 
	padding-bottom : 1px;
}

body {
   	height : 100%;
	font : normal small verdana, arial, helvetica, sans-serif;
	color : #666666;
}

#wrap	{
	height : 100%;
	position : relative;
}

body &gt; #wrap	{
	height : auto;
	min-height : 100%;
}

h1, h2, h3, h4 {
	color : #333333;
}

h1 {
	font-size : 1.5em;
	font-weight : normal;
	margin-bottom : 0.8em;
	padding: 46px 0 0 0;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

h3 {
	font-size : 1.3em;
	font-weight : normal;
	margin-bottom : 0.8em;
}

h6 {
	margin-bottom : 1em;
	text-transform : uppercase;	
	letter-spacing : 2px;
	font : bold small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom : 1.4em;
	line-height : 1.4em;
	text-align : justify;
}

ul {
	margin-left : 3em;
}

ul.NoBullet {
  list-style-type : none;
}

ol {
	margin-left : 3em;
}

a {
	text-decoration: none;
	color : #333333;
}

a:hover {
	text-decoration : underline;
}

/* nav */

#navbar ul {
	margin : 0px;
	padding : 0px;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	line-height : 20px;
	white-space : nowrap;
}

#navbar li {
	border-right : 1px solid #fff;
	display : inline;
}

#navbar li a {
	text-decoration : none;
	padding : 2px 10px;
	color : #FFFFFF;
}

#navbar li a:link {
	color: #FFFFFF;
}

#navbar li a:visited {
	color: #FFFFFF;
}

/*   Footer Nav Bar   */

#navbar2 {
	position : fixed;
	width: 100px;
	bottom : 0px;
	margin-top : -45px;
	float: left;
	height: 45px;
}

#navbar2 ul {
	margin : 0px;
	padding-bottom : 15px;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	line-height : 10px;
	white-space : nowrap;
}

#navbar2 li {
	border-right : 1px solid #fff;
	display : inline;
}

#navbar2 li a {
	text-decoration : none;
	padding : 2px 10px;
	color : #FFFFFF;
}

#navbar2 li a:link {
	color: #FFFFFF;
}

#navbar2 li a:visited {
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 905px;
	margin: 0 auto;
	background: url(images/img02.gif) no-repeat 0 665px;
}

#logo img {
	display : block;
}

#logo h1 a {
	text-transform : uppercase;
	text-decoration : none;
	font-size : 30px;
}

#logo h2 {
	font-size : 1em;
}

#logo a {
}

/* Content */

#content {
	Height : 900px;
	padding-bottom : 45px;
	width: 905px;
	margin: 0 auto;
}

/* Content &gt; Main */

#main {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 45px;
	float: right;
	width: 600px;
}

#main li img {
	display : inline;
}

#main p img {
	display : inline;
}

#calendar {
	margin: 0 auto;
	width : 500px;
}

#full {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom:45px;
	float: left;
	width: 850px;
}

#docs {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom:45px;
	width: 500px;
}

#docs li img {
	display : inline;
}

#blocktext p {
    margin-left: auto;
    margin-right: auto;
}

/* Content &gt; Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 45px;
	padding-top: 120px;
}
#sidebar ul {
	list-style: none;
}

#image {
    padding-top: 20px;
    margin-left: 20px;
    padding-bottom : 20px;
}

/* Boxed Style */

.boxed .title {
	padding: 0px 0 0 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 10px;
}

/* Content &gt; Sidebar &gt; Updates*/

#updates {
	margin-top: 60px;
	Margin-left: 8px;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
	position : fixed; 
	bottom : 0px;
	height: 45px;
	padding-top: 5px;
	margin: 0 auto;
	font-size: x-small;
	width: 903px;
	background: url(images/footer.gif) no-repeat right top;
}

#footer img {
	float : right;
	display : inline;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
	padding-bottom : 3px;
}


/* Footer &gt; Legal */

#legal {
}

/* Footer &gt; Links */

#links {
}</pre></body></html>