/* Global Styles */


/* Page Layout Styles */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 776px;
	text-align: center;
	height: 628px;
}

#header {
	height: 152px;
	width: 776px;
	background-color: #660000;
	background-image: url(/sst/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#headercptn {
	position: absolute;
	top: 125px;
	left: 295px;
	font-size: 10px;
	line-height: 100%;
	width: 310px;
}

#nav {
	position: absolute;
	top: 165px;
	left: 20px;
	background-color: transparent;
	width: 736px;
}

#nav * {
	margin: ;
}

#center {
	width: 776px;
	text-align: center;
	background-color: #660000;
	padding: 47px 0 5px 0;
}

#content {
	width: 736px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#content1 {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
}

#captop {
	width: 776px;
	height: 50px;
	background-color: #660000;
	background-image: url(/sst/images/captop.gif);
	background-repeat: no-repeat;
}

#capbottom {
	width: 776px;
	height: 32px;
	background-color: #660000;
	background-image: url(/sst/images/capbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	margin: -34px auto 0 auto;
	width: 736px;
	background-color: transparent;
}

#footer p {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	line-height: 100%;
	font-size: 10px;
}



/* Boring Old Elements */
body {
	margin-top: 0;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Default, serif;
	font-size: 10pt;
	line-height: 130%;
}

a {
	color: #660000;
}

a:hover {
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 15px 0 10px 0;
	font-weight: normal;
}

h1 {
	margin-bottom: 22px;
	font-size: 20pt;
	color: #660000;
	line-height: 100%;
}

h2 {
	font-size: 16pt;
	color: #660000;
}

h3 {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
}

p {
	margin: 5px 0 30px 0;
}

ul {
	list-style: none outside;
	margin-bottom: 18px;
	margin-left: 0;
	padding-left: 0;
}

ul li {
	padding-left: 14px;
	margin-bottom: 10px;
	margin-left: 7px;
	background: url(/sst/images/bullet.gif) no-repeat 0 6px;
	text-align: left;
}


/* Classes */

.imgleft {
	float: left;
	padding-top: 2px;
	padding-right: 10px;
}

.listhd {
	padding-bottom: 10px;
}

.dash {
	width: 100%;
	height: 5px;
	background-image: url(/sst/images/dash.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.contenttable {
	margin: auto auto;
}

.contenttable tr td {
	padding: 6px;
}
