body {
	margin: 0;
	padding: 50px;
	font: 76%/1.1em Georgia, Times, Geneva, serif;
	background: #eee url('/images/bgrounds/main-bg.gif') repeat-y 0 318px ;
	color: #999999;
}

a { font-size: .9em; }
a:link {
	color: #BD0000;
	text-decoration: none;
}
a:visited {
	color: #BD0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.ysaylink:link, a.ysaylink:visited, a.ysaylink:active {
	color: #999999;
}
p {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.5em;
}
.hide {
	display: none;
}

p a, li a, table a, dl a {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #BD0000;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.7em;	
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;	
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;	
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
}
h1 span, h2 span, h3 span {
	display: none;
}



img {
	border: 0;
}
.img-l, .img-r {
	margin-bottom: 10px;
}
.img-l {
	margin-right: 10px;
}
.img-r {
	margin-left: 10px;
}
ul, ol {
	margin: 0 0 20px 60px; padding: 0; color: #BFBFBF;
}
li {
	margin: 0; padding: 0;
}
dl {
	margin-left: 30px;
}

/*li a {
	background: url('images/icons/arrow.gif') no-repeat 0px 2px;
	padding-left: 20px;
}*/

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid orange;
	background-color: #fff;
	display: none;
}


caption {
	visibility: hidden;
}
table {
	font-size: 1em;
}
.tbl-disp {
	width: 500px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 20px;
}
.tbl-disp td, .tbl-disp th {
	width: 20%;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;	
	vertical-align: top;
	padding: 5px;
}
.tr-a { background: #eee } .tr-b { background: #f8f8f8; }
.td-cnt { text-align: center; } .td-rht { text-align: right; }


form {
	margin: 0;
	padding: 0;
}
optgroup {
	background: #c9c9c9 ;
	font-style: normal;
	color: white;
}
option {
	background: #eee;
	color: #333;
}

form p {
	margin: 0;
}

label {
	display: block;
}

input, textarea, select {	
	border: 1px solid #E3E1E1;
	color: #666;
}
.button {
}
.form-row-set label, .form-row-set-error label {
	display: inline;
	white-space: nowrap;
}

.form-row-set, .form-row-set-error, .form-element, .form-element-error {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.form-element-error, .form-row-set-error, .f-error  {
	font-weight: bold;
	color: #EA0311;
}

.tbl-form {
	width: 600px;
	margin-bottom: 20px;
}
.tbl-form td, .tbl-form th {
	border-bottom: 1px solid #eee;	
	vertical-align: top;
	padding: 15px;
}
.tbl-form .form-row-set, .tbl-form .form-row-set-error {
	margin: 0px;
	padding: 0px;
	background: none;
}
.tbl-form td {
	background: url('images/bgrounds/tbl-form-bg.gif') repeat-y;
}
.tbl-form .td-rht {
	width: 100px;
	border-right: 1px solid #eee;
	background: #f4f4f4;
	color: #072F67;
}

.no-b input {
	border: none;
	color: default;
}


/* page layout */

#container {
	width: 760px;
}
#left {
	width: 172px;
	height: 318px;
	float: left;
	background: url('/images/bgrounds/pen-bg.jpg') no-repeat;
}
#right {
	float: left;
	width: 582px;
}


.right-nav {
	background: url('/images/bgrounds/right-nav-bg.gif') no-repeat top left;
	width: 156px;
	height: 400px;
	padding-top: 40px;
}

.right-nav ul a div.orange {
	padding: -1px 5px 5px 0;
	border-top: 1px solid #FEFEFE;
	margin-left: -10px;
}
.right-nav ul a:hover div.orange{
	border-top: 1px solid #CFCFCD;
	background: url('/images/bgrounds/homelink-grad.jpg') no-repeat bottom right;
	border-color: #CFCFCD;
	color: #303030;
}

.right-nav ul a div.orange2 {
	padding: -1px 5px 5px 0;
	border-top: 1px solid #FEFEFE;
	margin-left: -10px;
	border-top: 1px solid #CFCFCD;
	background: url('/images/bgrounds/homelink-grad.jpg') no-repeat bottom right;
	border-color: #CFCFCD;
}
.right-nav ul a:link h6, .right-nav ul a:visited h6, .right-nav ul a:active h6 {
	position: relative;
	top: -10px;
	font-style: italic;
	padding: 3px 0 0 0;
	color: #808080;
	display: inline;
	padding-left: 10px;
}
.right-nav ul a:hover h6 {
	position: relative;
	top: -10px;
	color: #BD0000;
	display: inline;
	padding-left: 10px;
	padding-top: -5px;
}


#page-top {
	padding: 30px 0 0 0; 
	background: url('/images/bgrounds/page-top-bg.gif') no-repeat 0 30px;
	height: 128px;
	background-color: #eee;
}
#page-top img {
	margin: 40px 0 0 40px;
}

#page-top-sub {
	padding: 27px 0 0 80px; 
	background: url('/images/bgrounds/page-top-bg.gif') no-repeat 0 30px;
	height: 90px;
	background-color: #eee;
}
#page-top-sub img {
	margin: 40px 0 0 40px;
}

#header {
	background: url('/images/bgrounds/header-bg.gif') no-repeat;
	height: 143px;
}
#header img {
	margin-top: 22px;
}
#content {
	width: 576px;
}
#cont-left {
	float: left;
	width: 400px;
}
.home #cont-left {
	float: none;
	width: 546px;
}
#cont-right {
	float: left;
	width: 136px;
	padding: 0; margin :0 ;
	background: url('/images/bgrounds/right-nav-bg.gif') no-repeat top left;
	padding-left: 18px;
}


.separator {
	background: url('/images/bgrounds/separator.gif') no-repeat 70px 10px;
	height: 40px;
}
.inside .separator {
	background-position: 0px 10px;
}
/*
.homelinks {
	float: left;
	width: 240px;
	margin-right: 10px;
}
.homelinks ul, .homelinks li {
	margin: 0 0 0 0; padding: 0 0 0 0;
}
.homelinks ul {
}
.homelinks li {
	height: 52px;
}
.homelinks h3 {
	font-style: italic;
	padding: 3px 0 0 0;
	color: #808080;
}
.homelinks li img {
	margin-left: 1px;
	margin-top: 1px;
	
}
.homelinks span {
	padding-left: 7px;
}
.homelinks li a {
	background-color: orange;
}
.homelinks li a:hover {
	background-color: red
}*/

/* itomic boxes */


/*
.homelinks ul {
	font-size: 1em;
}
.homelinks ul, .homelinks ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.homelinks ul img {
  float:left;
  margin: 2px 7px 2px 2px;
 }
 
 
.homelinks ul a:link, .homelinks ul a:visited, .homelinks ul a:active {
	display:block;
	padding:5px 10px 3px 10px;
	padding: 0;
	color: red;
	height: 65px;
 } 
html>body.homelinks ul a:link, html>body.homelinks ul a:visited, html>.homelinks ul a:active { width:178px;}


.homelinks h3 {
	font-style: italic;
	padding: 3px 0 0 0;
	color: #808080;
}
.homelinks ul li a:hover h3 {
	color: #BD0000;
	font-weight: bold;
}


/*.homelinks li.subbox a:hover {
	color: blue;
}

.homelinks ul a div.br {
	padding: 0 5px 5px 0;
}
.homelinks ul a div.orange {
	border-top: 1px solid #FEFEFE;
}


/* border-color: #CFCFCD;
	color: #303030;





.subbox span {
	display: block;
	margin-left: 65px;
	font-size: .9em;
}
*/
.clear {
	clear: both;
}


.test {
	width :300px;
	background: red url('/images/bgrounds/test.jpg') no-repeat bottom right;
	padding: 50px;
}

h1.welcome {
	width: 76px;
	height: 25px;
	background: url('/images/text/header-welcome.gif') no-repeat;
}
h2.thinking {
	width: 165px;
	height: 33px;
	background: url('/images/text/header-thinking-big.gif') no-repeat;
}
h2.thinkingsml {
	width: 118px;
	height: 17px;
	margin: 8px 0 8px 10px;
	background: url('/images/text/header-thinking-sml.gif') no-repeat;
}
h3.yoursay {
	width: 64px;
	height:23px;
	background: url('/images/text/header-yoursay.gif') no-repeat;
}
#content p {
	margin-left: 20px;
	margin-right: 5px;
}
#footer p{
	font-size: .9em;
}
#footer a{
	font-size: .9em;
	color: #999;
	margin-left: 180px;
}
.separator2 {
	background: url('/images/bgrounds/separator.gif') no-repeat 30px 10px;
	height: 40px;
}

.alg-rht, .alg-rht-e {
	text-align: right;
	font-size: .9em;
}
.alg-rht a {
	padding-left: 20px;
	background: url('/images/icons/archives.gif') no-repeat;
}


/* andrew's new nav dont touch! */


.homelinks {/* puts 5 links in 2 columns */
	float: left;
	width: 240px;
	margin-left: 10px; /* gutter width */
}
.inside .homelinks {/* sets inside nav to be one column */
	float: none;
	width: 156px;
	margin-left: 0px;
}
.homelinks h3 {/* sets default h3 style */
	font-style: italic;
	padding: 3px 0 0 0;
	color: #808080;
}
.inside .homelinks h3 {
	font-size: 1.1em;
	padding-top: 7px;
}
.homelinks a:hover h3 {/* sets h3 style on rollover */
	color: #BD0000;
	text-decoration: none;
}
.homelinks a {/* sets default link style */
	display: block;
	margin-bottom: 2px;/* vertical gap between boxes */
	border-top: 1px solid #FEFEFE;
	border-left: 1px solid #FEFEFE;
	padding: 0 5px 5px 0;/* gives padding to the background image on hover */
	width: 240px;
	cursor: pointer;
}



.inside .homelinks a {
	width: 130px;
	margin-bottom: 0;
	padding: 0 3px 3px 0;
}
.homelinks a:hover {
	background: #fefefe url('/images/bgrounds/homelink-grad.jpg') no-repeat bottom right;
	text-decoration: none;
}
.navcont {
	width: 238px;
	border: 1px solid #FEFEFE;/* invisible default border */
}
.inside .navcont {
	width: 128px;
}
.homelinks a:hover .navcont {
	border-top: 1px solid #ccc;
	text-decoration: none;
	border-left: 1px solid #ccc;/* visible hover borders, with previous invisible border becoming viewable due to background image */
}
.navimg, .navtxt {
	float: left;
}

.navimg {
	width: 50px;
	margin: 1px;/* gives gap to image and border */
}
.navtxt {
	width: 178px;
	padding-left: 6px;/* margin between image and start of text */
}

.inside .navimg {
	width: 28px; 
}
.inside .navtxt {
	width: 80px;
	padding-left: 10px;
}
.navtxt span {
	display: block;
	margin-left: 5px;/* margin between start of h3 and desc text */
	color: #666;/* default desc txt color */
}
.homelinks a:hover .navtxt span {
	color: #303030;/* desc txt hover colour */
}

div.thinking {
	margin: 0px 0 0 15px ;
}

a.current {
	background: #fefefe url('/images/bgrounds/homelink-grad.jpg') no-repeat bottom right;
}
a.current h3 {
	color: #BD0000;
}
.homelinks a.current .navcont {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.homelinks a.current .navtxt span {
	color: #303030;/* desc txt hover colour */
}


#content .dates {
	font-style: italic;
	color: #555;
	font-size: .9em;
	margin: 0;
	margin-bottom: 8px;
}

.homebutton {
	position: absolute;
	top: 63px;
	left: 675px;
}
h1 small {
	font-size: .8em;
}
h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #BD0000;
	padding-bottom: 5px;
}
h2 {
	margin-bottom: 5px;
}