/*
First do the AI default styles
*/

/* Default page and font stuff */

body {
	padding: 0;
	background-color: #000000;
	background-image: url('/templates/pbowman/images/bg_line.png');
	background-repeat: repeat-x;
	background-position:  0px 30px;
	margin: 0 auto 0 auto;
	text-align: left;
}

body, p, td, ol, ul, li, blockquote, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 12px;
}

/* Defailt alignment */

p, td, ol, ul, li, blockquote {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

li {
	vertical-align: middle;
	line-height: 1.2em;
}

/* Heading styles */

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

h1 {
	font-size: 16px;
	margin: auto;
}

h2 {
	font-size: 15px;
	font-style: italic;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, .para, .form, table.gallery, .nav {
	padding: 0;
	margin: 0;
	margin-bottom: 0.6em;
}

p + h2, ul + h2, ol + h2, table + h2, div + h2, blockquote + h2, hr + h2 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h3, ul + h3, ol + h3, table + h3, div + h3, blockquote + h3, hr + h3 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h4, ul + h4, ol + h4, table + h4, div + h4, blockquote + h4, hr + h4 {
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}

ul, ol {
	margin-left: 2em;
}

li {
	margin-bottom: 0.2em;
}

blockquote {
	font-style: italic;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1.6em;
}

/* Other misc stuff */

hr {
	height: 1px;
	border: none;
	color: #000000;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #A4A4A4;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:link.current, a:visited.current, a:active.current {
	text-decoration: none;
	color: #A4A4A4;
}

a:hover.current {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Some default useful classes */

.highlight {
	color: #F126D7;
}

div.img-right, div.img-left, div.img-center, .img {
	margin-bottom: 0.8em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.img {
	padding-left: 10px;
	padding-right: 10px;
}

div.img-right {
	float: right;
	clear: right;
	margin-left: 10px;
}

div.img-right img, div.img-left img, div.img-center img {
	margin-bottom: 0.4em;
	border: 1px solid #000000;
}

div.img-left {
	float: left;
	clear: left;
	margin-right: 10px;
}

div.img-center {
	margin-left: auto;
	margin-right: auto;
}

div.img-center img {
}

table.form {
	margin-bottom: 0.3em;
}

table.form td {
	padding: 0 0.5em 0.5em 0;
}

input, select, textarea, div.button {
	border-color: #332773;
	border-width: 1px;
	border-style: solid;
	background: #F6F6F4;
	color: #000000;
}

input, textarea {
	padding-left: 3px;
	padding-right: 3px;
}

.button, div.button {
	border-color: #332773;
	background: #A4A4A4;
	color: #000000;
	font-weight: normal;
	margin-right: 10px;
}

.nav {
	font-size: 11px;
}

.author {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

img.fixpng {
	behavior: url("/fixpng.htc");
}

/*
Now do the site specific styles
*/

/* Page layout styles */

#str-Content {
	margin: 62px 180px 0px 272px;
	height: 420px;
	min-height: 420px;
}

html>body #str-Content {
	height: auto;
}

#str-Logo {
	margin: -130px 0 0 0;
	text-align: left;
	background-image: url('/templates/pbowman/images/bg_line.png');
	background-repeat: repeat-x;
	background-position:  0px 163px;
}