<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default Stylesheet */

																/* &gt;&gt;&gt; ELEMENTS &lt;&lt;&lt; */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background:url(../images/hgs_csc_dark.jpg) repeat;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 85%;
		text-align: center;
		}






																/* &gt;&gt;&gt; CONTAINERS &lt;&lt;&lt; */

div#print {
	display: none;
	}
div#container {
	width: 1000px;
	margin: 10px auto;
	text-align: left;

	}
div#contents {
	text-align: left;
	border: 3px solid #676666;
	background: #FFF url(../images/hgs_csc_light.jpg) repeat;
	}
	div#header-wrap {
		background: url(../images/csc_2010_head.png) no-repeat top left;
		height: 215px;
		}
		div#header-in {
			padding: 10px;
			color: #666;
			font-size: 12px;
			}
			div#header-in a   {  color: #666; text-decoration: none;  padding: 0 10px;  }
			div#header-in a:hover   {  color: #fff;  }
	div#content-wrap {
		
		}
		div#center {
			color: inherit;

			}
			div#center-in {
				padding: 0 40px;
				margin:-40px 0 0;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		background: url(../images/csc_2010_foot.png) no-repeat bottom left;
		height: 125px;
		}
		div#footer-in {
			font-size:11px;
			padding:50px 10px 10px 550px;
			text-align:left;
			}
	div#copy {
			font-size:11px;
			color: #fff;
			text-align:center;
			margin: 10px 0;
			}
	div#copy a, div#copy a:link, div#copy a:visited {  color: #fff; text-decoration: none;   }






																/* &gt;&gt;&gt; SUB CONTAINERS &lt;&lt;&lt; */
div.box {
	float: right;
	width: 330px;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	font-size: 12px;
	}
div.box p  {  padding: 0 10px;  }
	div.left {
		float: left;
		margin: 20px 0 0 50px;
		}
	div.eins  { margin: 80px 20px -25px 50px; }
	div.right {
		float: right;
		margin: 0 50px 0 0;
		}





																/* &gt;&gt;&gt; LISTS &lt;&lt;&lt; */
ul#nav-center {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #eee;
	}
	ul#nav-center li {
		display: inline;
		}
		ul#nav-center li a {
			width: 138px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			}
		ul#nav-center li a:hover {
			color: #4494FF;
			background-color: #F1F7FF;
			}
div#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #888;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* &gt;&gt;&gt; TYPOGRAPHY &lt;&lt;&lt; */
*.x {
	display: none;
	}
h1 {
	padding: 10px 0;
	font-size: 150%;
	color: #444;
	}
h2 {
	padding: 10px 0;
	font-size: 120%;
	color: #444;
	}
h3 {
	padding: 10px 0;
	font-size: 110%;
	color: #444;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 16px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}





																/* &gt;&gt;&gt; FORMS &lt;&lt;&lt; */
* { }





																/* &gt;&gt;&gt; END &lt;&lt;&lt; */</pre></body></html>