body {
	background-color: #6699CC;
	font-size: 1em;
}

#Banner {
	position:absolute;
	top:0px;
	width:100%;
	height:70px;
	z-index:1;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	border: none;
	left: 0px;
	background-image: url(cgc-images/title-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#Main {
	position:absolute;
	left:0px;
	top:75px;
	width:100%;
	z-index:1;
	overflow: visible;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #000033;
	line-height: 120%;
}

#Main img {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

#Content {
	font-size: 85%;
	padding-left: 3%;
	padding-right: 3%;
	border: solid #ccecff 2px;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 25px;
	background-color: #F0F0F0;
	
}

.imageborder {
	border: solid 2px #FFFFFF;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

a.textlink,
#sitemap a  {
	text-decoration: underline;
	font-weight: bold;
}

a.textlink:link, a.textlink:visited,
#sitemap a:link, #sitemap a:visited {
	color: #000066;
}

a.textlink:active, a.textlink:hover
#sitemap a:active, #sitemap a:hover {
	background-color: #FFEF08;
}

#Nav {
	display: none;
}

#Nav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

#Nav a:link, #Nav a:visited {
	color: #000033;
}

#Nav a:hover, .youarehere {
	color: #000033;
}

#Nav a:active {
	color: #000033;
}

#NavTable {
	display: none;
}

#NavTable td {
	border-bottom-color: #CCECFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	font-size: 70%;
	padding-bottom: 5px;
}

#NavTable td.callout {
	display: none;
}

#callout {
	color: #000066;
	background-color: #ccecff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-weight: normal;
	font-size: 75%;
	margin: 0;
	margin-top: 30px;
}

.callout2 {
	float: right;
	width: auto;
	margin: 0px -15px 15px 20px;
	padding: 0px 15px 5px 10px;
	font-size: 1em;
	line-height: 120%;
	background-color: #FFFFFF;
	color: #000066;
}

.callout2 p {
	margin-top: 15px;
	margin-bottom: 10px;
}

.callout2 a {
	color: #000066;
	text-decoration: none;
}

.callout2 a:hover, .callout2 a:active {
	background-color: #FFEF08;
}

#ColouredArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #CCCCCC;
	width: 50%;
	color: #000000;
	font-weight: bold;
}

#ColouredArea ul {
	padding-top: 15px;
	padding-bottom: 5px;
}

#ColouredArea li {
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -10px;
	padding-right: 10px;
	border-width: 1px;
}

#Footer {
/*	position:absolute;*/
	z-index:2;
	background-color: #CCECFF;
/*	top: 100%;*/
	margin-top: 5px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	border-bottom-color: #6699CC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	overflow: visible;
	line-height: 150%;
	width: 100%;
/*	left: -2px; */
}

#Footer p {
	margin: 15px 25px 15px 25px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: right;
	padding-right: 3.5%;
}

h2 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000066;
	text-align: right;
	line-height: 125%;
}

h3 {
	font-size; 1.25em;
}

hr {
	width: 75%;
	margin: 20px auto 20px auto;
	color: #000066;
	background-color: #000066;
}

strong {
	color: #000066;
	font-weight: bold;
}

#sitemap li,
#sitemap li li {
	list-style: disc;
}

.spacedlist li,
#sitemap li {
	padding-bottom: 3px;
	padding-top: 3px;
}

#ColouredArea2 {
	background-color: #CC9966;
	color: #F4FFE4;
	font-weight: bold;
	padding-left: 5%;
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 10px;
	line-height: 150%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;
}

.smalltable {
	font-size: 80%;
	border-collapse: collapse;
}

.smalltable td {
	border: 1px solid #663300;
	padding: 4px;
	vertical-align: bottom;
}

.screenshot {
	text-align: left;
	float: left;
	line-height:100%;
}

#Main #screenshotarea img {
	float: none;
}

.caption {
	font-size: 0.85em;
	font-style: italic;
}

.clearboth {
	clear: both;
}

.emphasis {
	color: #FF0000;
}

a.emphasis {
	color: #FF0000;
	text-decoration: none;
}

.reditalics {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	font-size: 125%;
	margin-right: 1pt;
}

#print-only {
	visibility: hidden;
	line-height: 0;
}

#left-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 70px;
	visibility: hidden;
}

#right-bg {
    position: absolute;
	right: 0;
	width: 3.5%;
	height: 70px;
	z-index: 1;
	background-color:#6699CC;
}

.weebox {
	padding: 10px;
	margin: 25px;
	border: 1px solid #0000CC;
	background-color: #E9FEFE;
	width: 50%;
}

#searchboxouter {
	display: none;
}

#searchboxinner {
	display: none;
}

#searchboxinner img {
	display: none;
}

.quote {
	border: 1px solid #0000CC;
	background-color: #E9FEFE;
	padding: 10px;
	font-size: 90%;
}

#print-only {
	visibility: visible;
	line-height: 100%;
}

.forcebreak {
	page-break-before: always;
}
