body {
	color: #999999;
	text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	font-size: 14px;
	background-image: url(images/bg.gif);
}

a:link {
	color: #6699CC;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
   
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #000;
	background-color: #e0e0e0;
}

#header {
	background: #ffffff;
	text-align: left;
	padding: 20px;
}

#left {
	float:left;
	width: 200px;
	padding: 20px 0px 0px 0px;
}

#right {
	float:right;
	width: 530px;
	border-left: 2px dotted #000000;
	color: #333333;
	padding: 20px;
}

#footer{
	clear:both;
	text-align: left;
	background-color: #333333;
	padding: 20px;
	background-image: url(images/csst_bg.gif);
	font-size: 75%;
}

h1 {
	font-size: 120%;
	color: #003366;
}

h2 {
	font-size: 110%;
	color: #333333;
	line-height: 1.266em;
}

h3 {
	color: #000000;
	text-align: left;
	font-size: 80%;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 15px;
}

h4 {
	font-size: 110%;
	color: #000000;
	line-height: 1.266em;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	margin-bottom: 5px;
	width: 440px;
}

h5 {
	font-size: 130%;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
}

.maincontent {
	font-size: 85%;
	padding: 0px 10px 0px 10px;
}

#sidebar {
	width: 160px;
	font-size: 90%;
	font-size: 85%;
}

#sidebar a {
	padding: 3px;
	display: block;
	border: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px;
	background-color: #336699;
}

#sidebar a:link, #sidebar a:visited {
	color: #FFFFFF;
}

#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #000;
}

#current a {
	color: #FFFFFF;
	background-color: #999999;
	border: 2px dotted #999;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin: 0px 0px 6px 0px;
}

div.float {
	padding: 20px;
	background-color: #e0e0e0;
	float: left;
	font-size: 70%;
}
  
div.spacer {
	clear: both;
	background-color: #CCCCCC;
}

li.list {
	list-style: dot;
	color: #003366;
	line-height: 2em;
}

#sample {
	background-color: #FFFFFF;
	padding: 20px;
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: thin;
	text-align: center;
}
