@charset "UTF-8";
/* CSS Document */

html {
	margin-bottom: 50px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #141215;
	background-color: #545454;
	background-image: url(../images/aargh_background.gif);
	background-repeat: repeat-x;
}

td,th {
	color: #000000;
}

a:link, a:visited {
	color: #008cd6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #141215;
}

a.readon:link, a.readon:visited {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

a.readon:hover {
	text-decoration: underline;
	color: #141215;
}

div#content {
	position:relative;
	top: 10px;
	width: 960px; 
	}
	
div.center {
	width:100%;
	text-align:center;
}

div#header {
	width:950px;
	height:156px;
	background-image: url(../images/aargh_header.png);
}

div#top {
	width: 740px;
	text-align: right;
	margin-right: 200px;
}

a#top:link, a#top:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a#top:hover {
	color: #008cd6;
	text-decoration: underline;
}

div#leftcolumn {
         text-align: left;
	margin-top: 60px;
	margin-left: 10px;
	width: 100px;
}

div#maincolumn {
         text-align: left;
	margin-top: 60px;
	width: 530px;
	margin-left: 50px;
	margin-right: 50px;
}

div#rightcolumn {
         text-align: left;
	margin-top: 60px;
	width: 180px;
	margin-right: 20px;
}

a#rightcolumn:link, a#rightcolumn:visited {
	color: #2c0609;
	text-decoration: none;
}
a#rightcolumn:active {
	font-size: 20px;
	color: #2c0609;
	text-decoration: none;
}

a#rightcolumn:hover {
	text-decoration: underline;
	color: #8231fe;
}

div#footer {
         text-align: left;
	width:100%;
}

td.shadowtr {
	background-image: url(../images/shadowtr.png);
	background-repeat: no-repeat;
}

td.shadowr {
	background: url(../images/shadowr.png);
	background-repeat: repeat-y;
}

td.shadowbr {
	background-image: url(../images/shadowbr.png);
	background-repeat: no-repeat;
}

td.shadowb {
	background-image: url(../images/shadowb.png);
	background-repeat: repeat-x;
}

td.shadowbl {
	background-image: url(../images/shadowbl.png);
	background-repeat: no-repeat;
}


/* headers */


div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #141215;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: bottom;
	color: #141215;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #141215;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.6em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}