@charset "ISO-8859-1";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }

#wrapper {
	background: url(http://www.softwaresix.com/images/skin/bgmain.jpg) repeat-y;
	margin: 0px auto;
	width: 961px;
	padding: 0px;
}
#header {
	background: url(http://www.softwaresix.com/images/skin/header.jpg);
	clear: both;
	height: 107px;
	width: 961px;
	text-align: left;
}
#main {
	float: right;
	width: 870px;
	text-align: left;
	margin-right: 15px;
	padding: 0px;
}
#sub {
	float: left;
	width: 30px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#footer {
	background: url(http://www.softwaresix.com/images/skin/footer.jpg) no-repeat;
	clear: both;
	height: 39px;
	font-size: 0.75em;
	padding-top: 30px;
	margin: 0px;
	color: #FFF;
}
.boxhome {
	background: url(http://www.softwaresix.com/images/skin/boxhomebg.gif) repeat-y;
	width: 267px;
	border-top: 1px none #999;
	border-right: 1px none #999;
	border-bottom: 1px solid #999;
	border-left: 1px none #999;
	margin: 0px 20px 15px 0px;
	padding: 0px 0px 15px;
	float: left;
}

/* TYPE */
html {color: #003; text-align: center; font: 100.01% Arial, Helvetica, sans-serif; }
body {
	font-size: .86em;
	text-align: center;
}
p {font-size: 1em;}
h1 {
	color: #093;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	color: #093;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

a { color: #2971a7; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
.boxhome h2 {
	color: #FFF;
	background: #090 url(http://www.softwaresix.com/images/skin/boxhomehdr.jpg);
	margin: 0px;
	height: 26px;
	padding-left: 20px;
	padding-top: 5px;
}
.boxhome h2 a {
	color: #FFF;
	font-size: 0.95em;
	font-weight: bold;
	border-style: none;
	margin: 0px;
	padding-top: 4px;
}
.boxhome h2 a:hover {
	color: #036;
	font-size: 0.95em;
	font-weight: bold;
	border-style: none;
	margin: 0px;
	padding-top: 4px;
	text-decoration: none;
}
.boxhome p {
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: .95em;
}
.boxhome a {
	color: #069;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	margin-top: 5px;
	display: block;
	padding-top: 3px;
}
.boxhome a:hover {
	color: #093;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	margin-top: 5px;
	display: block;
	padding-top: 3px;
	font-weight: bold;
}

/* PRINT */
@media print {
	body, #main, #content { color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:underline !important; }
}


/* .dir file */
.pages_page {
	padding: 10px 10px 10px 1px;
	border-bottom: 1px dotted;
	cursor: hand;
	font-size: .85em;
}
.pages_page_title {
	font-weight: bold;
	display: inline;
}
.pages_page_category {display: inline}
.pages_page_description {display: block; margin-left: 15px}
.pages_page_url {display: block; margin-left: 15px}
.sponsors {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sponsors a {
	font-size: 11px;
	font-weight: bold;
	color: #693;
	text-decoration: none;
	margin-right: 10px;	
}
.sponsors a:hover {
	text-decoration: underline;	
}

