/*
Title:			Global styles for Care2Care Training
Author:			Inversa Design/George Faill
Updated:		08 May 2009
*/

#PageLeft, #PageCentre, #PageRight, #SiteFooter {
	border: solid #f00 0px;
	}

.NoPrint {
	xcolor: #0f0;
	}
.NoScreen {
	color: #f00;
	display: none;
	}

/* Global Text Formatting
*/

.Bold {
	font-weight: bold;
	}

.Italic {
	font-style: italic;
	}

.BoldItalic {
	font-weight: bold;
	font-style: italic;
	}

.HiLite {
	background: #ff9;
	}

.Quote {
	text-align: center;
	font-family: "Times New Roman";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #fc0;
	}
.QuoteLeft {
	font-family: "Times New Roman";
	font-size: 600%;
	font-weight: bold;
	font-style: italic;
	vertical-align: -20%;
	color: #fc0;
	}
.QuoteRight {
	font-family: "Times New Roman";
	font-size: 600%;
	font-weight: bold;
	font-style: italic;
	xvertical-align: -40%;
	color: #fc0;
	}
.Note {
	vertical-align: text-top;
	font-size: x-small;
	}
.C2CRed {
	color: #ff0066;
	}
/* Body
*/

body {
	margin: 0;
	color: #039;
	background: #fff url(bg_line3.gif) repeat top left;
	background-attachment: fixed;
	}
body a {
	text-decoration: underline;
	}
body h1 h2 h3 h4 h5 h6 {
	margin: 0;
	padding: 0;
	}
body hr {
	display: none;
	}

/* Frame
*/

#Frame {
	margin: 0 auto;
	width: 1005px;
	height: 100%;
	background-color: #F3E0C8;
	font: normal small Verdana;
	}

/* Accessibility Options
*/

#Access_Opt {
	text-align: right;
	}
#Access_Opt h3 {
	display: none;
	}
#Access_Opt ul {
	width: 100%;
	padding: 1px 0 4px 0;
	margin: 0;
	font-size: 80%;
	background: none;
	}
#Access_Opt ul li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	}
#Access_Opt ul li a {
	}
#Access_Opt ul li a:link {
	color: #fc0;
	}
#Access_Opt ul li a:visited {
	color: #fc0;
	}
#Access_Opt ul li a:hover {
	color: #c33;
	background-color: #fc0;
	}

/* Banner
*/

#Banner {
	height: 120px;
	background: #F3E0C8 url(header.gif) no-repeat center left;
	}
#Banner h1 {
	display: none;
	}
#Banner img {
	margin: -22px 0 0 0;
	}
#C2CsLogo {
	display: none;
	}

/* Main Navigation
*/
#MainNav_Opt {
	margin-top: 0;
	}
#MainNav_Opt h3 {
	display: none;
	}
#MainNav_Opt ul {
	padding: 0px 0px;
	margin-left: 35px;
	width: 684px;
	margin-bottom: 0;
	font: bold small Verdana;
	padding-bottom: 5px;
	background-color: #F3E0C8;
	}
#MainNav_Opt li {
	display: inline;
	list-style: none;
	margin: 0;
	margin-right: 2px;
	background-color: #969;
	}
#MainNav_Opt li a {
	padding: 0px 5px 5px 5px;
	margin-left: 0px;
	background-color: #969;
	text-decoration: none;
	}
#MainNav_Opt li a:link {
	color: #ddd;
	}
#MainNav_Opt li a:visited {
	color: #ddd;
	}
#MainNav_Opt li:hover {
	background-color: #906;
	}
#MainNav_Opt li:hover a {
	color: #ddd;
	background-color: #906;
	}
#MainNav_Opt #Current {
	background-color: #906;
	}
#MainNav_Opt #Current a {
	color: #fff;
	background-color: #906;
	}

/* Track Back
*/

#Track {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 80%;
	}
#Track h3 {
	display: none;
	}
#Track ul {
	display: inline;
	padding: 0 0 0 0px;
	margin-left: 0;
	text-align: left;
	color: #ff0066;
	}
#Track li {
	display: inline;
	padding: 0 0 0 0px;
	margin-left: 0;
	text-align: left;
	color: #666;
	}
#Track a {
	color: #999;
	}
#Track li a:hover {
	color: #666;
	text-decoration: underline;
	background-color: #ff9;
	}

/* Page Content
*/

#PageContent {
	height: 100%;
	margin-top: 10px;
	}

/* PageLeft

   Contents in style sheet for relevant web page.
*/


/* PageRight
   Contents in style sheet for relevant web page.
*/


#PrintFooter {
	display: none;
	}

/* Site Footer
*/

#Spacer {
	clear: both;
	height: 15px;
	}
#SiteFooter {
	clear: both;
	color: #fff;
	margin-top: 1.5em;
	background-color: #c33;
	font-size: 80%;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
#SiteFooter p {
	margin: 0;
	}

