/* @charset "utf-8"; */
/* Global styles */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
    padding: 0;
	text-align: center;
}

.fixwidthbox #container {
	width: 1000px;
    background:#FFFFFF;
	text-align:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin;
}

.fixwidthbox #masthead{
	padding: 5px 5px 5px 5px;
/*	text-align: right; */
}

.fixwidthbox #leftBar {
	float: left;
    width: 175px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: left;
/*	background: #CCCCCC; */
	border-color:#000000;
}

.fixwidthbox #rightBar {
	float: right;
	width: 180px;
	margin-right: 0px;
	margin-top: 10px;
}

.fixwidthbox #maincontentBox {
	padding: 1px;
}

.fixwidthbox #contentBoxOneCol {
	margin: 10px 100px 10px 100px;
	padding: 20px;
}

.fixwidthbox #contentBoxTwoCol {
	margin: 10px 10px 5px 190px;
	padding: 5px;
}

.fixwidthbox #contentBoxThreeCol {
	margin: 10px 200px 0px 0px;
	padding: 2px;
	width: 580px;
}

#mainContentTopBox { 
	margin: 0 0 0 0px;
	padding: 5px 5px;
} 

#mainContentPictureBox { 
	margin: 0 0 0 220px;
	padding: 10px 10px;
}

#mainContentThumbnailBox { 
/*	position: absolute; */
    width: 210px;
	float: left;
	padding: 0px;
/*	line-height: 1px; */
}

.fixwidthbox #footer {
	background:#FFFFFF;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
} 

.fixwidthbox #globalNav {
	color: #cccccc;
	padding: 5px 5px 5px 10px;
	white-space: nowrap;
	text-align:left;
	border-bottom: 1px solid #cccccc;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fixwidthbox #globalNav a {
	font-size: 90%;
	padding: 5px 4px 5px 0px; 
}

.fixwidthbox #footer p {
	margin: 0;
	padding: 12px;
}

	
/* Class Styles */

.bodytext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.bodyheading {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.bodyheadinglarge{ 
	margin: 0;
	padding: 10px 0;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}

.bodyheadingsmall {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.picturetext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	line-height: normal;
}

.smallText {
	font: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}

.smallBodyText {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 12pt; 
	text-align:left;
}
	
.smallBodyTextmembers {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 12pt;
}

.smallnavText {
	color: #999999;
	line-height:11px;
/*	letter-spacing:.1em; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}

.mainnavText {
	color: #CC0033;
	line-height:14px;
	letter-spacing:.1em;
	font-family: Arial, Helvetica, sans-serif;
}
	
ul#mainNav {
	margin: 0;
	padding: 0;
/*	list-style: none; */
	list-style-type: none;
	list-style: width: 165px;
/*	border-bottom: 1px dashed #999999; */
}

#mainNav a {
	text-decoration: none;
	text-align: left;
	color: #000099;
	display: block;
	padding: 7px 5px 7px 5px;
	background: #FFFFFF no-repeat left center;
}


#mainNav a:hover {
	color: #CC0033;
	background: #B2F511 url(images/nav-bar-rollover-bar.gif) no-repeat 5px 50%;
}

.alignleft {
	float: left;
	margin:0px;
}

.alignright {
	float: right;
	margin:0px;
}

/* tables */
table {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
td {
	padding: 3px 5px 5px 5px;
	margin:0cm;
	text-align: left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	border: double #CCCCCC;
}

td #centre {
	padding: 3px 5px 5px 5px;
	margin:0cm;
	text-align:center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	border: double #CCCCCC;
}

/* members tables */
table .memberstable {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border:hidden;
	border-style: hidden; 
/*	width: 80%; */
}
td .memberstable {
	padding: 1px 5px 1px 5px;
	margin:0cm;
	text-align:justify;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

/* to hide the pictures */
.NotDisplay {
    display: none !important;
  }


/* lists */
ul {
 list-style-type: none;
}


/* this is the table that encloses the form
-------------------------------------------------*/
#keeperblock {
   color:#000000;
   background-color:#ffffff;
   border:double 3px #dddddd;
   font:normal 12px arial;
}


/* username & password input text boxes
-------------------------------------------------*/
#keeperblock #ku,#kp {
   border:solid 1px #999999;
   font:normal 12px verdana;
   width:100px;
}


/* cell that contains the text "save password"
-------------------------------------------------*/
#keeperblock #ksp{
   font:normal 11px arial;
}


/* sign-in button
-------------------------------------------------*/
#keeperblock #kb{
   font:bold 11px arial;
   color:#0000cc;
   background-color:#eeeeee;
   border:outset 2px #eeeeee;
}

/* div that contains the noscript blurb
-------------------------------------------------*/
#keeperblock #kns{
   display:inline;
   color:#ff0000;
   background-color:#ffff66;
   font:normal 11px tahoma,sans-serif;
}
