/*	Canvas Class - XHTML Valid PC-Browsers IE/FireFox/Opera7	*/
.canvas {margin: 0px; padding: 0px;	height: 100%; width: 100%; text-align: center}
/*	760	Page class	*/
.page {background: #fff; height: 100%; width: 760px}
img {border: none}
.col-a {width: auto; background: #fff}
.col-b {width: 159px; background: #fff;	border-left: 1px solid #933}

a {font-size:12px;}

/*	Copy/Paragraph linkClass	*/

p a {color:#333; border-bottom: dashed 1px; border-color: #666; text-decoration: none}
p a:visited {color:#333; border-bottom: dashed 1px}
p a:hover {color:#933; border-bottom: solid #ccc 1px}


/*	GLOBAL NAVIGATION	*/
.menuContainer {height: 20px; width: 100%; padding-right: 160px;	text-align: right; vertical-align: middle}

.menu01 {
	font-size: 14px;
	font-weight: bold;
	color: #6A80CC;
	text-decoration: none;
	text-align: center;
	width: auto;
}
a.menu01 {
	font-size: 14px;
	font-weight: bold;
	color: #6A80CC;
	text-decoration: underline;
	text-align: center;
	display: inline;
	width: auto;
	}

a.menu01:link {color: #933; text-decoration: underline}
a.menu01:visited {color: #933; text-decoration: underline}
a.menu01:hover {color: #6A80CC; text-decoration: none}
a.menu01:active {color: #6A80CC; text-decoration: none}

.navdiv {font-size: 17px; font-weight: normal; color: #999;	padding-top: 0px; line-height: 20px; width: auto}

/*	Copy Classes Col-A	*/

.content {
	text-align: justify;
	padding: 0px 20px 30px 40px;
	width: 100%;
}

h1 {font-size: 18px; font-weight: bold; color: #666; text-align: left;
	background: url(../cssAssets/bulletH1.gif) no-repeat 0px;
	margin-top: 12px;
	padding-left: 40px;
}

h2 {font-size: 15px; line-height: normal; font-weight: bold; color: #036}
h3 {font-size: 13px; line-height: normal; font-weight: bold; color: #036}

.copy {
	font-size: 12px;
	color: #333333;
}
.copy-m {
	font-size: 11px;
	color: #333333;
}
.copy-s {
	font-size: 10px;
	color: #333333;
}
.pageEnd {
	text-align: center;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #933;
}

/*	Column B classes	*/

.col-b-hdr {
	font-size: 15px;
	font-weight: bold;
	color: #6A80CC;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;

}
.col-b-hdr2 {
	font-size: 13px;
	font-weight: bold;
	color: #933;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #eaeaea;

}
.col-b-copy {
	font-size: 11px;
	color: #333333;
	padding: 4px 9px 10px;

}

/*	Footer classes	*/

.footer {
	background: #fff;
	height: 65px;
	width: 760px;
	border-top: 1px solid #933;
	border-left: 6px solid #6A80CC;
	font-size: 11px;
	color: #999;
}
.ftrCol-a {
	width: auto;
	padding-left: 40px;
}
.ftrCol-b {	width: 160px;}

.valid-link {
	height: 30px;
	width: 100%;
	border-left: 1px solid #933;
	border-top: 7px solid #6A80CC;
	padding-left: 10px;
}
