@charset "utf-8";
@import	url(swinit.css);
html {
	background-image: url(../i/bg.gif);
	background-repeat: repeat;
}
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
p {
	margin-bottom: 1.2em;
	word-spacing: 0.05em;
	line-height: 1.5em;
}

h1 {
	font-size: 240%;
	color: #660033;
	margin-bottom: 0.5em;
	margin-top: .5em;
}
h2 {
	font-size: 180%;
	color: #006666;
	margin-bottom: 0.5em;
}
.table1 {
	color: #006666;
	background-color: #F6F9F9;
}
.tealtext {
	color: #006666;
}

h3 {
	font-size: 150%;
	margin-bottom: .25em;
	color: #993366;
}
form {
	width: 500px;
	margin-top: 0px;
	padding-top: 5px;

}
form td {
	font-size: 100%;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
strong {
	font-weight: bold;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ul {
	margin-bottom: 1em;
}

ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}


a {
	color: #993366;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #660033;
}
.formentrytext {
	font-size: 110%;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#cd {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}


#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #660033;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#menu {
	position: absolute;
	top: 130px;
	right: 4px;
	font-size: 80%;
	color: #990066;
}
#menu a {
	padding-right: 3px;
	padding-left: 3px;
}

#mainContent {
	padding-top: 145px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../i/swheader.jpg);
	background-repeat: no-repeat;
}
#maincol {
	margin-right: 230px;
	padding-left: 60px;
}
#maincol a {
	text-decoration: underline;
}

#rightcol {
	float: right;
	width: 220px;
}
.clearleft {
	clear: left;
}

#rightcol img {
	padding-top: 0px;
	padding-left: 20px;
}


#footer {
	background-image: url(../i/footerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
	margin-top: 30px;
	clear: both;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: none;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 85%;
	text-align: right;
}

#siteby {
	position: absolute;
	text-align: right;
	right: 0px;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 20px;
}
#siteby a {
	color: #999;
}
#siteby a:hover {
	color: #FFF;
}
.quotemark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 400%;
	color: #CCC;
	vertical-align: sub;
}
#scott {
	float: left;
	padding-right: 20px;
	padding-bottom: 25px;
}
.emailaddress {
	padding-top: 4px;
}
.box {
	border: thin solid #610033;
	padding: .5em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #610033;
	font-weight: bold;
}

