	/*  */
	/* General styles */
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
}
a {
	color:#333333;
	border-bottom: 1px solid #999999;
	display: inline;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
	display: inline;
}
a:visited {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	display: inline;
}
p {
	margin:0em 0 0.5em;
	padding:0;
	font: 10pt/140% Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.BOLD {
	font-weight: bold;
	font-variant: small-caps;
}
.yllwHIlght {
	background: #FFFF33;
}
.smLiChkMrk {
	list-style: url(../Images/icons/checkmarkSM.gif) outside;
}
.li-Indnt {
	margin-left: 15%;
}
.li-Indnt5pt {
	margin-left: 8%;
}
.col1 img {
	margin:3px 0;
	float: none;
	display: inline;
	padding: 0px;
}
h1 {
	font: bold large/170% Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	text-align: center;
	margin: 5pt 0px;
	padding: 0px;
}
h1 {
	font: bold 14pt/170% Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: center;
	margin: 5pt 0px;
	padding: 0px;
}
h2 {
	margin: 0em 0em .25em;
	padding: 0px;
	font: bold 12pt/150% Geneva, Arial, Helvetica, san-serif;
	color: #000000;
}

h2 a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	display: inline;
}
h2 a:hover {
	color:#FF0000;
	text-decoration:none;
	display: inline;
}
h3 {
	margin: .5em;
	padding: 0px;
	font: 12pt/140% Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
ul {
	font: 10pt/140% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	list-style: disc outside;
	padding: 0px 0px 0px 2%;
}
li {
	text-align: left;
	margin-left: 15px;
	line-height: 175%;
}
.center {
	text-align: center;
}
blockquote {
	color: #000000;
	margin: 0px 0px .5em;
	border: 1px solid #0000FF;
	padding: 5px;
	text-indent: 0pt;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
}
blockquote p {
	text-align: left;
	margin: 3pt;
	padding: 0em;
	font-style: italic;
	text-indent: 0pt;
	font-size: 12pt;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
blockquote p.source {
	text-align: right;
	margin: 0pt 6pt 6pt 0pt;
	padding: 0em;
	font-style: normal;
	font-size: 9pt;
}
img {
	float: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
	/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	border-bottom: 1px solid #999999;
}
#header h1 {
	padding:.4em 15px 0 15px;
	margin:0;
	text-align: center;
}
#header p {
	text-align: center;
}
#header img {
	text-align: center;
	margin: 0px;
	float: none;
}
	/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#FFFFFF;
	border-top:1px solid #999999;
	margin:0;
	padding:6px 15px !important;
	text-align: right;
}
	/* column container */
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
}
	/* common column settings */
.colright,
.colmid,
.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
}

.col2,
.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
}
	/* 3 Column settings */
.col1 li {
	text-decoration: none;
}
.col1 {
	float:left;
	position:relative;
	padding:0 0 1em;
	overflow:scroll;
	margin-right: 0em;
}

.threecol {
	background:#FFFFFF;
}
.threecol .colmid {
	right:25%;
	background:#FFFFFF;
	border-right: 2px solid #999999;
}
.threecol .colleft {
		right:75%;			/* width of the middle column */
		background:#FFFFFF;	/* left column background colour */
}
.threecol .col1 {
		width:71%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
		width:0%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;
	left:106%;
}
	/* Footer styles */
#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.readmore {
	font: lighter xx-small/100% "Times New Roman", Times, serif;
	color: #999999;
	text-align: right;
}
.floatRght {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
h3 a {
	color:#0000CC;
	border-bottom: 1px solid #0000CC;
	display: inline;
	text-decoration: none;
}
h3 a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	display: inline;
}
.col2 h2, .col3 h2 {
	color: #333333;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.titleAuthor {
	font: medium Geneva, Arial, Helvetica, san-serif;
	text-transform: capitalize;
	text-align: center;
}
.Italics {
	font-style: italic;
}
.LrgGldCap {
	font-size: 120%;
	text-transform: capitalize;
	color: #FF6600;
}
.wand {
	list-style: url(../Images/icons/wand.gif) outside;
}
.signup {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	background: #FFFF99;
	text-align: center;
	border: 2px inset #FFFF00;
	margin-top: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.biglink {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.topofpage {
	font: xx-small Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
.BoldHeader {
	margin: 0.5em .5em;
	padding: 0px;
	font: bold 12px/150% Geneva, Arial, Helvetica, san-serif;
	color: #000000;
}
.BoldHeaderCenter {
	margin: 0.5em .5em;
	padding: 0px;
	font: bold 12px/150% Geneva, Arial, Helvetica, san-serif;
	color: #000000;
	text-align: center;
}
.BlueHeaderCentered {
	margin: .5em;
	padding: 0px;
	font: 10pt/140% Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-align: center;
}
/* adobe stuff */
#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#content {
	width:100%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

