/******* Everything *******/
*
{
	font-family: "Helvetica Neue", Helvetica, Verdana, Tahoma, Sans-Serif;
}

/******* Elements *******/
body
{
	background-color: #bdd7e4;
	color: #000;
    margin: 0 0 20px 0;
 	text-align: center;
}

h2
{
	color: #0066cc;
	font-size: 13pt;
	margin-bottom: 5px;
	margin-top: 10px;
}

p
{
	font-size: 11pt;
	margin-bottom: 5px;
}

/******* Classes *******/
.clear
{
	clear: both;
}

div.content
{
	background: url(/images/page-background.jpg) repeat-y;
}

div.copy
{
	height: 100%;
	margin-left: 36px;
	padding: 10px;
	width: 860px;
}

img#scw-logo
{
	margin: 25px;
}

div.wholey
{
   position: relative;
 	margin-left: auto;
 	margin-right: auto;
 	width: 950px;
 	text-align: left;
}
div.top-cap
{
	background: url(/images/top-cap.jpg) no-repeat;
	height: 36px;
	width: 950px;

}

ol > li
{
	list-style-position: inside;
	list-style-type: decimal;
}
