/*
First do the AI default styles
*/

/* In strict mode, the viewport is auto - as much as needed so change it */

html, body {
	height: 100%;
}

/* Default page and font stuff */

body {
	padding: 0;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: center;
}

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

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

/* Default alignment */

p, td, ol, ul, li, dl, dt, dd, blockquote, div {
	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;
	color: #000000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

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, .mag {
	padding: 0;
	margin: 0;
	margin-bottom: 0.6em;
}

li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.4em;
}

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

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

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

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

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

span.author {
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
}

/* 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: #C73212;
}

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

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

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

/* Some default useful classes */

.highlight {
	color: #FF0000;
}

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;
}

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

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

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

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

input, select, textarea, div.button {
	border-color: #CBC9BB;
	background: #FFFFFF;
	color: #2D2D2D;
	border-width: 1px;
	border-style: solid;
}

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

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border-color: #CBC9BB;
	background: #D8C88A;
	color: #C73212;
	font-weight: normal;
	margin-right: 10px;
}

.nav {
	font-size: 11px;
}

.inline {
	display: inline;
	vertical-align: bottom;
}

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

/*
Now do the site specific styles
*/

html, body {
	height: auto;
}

/* Customise the colours */

body {
	background-color: #4B4B4B;
}

body, p, td, ol, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, div {
	color: #1B1C20;
}

h1 {
	color: #35C0E3;
}

h2, h3, h4 {
	color: #000000;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
	font-style: italic;
}

h4 {
	font-size: 10px;
	font-style: italic;
}

blockquote {
	font-style: italics;
}

a:link, a:visited, a:active {
	color: #1B1C20;
}

a:hover {
	color: #35C0E3;
}

.highlight {
	color: #FF33FF;
}

input, select, textarea, div.button {
	border-color: #1B1C20;
	background: #F0F0F0;
	color: #1B1C20;
}

input.button /* , input[type="button"], input[type="submit"], input[type="reset"] */ {
	border-color: #1B1C20;
	background: #616161;
	color: #FFFFFF;
	font-weight: bold;
}

table.form tr {
	height: 2em;
}

div.form {
	width: 341px;
	margin-top: 25px;
}

table.form td.tdl {
	white-space: nowrap;
}

/* Page layout styles */

#str-PanelShadow {
	margin: 17px auto 0 auto;
	width: 834px;
}

#str-Panel {
	position: absolute;
	width: 788px;
	height: 565px;
	top: 40px;
	left: 50%;
	margin-left: -394px;
	background-color: #FFFFFF;
}

#str-Byline {
	position: absolute;
	top: 606px;
	left: 50%;
	margin-left: -394px;
	color: #BFBFBE;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	width: 788px;
	padding: 12px 0 25px 12px;
}

#str-Byline span.str-AINet {
	color: #35C0E3;
}

#str-Byline a {
	font-weight: bold;
}

#str-Byline a:link, #str-Byline a:visited, #str-Byline a:active {
	color: #35C0E3;
	text-decoration: none;
}

#str-Byline a:hover {
	color: #35C0E3;
	text-decoration: underline;
}

#str-LogoBar {
	height: 84px;
	background-color: #808080;
}

#str-Logo {
	height: 84px;
	width: 228px;
	background-color: #35C0E3;
	float: right;
	text-align: right;
	border-left: 1px solid #FFFFFF;
}

#str-Logo img {
	margin: 0 12px 0 0;
}

#str-LogoTitle {
	height: 84px;
	width: 519px;
	background-color: #000000;
}

#str-LogoTitle img {
	margin: 29px 0 0 31px;
}

#str-MenuBar {
	height: 29px;
	background-color: #616161;
}

#str-Menu {
	padding: 8px 0 0 28px;
}

#str-Menu .str-MenuItem {
	display: inline;
	padding-right: 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	vertical-align: top
}

#str-Menu a:link, #str-Menu a:visited, #str-Menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#str-Menu a:hover {
	color: #35C0E3;
	text-decoration: underline;
}

#str-Menu a.current:link, #str-Menu a.current:visited, #str-Menu a.current:active {
	color: #35C0E3;
}

#str-Tagline {
	height: 29px;
	width: 228px;
	float: right;
	text-align: right;
	border-left: 1px solid #FFFFFF;
}

#str-Tagline img {
	margin: 11px 12px 0 0;
}

#str-Sidebar, #str-SidebarOverlay {
	position: absolute;
	top: 113px;
	right: 50%;
	margin-right: -394px;
}

#str-SidebarOverlay {
	margin-right: -166px;
}

#str-Content {
	margin: 0 0 0 0;
	height: 350px;
	overflow: auto;
	padding: 70px 60px 32px 32px;
}

h1 span.str-TitleDelimL, h1 span.str-TitleDelimR {
	color: #1B1C20;
}

h1 span.str-TitleDelimL {
	padding-right: 9px;
}

h1 span.str-TitleDelimR {
	padding-left: 9px;
}

