@charset "utf-8";

a:link {color: blue;text-decoration: none}
a:visited {color: blue;text-decoration: none}
a:active {text-decoration: none}
a:hover {color: gray;text-decoration: underline}
a img {border: none; } 

body  {
	background: #666666;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;   /* 000 == black:  00C == blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	background-color: #FFC;
	bgcolor:"#FFFFFF"; leftmargin="0"; topmargin="0"; marginwidth="0"; marginheight="0"
	}

/*  body,td,th {	color: #000;}  'reenabling this turns the centre text black */


.twoColFixLtHdr #container {
	/* width: 880px; */
	width auto;
	/* ~ mc: was 780 ~ using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* ~ mc: was 1px solid #000000 ~ */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFC;
	color: #000;
}

.twoColFixLtHdr #header { 
	background-color: #FFC; 
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 200px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    /* added */
	float: right; /* since this element is floated, a width must be given */
	width: 82.5%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar1 {
	position: absolute;  /* 14.08.18 */
	top: 0px;
	/* float: left; */   	
	/* since this element is floated, a width must be given */  
	align:left;
	width: 153px;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* width:auto;   mc 16.04.10 */
    /*	height:573px; */
	background: #EBEBEB;
	background-color: #FF9;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	/* font-size: small; */
	font-size: 90%;
	left: 3px;
	/*	height: 664px; */
    height: 100%;  /* 14.08.18 */
	bottom: 0px;
}

.twoColFixLtHdr #mainContent {
	position: absolute;
	margin: 0 0 0 200px;  /* mc: was 250 ~ the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 661px;
	top: 130px;
	left: -12px;
	height: 400px;
} 
.twoColFixLtHdr #footer {
	/*background:#DDDDDD; */
	/*padding-top: 0;
	padding-bottom: 0; */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFC;
	/* added from .footer */
	color:blue;font-family: "Comic Sans MS", cursive; font-size: 70%
} 
/* .twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
/*	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/*	background-color: #FFC;
	color: #00C;
} */

.footer { color:blue;font-family: "Comic Sans MS", cursive; font-size: 80%; }
.copyright {color:gray;font-family: "Comic Sans MS", cursive; font-size: 80%; }

.twoColFixLtHdr p em {
	font-style: italic;
	color: brown;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:180px;
	font-size: 1px;
	line-height: 0px;
}

.mainbody_H1 { 	color: #00C; }

/*h2 { color: #00C; font-size: large; } */

h2 { color: blue; font-size: 125%; }

.new_toprow {color:blue;font-family:garamond;font-size:200%}

.toprow {color:blue;font-family:Flat Brush;font-size:200%}

.navtable {background-color:#FFFFAA;font-family:tahoma;font-size:90%}

.homepagetable {color:blue;font-family:Comic Sans MS;font-size:100%;}

.paypalFooter{color:blue;font-family:Arial;font-size:70%}

.smallPrint_black{color:black;font-family:Arial;font-size:70%}

.overseas {
a:link {color: blue;text-decoration: none}
a:visited {color: blue;text-decoration: none}
a:active {text-decoration: none}
a:hover {color: gray;text-decoration: underline}
a img {border: none; } 
}

#title {
	/*position: absolute; */
	top: 100px;
	align: left;
	font-family: Garamond;
	
	background-color: #ffc;
	
	margin: 0 200px 0 200px;
	/* font-weight: bold; */
}

#keynotePicture {
	position:absolute;
	width:156px;
	height:139px;
	z-index:1;
	left: 614px;
	top: -1px;
}
#toprow {
	position:absolute;
	width:414px;
	height:61px;
	z-index:2;
	left: 189px;
	top: 31px;
}

#apDivBottomLinks {
	color:blue;
	font-family: "Comic Sans MS", cursive; 
	font-size: 80%; 
}
#footer {
	position:absolute;
	width:620px;
	height:103px;
	z-index:4;
	left: 191px;
	top: 520px;
	background-color: #FFC;
}

#apOverseasTable {
	font:"Times New Roman", Times, serif;
	font-size: 90%;
}
