/* ---------- Body ---------- */

body
{
	background:white;
	margin-left: 85px;
	margin-right: 85px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	font-size: small;
}

/* ---------- Seperator ---------- */

hr
{
	height: 0px;
	width: 100%;
	padding:2px;
	border:0px;
	border-bottom:1px solid #AAA;
}

/* ---------- Links ---------- */

a
{
	text-decoration:none;
	border:0px;
}

a:link
{
	border-bottom:1px dotted #AAA;
	color:#444;
}

a:visited
{
	border-bottom:1px dotted #AAA;
	color:#444;
}

a:hover
{
	border-bottom:1px solid black;
	color:#444;
}

/* ---------- Headings ---------- */

h2
{
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	font-size: small;
	color:black;
}

/* ---------- Text Styles ---------- */

div.titlenote
{
	text-transform: uppercase;
	font-weight: bold;
}

div.tinynote
{
	font-size: 70%;
	line-height: 1.2em;
	color: #444;
}

blockquote
{
	width:94%;
	font-weight:normal;
	padding-left:3%;
	font-size: 85%;
}

pre
{
	width: 94%;
	margin: 10px;
	border: 1px dashed #2F6FAB;
	padding: 10px;
	font-size: small;
	font-family: monospace;
	line-height: 1.2em;
	background: #F9F9F9;
}

/* ---------- Solid Table ---------- */

table.solidtable
{
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.solidtable th
{
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px;
}

table.solidtable td
{
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px;
}

/* ---------- Dotted Box ---------- */

.boxlist
{
	list-style-type: none;
	border:1px dotted #AAA;
	padding:3px;
	font-size: 70%;
	line-height: 1.2em;
	text-align: left;
}

/* ---------- Top Shadow ---------- */

div#topshadow
{
	position: fixed;
	overflow: hidden;
	z-index: 8;
	height: 11px;
	width: 100%;
	left: 0px;
	top: 0px;
	border: none;
	background: url(images/shadow.png) left bottom repeat-x;
}

/* ---------- Title Strip ---------- */

div#titlestrip 
{
	padding-bottom: 7px;
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	background: url(images/sepline.gif) left bottom repeat-x;
}

div#titletext
{
	margin-left: 3px;
	margin-right: 3px;
	font-size: medium;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	background: url(images/akasprzyk.jpg) right center no-repeat;
}

div#justtext
{
	margin-left: 3px;
	margin-right: 3px;
	font-size: medium;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
}

/* ---------- Maintained By... ----------- */

div#maintained
{
	margin-bottom: 1em;
	border-top: 2px solid black;
	margin-top: 0.75em;
}

div#maintained p
{
	margin-top: 1px;
	text-align: right;
	font-size: x-small;
	font-style: italic;
}

/* ---------- Footer Strip ---------- */

div#footerstrip
{
	margin-bottom: 1em;
	border-top: 2px solid black;
	margin-top: 0.75em;
}

div#footerstrip ul
{
	margin-top: 4px;
	padding: 0px;
	text-align: center;
}

div#footerstrip li
{
	margin: 0px;
	border-left: 1px solid black;
	padding-left: 5px;
	padding-right: 3px;
	list-style: none;
	display: inline;
}

div#footerstrip li.first
{
	border-left: none;
	list-style: none;
	display: inline;
}

/* ---------- Index List ---------- */

div#index
{
	margin: 70px;
	padding: 0px;
	width: 651px;
	text-align: left;
}

div#index p
{
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

div#index ul
{
	margin-bottom: 1.5em;
	padding: 0px;
	list-style: none;
	text-align: left;
}

div#index img.mainimg
{
	margin-right: 13px;
}

