/* 
  -----------------------------------
  2 Column Fixed
  -----------------------------------
*/
body {
	background-color: #c1c9c5;
	
	color: #333333;
	font-family: "Trebuchet MS", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5px 0;
	padding: 0;
}

#masthead {
	width: 800px; margin: 0 auto;
	height: 544px;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../PageImages/shadow.gif);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	margin-top: -490px;
	
	margin-left: 0px;
	width: 780px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin-top: -1em;
	margin-left: 0px;
	width: 800px;
	padding: 7em 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 540px;
}
#sidebox {
	float: left;
	width: 200px;
}
#sideboxright {
	float: right;
	width: 220px; 
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 20px 20px 50px;
	font-size: 0.8em;
	
}
#maincontent p{
	line-height: 1.8em;
	margin: 8px 0 12px 0;
}
.calloutLeft {
	float: left;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
}
.calloutCentre {
	position: relative; background-position:center;
	 
	margin: 6px 8px 0px 80px;
	padding: 8px; text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
}
.calloutRight {
	position: relative; float: right;
	right: -200px;  
	margin: 6px 8px 0px -180px;
	padding: 8px; text-align: right;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
}
.cgroupCd .calloutRight {
	position: relative; float: right;
	right: -228px;  
	margin: 6px 8px 0px -180px;
	padding: 8px; text-align: right;
	border: 1px solid #CCCCCC;
	font-size: 1em;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 5px 0 0 0;
	margin: 0 0 0 8px;
	background-image: url(../PageImages/yellowgradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidecontentright {
	font-size: 0.7em;
	padding: 25px 15px 0 0;
	margin-right: 8px;
	
}
#sidecontent p{
	line-height: 1.35em;
	margin: 2px 0;
}
UL .square{
	list-style-image: url('../pageimages/icon_ul.gif'); line-height: 1.8em; 
	 }	 
UL .square li{
	margin-bottom: 20px;
	 }	
UL .arrow {
	list-style-image: url('../PageImages/arrow.gif'); 
	 }	
UL .arrow li{
	margin-bottom: 20px; margin-left:-10px;
	 }	 
/********HEADINGS*******/
h1 { 	
	font: 2em "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color : #C96;
	FONT-WEIGHT: bold; 
	letter-spacing: 0.25em; 
	line-height: 1.5em;
	
}
h2, h3 { FONT-FAMILY: "Trebuchet MS", "ComicSans ", Verdana,Arial,Helvetica,Geneva; 
	FONT-SIZE: 1.3em; 
	margin: 1.5em 0 0 0;
	color : #a38426;
	}	
h4 {FONT-FAMILY: "Trebuchet ", "ComicSans ", Verdana,Arial,Helvetica,Geneva; 
	FONT-SIZE: 1.3em; 
	FONT-WEIGHT: bold; 
	margin: 1.8em 0 1.8em 0;
	letter-spacing: 0.25em; 
	line-height: 2em;
	color : #C66;
}
h5, h6 { color : #C90;
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
#sidecontentright h3.topheading {
	margin: 1.8em 0 0 0;
}
TABLE {border-collapse: collapse; padding: 0; }
A { color:#CC6600; text-decoration:none;}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../PageImages/footer.gif);
	background-repeat: no-repeat;
	height: 55px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #999999;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px; text-align: center;
}



/* Link Link Styles*/
.caption a, .caption a:visited, .caption a:hover {
	color: #06C;
	cursor: default;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
.p7fix a:active, .caption a:active, .caption a:focus {
	color: #FFFFFF;
	background-color: transparent;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}
.tdtitle a:hover {text-decoration: none; background: transparent;}


/*********general styles..................................................*/
.bold {	
	FONT-WEIGHT: bold; COLOR: #C93;}
.boldUnderline {	
	FONT-WEIGHT: bold; COLOR: #C93; border-bottom: 1px solid #FC0;}

.caption: {font-size: 0.6em; }
.captionCentre {font-size: 0.8em; text-align: centre;}
.cgroupAll {border: 1px solid #CCC; padding: 5px;}

.cgroupCd {border: 1px solid #CCC; padding: 5px; font-size: 0.8em; }
.cgroupCdWide { width: 650px; border: 1px solid #CCC; 
	padding: 5px; font-size: 0.9em;
	background-color: #FFFFFF;
	background-image: url(../PageImages/spacer_CdBox.jpg);
	background-repeat: repeat-x; }
.cgroupDownload {border: 1px solid #CCC; padding: 10px;}
.cgroupDownload td {background-color: #EEE; padding: 5px;}
.floatRight { float: right; padding: 0 10px 0 10px }
.floatLeft { float: left; padding: 0 15px 15px 0 }
.floatClear { clear: both }
.headBold {	COLOR: #C63; FONT-SIZE: 1.1em; FONT-WEIGHT: bold; letter-spacing: 0.25em;}
.headBoldCd {
	COLOR: #666; FONT-SIZE: 1em; FONT-WEIGHT: bold;  border: 1px dotted #ccc;  background: #eee;  letter-spacing: 0.2em; padding: 5px;
}
.highlight { color:#C93; font-weight: bold;
	background-image: url(../PageImages/line_red.jpg);
	background-repeat: no-repeat; 
	background-position: bottom left;}
.intro {	
	FONT-SIZE: 0.8em; padding: 4px; color: #666;}
.linesafe { 
	width: 400px; background:  url('../PageImages/line_dot.gif') repeat-x; }
.line { 
	 margin-left: 40px; border-top: 2px dotted #CCC; }
.lineThin { 
	width: 100px; margin-left: 40px; border-top: 1px solid #999; }	
.quote {
	COLOR: #FF6600; LINE-HEIGHT: 22px; padding: 18px 0 4px 0;
}
.quoteDark {
	COLOR: #333; font-size: 1em; line-height: 2em; padding-left: 20px;
}
.tableMin { background: #eeeeee;}
.tableMin_bottom {background: #C96; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.tableMin_mid {border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.tableMin_top {background: #C96; border-left: 1px solid #ccc; border-right: 1px solid #ccc; color: #fff; padding: 2px}
.tableMin_mid UL .arrow {margin-left: -20px;}
.tdLeft {	
		border-top: 1px solid #CCC; padding: 5px 0 0 5px; }
.tdLine {	
		border-top: 1px dotted #CCC; padding: 5px; }	
.tdLeftEven {	
		width: 50%; padding: 5px; }	
.tdMid {	
		padding: 10px; }
.tdRight {	
		border-top: 1px solid #CCC; padding: 5px 5px 0 0; text-align: right; }
.tdRightEven {	
		width: 50%; padding: 5px; }		
.tdtitle {text-decoration: none;}		