body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #333;
	background-color: #fff;
	padding: 0;
	margin: 20px auto;
	text-align: center;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
#main {
	width: 770px;
	text-align: left;
	/*background: url(/sw/images/mainbg.gif) 100% 0 no-repeat;*/
}
#col1 {
	font-size: 13px;
	margin-right: 15px;
}
#col2 h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #089fae;
}
p, li, td {
	font-size: 11px;
}
a {
	color: #8B9C9D;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #8B9C9D;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #8B9C9D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
#header {
	height: 90px;
	margin: 0;
	border: 0;
	padding: 0;
	background: url(/sw/images/mainlogo.gif) no-repeat top right;
	display: none;
}
#col1 {
	width: 320px;
	margin: 0;
}
#col1 img {
	padding: 8px 0px 8px 0px;
	border: 0;
}
#col2 {
	padding: 0px;
	width: 495px;
	border-left: 0px solid #ccc;
	background-image: url('/sw/images/divider.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	background: #fff;
	height: 38px;
	padding-left: 10px;
	text-align: center;
	color: #cccccc;
}
#footer a {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
	color:gray;
}
.region {
	padding: 0px 10px 10px 20px;
}
