@charset "UTF-8";
body  {
	font: 14px Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr  #container  #mai {
	background: #FFFFFF;
	height: 150px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
}
.twoColFixRtHdr #container #mainimage {
	background: #FFFFFF;
	height: 200px;
	width: 700px;
	float: left;
	margin: 0px 0px 10px;
}
.sidenavigation {
	height: 200px;
	width: 248px;
	background: #CCCCCC;
	float: right;
	border-top: 2px none #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #999999;
	border-left: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #topad {
	background: #FFFFFF;
	height: 110px;
	width: 950px;
	float: left;
	padding-top: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixRtHdr #container {
	width: 951px;  /* 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: 1px none #000000;
	text-align: left;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0 0px;  /* 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. */
	height: 220px;
	margin: 0px;
	float: left;
	clear: both;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* 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 */
	color: #009966;
}
.twoColFixRtHdr #sidebar1 {
	padding: 5px;
	margin: 0px 5px 0px 0px;
	width: 160px;
	border: 1px solid #CCCCCC;
	float: right;
	clear: right;
}
.topnavigation {
	background: #FFFFFF;
	height: 45px;
	width: 950px;
	float: left;
}
.twoColFixRtHdr #mainContent {
	margin: 10 10px 0 0; /* the right margin on this div element creates the column down the right 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: repeat-y;
	width: 720px;
	float: left;
	clear: left;
} 
.googleads {
	height: 90px;
	width: 770px;
	margin-bottom: 10px;
	padding-top: 5px;
	background: #FFFFFF;
	margin-left: 20px;
	border-style: none;
}
.submenu {
	float: right;
	height: 251px;
	width: 160px;
	clear: right;
	margin-bottom: 30px;
	background: #FFFFFF;
}
.twoColFixRtHdr #container #ad {
	background: #006666;
	float: right;
	width: 100px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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 */
}
.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;
}
.boldsectionheading {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #000099;
	clear: left;
}
.introtext {
	font: bold 16px/24px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
}
.notesfullwidth {
	width: 250px;
	border: 1px dotted #999999;
}
.notescentresection {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	background: #FFCC00;
	padding-right: 10px;
	padding-left: 10px;
	width: 230px;
}
.notesnoquote {
	font: normal 12px/16px Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	background: #CCCCCC;
	border: 0px none #999999;
	float: left;
	padding: 5px;
}
.noquoteboxwidth {
	width: 700px;
	clear: left;
	float: left;
}
.dividingruleingrey {
	color: #006699;
	width: 720px;
	float: left;
	clear: left;
	margin: 20px 0px 5px;
}
.notesbottomedge {
	background: #FFFFFF url(images/yellownotepad_topleftcorner/bottomedge3.jpg) no-repeat;
	width: 250px;
}
.notespointer {
	background: url(images/yellownotepad_topleftcorner/pointer.jpg) no-repeat left center;
	width: 20px;
}
.notestopedge {
	background: #FFFFFF url(images/yellownotepad_topleftcorner/topedge3.jpg) no-repeat;
	width: 250px;
}
.notesverticlethirds {
	height: 33%;
}
.notesmaintext {
	font: normal 12px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	padding: 5px;
	background: #CCCCCC;
	border: 0px none #999999;
	float: left;
}
#noteswidthsetter {
	width: 420px;
}
.notesthirdwidth {
	width: 80px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.redheadings {
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
.standardtext {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 600px;
	border: 1.5px dotted #CCCCCC;
	padding: 5px;
	background: #E8E8E8;
}
.standardtext #heading {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}
.blueheadings {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000099;
}
#blueheadings {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000099;
}
.tablefloat {
	clear: left;
	float: left;
}
.notescentresection  a:link {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}
.notescentresection a:visited {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #3300FF;
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}
.notestopleft {
	height: 10px;
	width: 10px;
	background: #CCCCCC url(images/notestopleftcorner.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
.notesbottomleftcorner {
	height: 10px;
	width: 10px;
	background: #CCCCCC url(images/notesbotleftcorner.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
}
.notestopright {
	height: 10px;
	width: 10px;
	background: #CCCCCC url(images/notestoprightcorner.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
.notesbottomright {
	height: 10px;
	width: 10px;
	background: #CCCCCC url(images/notesbotrightcorner.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
}
.home_maintextwhitesmaller {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 0px;
}
.home_headingwhite {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
}
.home_maintextwhite {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 0px;
}
.home_maintextwhite  a:link {
	text-transform: uppercase;
	color: #FFFFFF;
	border-style: none;
	font-weight: normal;
}
.home_maintextwhite a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
}
#redboxcentre {
	background: #990033;
	margin: 0px;
	width: 700px;
	padding-right: 10px;
	padding-left: 10px;
}
#home_smallerbox350w {
	background: #FF6699;
	margin: 0px;
	padding: 0px;
}
#home_10wgap {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 5%;
}
#355widebox {
	width: 335px;
	background: #00FF66;
	float: left;
	clear: right;
}
#three55wideboxright {
	float: right;
	width: 335px;
	background: #006699;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#containerforboxes {
	background: #FFFFFF;
	width: 720px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#home_blueboxtopbackground {
	background: #FFFFFF url(images/homepage_blocks/bluetop.gif) no-repeat right;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	height: 20px;
}
#home_bluebox_tl_corner {
	background: url(images/homepage_blocks/bluetopleft.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}
.home_blueboxbottombackground {
	background: url(images/homepage_blocks/bluebottom.jpg) no-repeat left top;
}
#home_blueboxcentre {
	background: #108CA5 no-repeat left bottom;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
	border-left: #FFFFFF;
	margin: 0px;
	padding: 0px 10px;
	height: 20px;
	width: 315px;
}
#home_bluebox_tr_corner {
	background: url(images/homepage_blocks/bluetopright.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}
#home_bluebox_top {
	background: #FFFFFF url(images/homepage_blocks/bluetopfiller.gif) repeat-x left;
	border-top: 0px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 295px;
	height: 20px;
}
#home_bluebox_bottom {
	background: #FFFFFF url(images/homepage_blocks/bluebottommiddlegrad.gif);
	border-top: 0px solid #FFFFFF;
	width: 295px;
	height: 20px;
}
#home_bluebox_br_corner {
	background: url(images/homepage_blocks/bluebottomright.gif) no-repeat;
	height: 20px;
	width: 20px;
}
#home_bluebox_bl_corner {
	background: url(images/homepage_blocks/bluebottomleft.gif) no-repeat left;
	height: 20px;
	width: 20px;
}
.homnpagelink {
	font: normal 12px/16px Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	border: 0px none #999999;
	padding: 0px;
	text-transform: capitalize;
	text-decoration: underline;
}
#home_orangeboxcentre {
	background: #CC3300 no-repeat;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
	border-left: #FFFFFF;
	width: 315px;
	margin: 0px;
	padding: 0px 10px;
}
#home_orangebox_bottom {
	background: #FFFFFF url(images/homepage_blocks/orangebottommiddlegrad.gif);
	border-top: 0px solid #FFFFFF;
	width: 310px;
	height: 20px;
}
#home_orangebox_top {
	background: #FFFFFF url(images/homepage_blocks/orangetopfiller.gif) repeat-x;
	border-top: 0px solid #FFFFFF;
	width: 295px;
	margin: 0px;
	padding: 0px;
}
#home_orangebox_bl_corner {
	background: url(images/homepage_blocks/orangebottomleft.gif) no-repeat left;
	height: 20px;
	width: 20px;
}
#home_orangebox_br_corner {
	background: url(images/homepage_blocks/orangebottomright.gif) no-repeat;
	height: 20px;
	width: 20px;
}
#home_orangebox_tr_corner {
	background: url(images/homepage_blocks/orangetopright.gif) no-repeat;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#home_orangebox_tl_corner {
	background: url(images/homepage_blocks/orangetopleft.gif) no-repeat left bottom;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#home_purpleboxcentre {
	background: #6666CC no-repeat;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
	border-left: #FFFFFF;
	width: 315px;
	margin: 0px;
	padding: 0px 10px;
}
#home_purplebox_top {
	background: #FFFFFF url(images/homepage_blocks/purpletopfiller.gif) repeat-x;
	border-top: 0px solid #FFFFFF;
	width: 295px;
	margin: 0px;
	padding: 0px;
}
#home_purplebox_tl_corner {
	background: url(images/homepage_blocks/purpletopleft.gif) no-repeat left bottom;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#home_purplebox_tr_corner {
	background: url(images/homepage_blocks/purpletopright.gif) no-repeat;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#home_purplebox_bl_corner {
	background: url(images/homepage_blocks/purplebottomleft.gif) no-repeat left;
	height: 20px;
	width: 20px;
}
#home_purplebox_br_corner {
	background: url(images/homepage_blocks/purplebottomright.gif) no-repeat;
	height: 20px;
	width: 20px;
}
#home_purplebox_bottom {
	background: #FFFFFF url(images/homepage_blocks/purplebottommidgrad.gif);
	border-top: 0px solid #FFFFFF;
	width: 310px;
	height: 20px;
}
#redbox720wide {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 720px;
}
#home_greenbox_tl_corner {
	background: url(images/homepage_blocks/greentopleft.gif) no-repeat left bottom;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#home_greenbox_tr_corner {
	background: url(images/homepage_blocks/greentopright.gif) no-repeat;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#home_greenbox_bl_corner {
	background: url(images/homepage_blocks/greenbottomleft.gif) no-repeat left;
	height: 20px;
	width: 20px;
}
#home_greenbox_br_corner {
	background: url(images/homepage_blocks/greenbottomright.gif) no-repeat;
	height: 20px;
	width: 20px;
}
#home_greenbox_top {
	background: #FFFFFF url(images/homepage_blocks/greentopfiller.gif) repeat-x;
	border-top: 0px solid #FFFFFF;
	width: 295px;
	margin: 0px;
	padding: 0px;
}
#home_greenbox_bottom {
	background: #FFFFFF url(images/homepage_blocks/greenbottommiddlegrad.gif);
	border-top: 0px solid #FFFFFF;
	width: 310px;
	height: 20px;
}
#home_greenboxcentre {
	background: #999933 no-repeat;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
	border-left: #FFFFFF;
	width: 315px;
	margin: 0px;
	padding: 0px 10px;
}
.introtext a:link {
	font: bold 16px/24px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-decoration: none;
}
.introtext a:hover {
	font: bold 16px/24px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-decoration: underline;
}
.introtext a:visited {
	font: bold 16px/24px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-decoration: none;
}
.twoColFixRtHdr #mainContentPLUSSCROLL {
	margin: 10 0px 0 0; /* the right margin on this div element creates the column down the right 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 0px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: repeat-y;
	width: 745px;
	float: left;
	clear: left;
	overflow: scroll;
	height: 800px;
}
.notesyellowquotebolditalic {
	font: italic normal 13px/16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #FFCC00;
	border: 0px none #999999;
	float: left;
	padding: 5px;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer {
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
#redbox360wide {
	float: left;
	width: 450px;
	padding: 0px;
	border-top: 20px none #00CC00;
	border-bottom: 20px none #00CC00;
	border-right-style: none;
	border-left: 10px none #FF6633;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.450wide {
	width: 430px;
	background: #FFCC33 no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	clear: right;
	margin-right: 10px;
}
#adbox {
	background: #FFFFFF;
	width: 245px;
	height: 230px;
	border: 1px none #CCCCCC;
	padding: 0px;
	margin-top: 7px;
	float: right;
	clear: right;
}
.home_maintextwhiteCopy {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 0px;
	background: no-repeat;
	width: 450px;
}
#450widebox {
	width: 450px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	clear: right;
	float: left;
}
.450wide10inset {
	padding-right: 10px;
	padding-left: 10px;
	width: 430px;
	background: #FFFF00;
	height: 100px;
}
#redboxcentre450 {
	background: #990033;
	margin: 0px;
	width: 430px;
	padding-right: 10px;
	padding-left: 10px;
}
#skyscraperplustop {
	width: 180px;
	background: #FFFFFF;
	float: right;
	height: 780px;
	margin-bottom: 20px;
	margin-top: 20px;
}
