<style type="t>
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: calibri, garamond, arial;
	}
p {
	font-family: calibri, garamond, san-serif;
}
.title-header {
	font-family: calibri, garamond, san-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#sg-logo-header {
      	width: 100%;
	height: 50px;
	background-color: #0003ff;
}
#sg-name-header {
	width: 100%;
	height: 75px;
	background-color: #0003ff;
}
#blue-header1 {
   	width: 100%;
	height: 50px;
   	background-color: #32669a;
}
#blue-header2{
   	width: 100%;
	height: 35px;
   	background-color: #336291
}
#blue-header3 {
   	width: 100%;
	height: 40px;
   	background-color: #2d5c8a; // #285f98;
}
.blue-bar { 
        width: 100%;
	background-color: #32669a; // #16264f;
        height: 20px; 
}

.space-header {
	margin: 0;
	padding: 0;
        width: 100%;
	height: 1.5em;  
}
#nav-header {
	margin: 0;
	padding: 0;
        width: 100%;
	height: 20px; 
	color: #000;
	font-family: calibri, garamond, arial;
	font-size: .9em;
	font-wieght: bold; 
	text-align: center;
	border-bottom: 1px solid #b3b6b9;
}
#nav-header a {
	color: #0611a3; // #32669a;
	text-decoration: none;
}
#nav-header a:hover {
	color: #b31b1b;
	font-size: 1em;
	text-decoration: none;
}


// section will contain both side and content
#section {
        clear: both;
        margin: 0 0 0 0;
	height: 100%;
}
#left-quote {
	clear: left;
        float: left;
        width: 18%;
	color: #000;
	font-size: .9em;
        padding-left: 5px;
}

#left-side {
	clear: left;
        float: left;
        width: 18%;
	color: #000;
	font-size: .9em;
        padding-left: 5px;
}

#breadcrumbs {
   	width: 100%;
	text-indent: 100px;
	font-size: .9em;
	text-decoration: none;
}
#breadcrumbs a {
	color: #336699;
}
#breadcrumbs a:hover {
   	color: #b31b1b;
}

#margined-content {
        width: 80%;
	margin-right: auto;
	margin-left: auto;
 	padding-left: 5px;
 	padding-right: 5px;
	background-color: #eaedf9;
}
	
#content {
	clear: right;
	float: right;
        width: 76%;
	padding-right: 2px;
}

#content a {
	text-decoration: none;
	color: #b31b1b; //#336699;
}
#content a:hover {
	text-decoration: none;
	color: #336699; //#b31b1b;
}

#content ul li {
	line-height: 21px;
        list-style: disc outside;
}


#content table { width: 500px; }

#content dl,dt,dd { width: 600px; }

.prop {
    height:250px;
    float:right;
    width:1px;
}

.whitetxt {
  	color: #fff;
}	

p.indent { 
	text-indent: 25px; 
}

.error { 
	font-size: 1.1em; 
	color: #b31b1b;
}
#footer {
	clear: both;
	background-color: #;
	padding: 8px;
} 
#contact {
	clear: both;
	width: 100%;
	background-color: #0003ff;
	color: #fff;
}
#contact .contact-header {
     	font-wieght: bold;
	font-size: 1.1em;
	color: #fff;
}
#contact a {
	text-decoration: none;
	color: #fff;
}
#contact a:hover {
	text-decoration: none;
	color: #b31b1b;
}
#contact p {
  	font-size: .9em;
	color: #fff;
}

h3 { 
	font-weight: bold;
	font-size: 1.1em;
}

.red { color: #8b0000; }
.clear-both {
	clear: both;
}

.user-post {
	border-top: solid 1px #b31b1b;
	border-bottom: solid 1px #b31b1b;
	width: 100%;
	background-color: #eee;
}
#user-posts-form {
	background-color: #e3e6f9;
	border: 1px solid #0003ff;
}

</style>