body {
	margin: 0px;
	background-color: #183c6e;
}

#wrapper {
	width: 900px;
	height: 100%;
	min-height: 700px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	
	background-color: #183c6e;
	overflow: auto;
	padding: 0;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #2c4482;
}

#top {
	background-image: url('images/sltop.jpg');
	height: 48px;
	min-height: 48px;
	width: 900px;
	padding: 0;
	margin: 0;
	border: 0;
}

#bottom {
	background-image: url('images/slbottom.jpg');
	height: 48px;
	min-height: 48px;
	width: 900px;
	padding: 0;
	margin: 0;
	border: 0;
}
	
#mainwrap {
	margin: 0 19px 0 19px;
	border-left: 1px solid #647c9d;
	border-right: 1px solid #7288a6;	
	padding: 0;
	font-size: 8.5pt;
	background-color: #fff;
	width: 860px;
	color: #000;
}

#main {
	margin: 0 15px 0 25px;
	padding: 0;
	background-color: #fff;
}

#banner {
	background-image: url('images/sllogo.jpg');
	background-repeat: no-repeat;
	background-position: left;
	width: 810px;
	height: 100px;
	min-height: 100px;
}

#address {
	float: right;
	width: 340px;
	max-width: 340px;
	margin-top: 12px;
	padding: 0;
	font-size: 1.2em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}
#cols {
	width: 820px;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #fff;
}

#cols p {
	font-size: 10pt;
	font-weight: bold;
}

#leftcol {
	width: 400px;
	margin: 0;
	float: left;
	font-size: 0.8em;
	background-color: #fff;
}

#rightcol {
	width: 400px;
	margin: 0;
	float: right;	
	font-size: 0.8em;
	background-color: #fff;
}
p#rightcol, #rightcol p, p#leftcol, #leftcol p {
	width: 390px;
	max-width: 390px;
}
.name {
	text-transform: toupper;
	color: #2d64b0;
}

.larger {
	font-size: 11pt;
	padding: 10px;
}

.larger p {
	padding-top: 10px;
}

img {
	border: 0;
	padding: 0 0 3px 0;
	margin: 0;
}

#cols img, img#cols {
	margin-left: -8px;
}

.clickme a, a.clickme {
	float: right;
	margin-right: 50px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #183c6e;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #183c6e;
	font-weight: normal;
	padding-top: 0;
	margin-top: 5px;
	width: 750px;
}

p {
	line-height: 1.3em;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 3px;
}

ul {
	clear: both;
	list-style-position: outside;
	list-style-image: url('images/bullet.png');
	padding-top: 20px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 20px;
	line-height: 1.4em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #2c4482;
}

a:visited {
	color: #2c4482;
}


.clear {
	clear: both;
}
