@charset "iso-8859-1";				 

body {
	text-align: center;
	background-color: #CCFFAA;
}

a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: cyan;
	text-decoration: underline;
}

/* Page layout */

#centerBox {

	height:100%;

	text-align:center;

}

#pageWrapper {

	border:1px solid #ff0000;

	border-width:1px 1px 3px 1px;

	margin:0 auto;

	padding:0;

/*	height:100%;*/

	text-align:center;

	width:1000px;

}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: magenta;
/*	background-color: #88AA55; */
	background-color: #33FF99;
	width: 1000px;
	height: 30px;
	top: 1px;
}

.container {
	float:left;
	width: 1000px;
/*	height: 450px; */
	top: 2px;
	margin-right: auto;
	margin-left: auto;
}

/************* #globalNav styles **************/

#globalNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
/*	background-color: #88AA55; */
	background-color: #99FF99;
	width: 1000px;
	height: 30px;
	top: 1px;
	font-size:22px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 75%;
	padding: 0px 4px 0px 0px; 
}

/********** Navigation - LHS ***********/
.navigation {
	text-align: left;
	float: left;
	top: 341px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: purple;
/*	background-color: #88AA55; */
	background-color: #99FF99;
	text-decoration: none;
	z-index: 3;
}

/*********** NaviGroup - Set ***********/

.navigroup{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 75%;
}

.navigroup h3{
	padding: 0px 0px 2px 0px;
}

.navigroup a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: purple;
	text-decoration: none;
}

.navigroup a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: underline;
}

.navigroup a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}

/************** #version styles **************/

#version{
	text-align:center;
	margin: 0px;
/*	padding: 10px 0px 20px 10px;	*/
	font-size: 60%;
	color:purple;
}

#version h3{
/*	padding: 5px 0px 5px 0px;	*/
	font-size: 120%;
}

/************** .feature styles ***************/

.feature{
	text-align:center;
	padding: 0px 0px 10px 10px;
/*	font-size: 90%; */
}

.feature_left{
	text-align: left;
	padding: 0px 0px 10px 80px;
/*	font-size: 90%; */
}

.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float:left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature table{
	text-align:center;
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}

.ch_feature{
	background-image:url(Images/ch_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.ct_feature{
	background-image:url(Images/ct_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.cw_feature{
	background-image:url(Images/cw_background.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
	
.cw_feeture{
	background-image:url(Images/cw_backdrop.png);	
	background-repeat:no-repeat;
	background-position:bottom center;
}

.en_feature{
	background-image:url(Images/en_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

/************** .picture styles ***************/

/* Force Picture to Left - Text to the Right and then wraps */
/* N.B. Same as .feature img{ ... } above */
.picleft img{
	float:left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* Force Picture to Right - Text to the Left and then wraps */
.picright img{
	float:right;
	padding: 0px 0px 0px 10px;
	margin: 5px 0 5px 0;
}

/* Force Picture to Left - Text to the Right and then wraps */
/* N.B. Same as .feature img{ ... } above */
.pigleft img{
	float:left;
/*	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;	*/
}

/* Force Picture to Right - Text to the Left and then wraps */
.pigright img{
	float:right;
/*	padding: 0px 0px 0px 10px;
	margin: 5px 0 5px 0;	*/
}


.details {
	background-color:#DDFFCC;
	text-align: center;
	float: right;
	top: 341px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	z-index: 2;
}

.details a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: purple;
	text-decoration: none;
}

.details a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: underline;
}

.details a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: magenta;
	text-decoration: none;
}


.photo {
	border: 10px solid #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	top: 21px;
}

.topleft img{
	float:left;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 0;
}

.topright img{
	float:right;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 0 5px;
}

.botleft img{
	float:left;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 0;
}

.botright img{
	float:right;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 0;
}

.botmiddle img{
	float:none;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 0;
}

.tranleft img{
	float:left;
	padding: 0px 10px 0px 10px;
	margin: 0 0 5px 120px;
}

.tranright img{
	float:right;
	padding: 0px 10px 0px 10px;
	margin: 0 120px 5px 0;
}

p.copy-small{
	text-align: center;	
	font-family: "Times New Roman",serif;
	font-size: 8pt;	font-weight: normal;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
}

.rednote {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
}

.bluenote {
	font-family: Arial, Helvetica, sans-serif;
	color:#0000FF;
	font-weight:bold;
}

.blacknote {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}

p.casmall{
	text-align: center;	
	font-family: "Comic Sans MS",cursive;
	font-size: 10pt;	font-weight: normal;
}		

p.casmall img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.rainbow{
background-color:#000000;
}
