/* colours */

.red { background-color:#c00;}
.myTable .red {width: 80px; }

.rblue { background-color:#009;}
.myTable .blue {width: 80px; }

.navy { background-color:#005;}
.myTable .navy {width: 80px; }

.grey { background-color:#333;}
.myTable .grey {width: 80px; }

.olive { background-color:#013300;}
.myTable .olive {width: 80px; }

.black { background-color:#000;}
.myTable .black {width: 80px; }

.sand { background-color:#c96;}
.myTable .sand {width: 80px; }

.orange { background-color:#f80;}
.myTable .orange {width: 80px; }

.gold { background-color:#fc3;}
.myTable .gold {width: 80px; }

.green { background-color:#090;}
.myTable .green {width: 80px; }

.raspberry { background-color: #872657;}
.myTable .raspberry {width: 80px; }

.purple { background-color:#306;}
.myTable .purple {width: 80px; }

img {border:0} 

/* layout styles  and boxes */
body{
	margin: 0;
	padding: 0;
	font-family:'Lucida Sans Unicode','Lucida Grande','Luxi Sans',Lucida, sans-serif; 
	text-align: center;
	font-size: 85%;
	background:url(images/highshadow-2.png) repeat-x top #cbdae4;
	color:#333;
}

#wrapper {

	width:910px;
	margin: 0px auto 10px auto;
	text-align: left;
	background: #f8f8f8;
	border: 5px #FFF solid;
}
#innerwrapper {
	 
	/* border: thin solid black ; */
	height:1%;

}

#right{
	width: 290px;
	float: right;
	position:relative;
	 
}

#sidebar{
	width: 170px;
	float: left;
	position:relative;
	clear:both;
	text-align:left;
}

#sidebar p{ padding-left:20px; text-align:left;}


.myimgL {
	width:320px; 
	margin-right:10px;
	float:right;
}

.myimgL p {
	padding:5px 0px;
}

#content {
	width: 710px;
	float: right;
	padding:8px;

}

#header {
	width:100%;
	text-align: left;
	position: relative;
	padding:0px;
	background-image: url(images/sky4r.jpg);
	background-repeat: repeat-x;
	color:white;
	background-color:#b9cdda;
}


#subheader {
	height: 114px;
	background-image: url(images/sky-2.jpg);
	background-repeat: repeat-x;
	color:white;
	clear:both;
}

#footer {
	clear:both;
	
	border-top: thin #b9cdda solid;
	text-align: center;
	/* background-color:#9cbfe5;  */
	background: url(images/footer-rnd3.jpg) bottom no-repeat;  
}
#footer p {margin:0; padding:5px;}

/* end of layout and boxes  */

/* text styles */
.clearfix {
clear:both;}

h1 {
	font-size: 300%;
	position:relative;
	padding:20px;
	margin:0;
	text-align: left;
	font-weight:normal;
	font-style:italic; 
}


h2 {
	font-size: 140%;
	font-weight: normal;
	font-style:italic;
	border-bottom: 2px solid #21348c;
	padding-bottom:10px;
	padding-top:0px;
	color:#000;
}

h3 {
	font-size:130%;
	font-style:italic;
	padding:20px 20px 0px 10px;
	font-weight:normal;
	color:#000;
}

p {
	padding:0px 20px 0px 30px;
	line-height:1.5em;
	}
	
#header p {
	font-size:170%;
	font-style: italic;
	padding-top:0px;
}

table {
	margin-left:25px;
	width:350px;
	border: thin #b9cdda solid;
}

td, th {padding:4px 10px;}

.myTable {
	width:450px;
 }
 
.b {
	color:#21348c;
	font-size:115%;
	font-style:italic;
	}
	

.pullquote {
	width: 25%;
	float: right;
	font-size: 100%;
	font-style: italic;
	line-height: 140%;
	margin: 10px;
	background: url(images/close_quotes.gif) no-repeat bottom right #fff !important;
	background: url(); /* removing quote graphic in IE5+ */
	padding: 5px 10px 5px 10px;
	border: 1px solid #b9cdda;
}

.pullquote:first-letter {
	background: url(images/open_quotes.gif) no-repeat left top !important;
	padding: 5px 2px 10px 30px !important;
	padding: 0px; /*resetting padding in IE5+ */
	background: url(); /*removing quote graphic in IE5+ */
}

.by {
	font-size:80%;
	font-style: normal;
	float:right;
	padding:10px;
}

 .floatright {
	float: right;
	width: 153px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

.righty {
	float:right;

	}
	
.lefty {
		float:left;
		margin-right:60px;
		}
		
.bigList {
	font-size:110%;
	line-height:1.8em;
	list-style-type: square;
}

.indenter{
	margin-left:40px;
}
		
/* navigation styles  for the menu are in nav3.css */


/* myimgS used for fancy img hover effect */


a:link.myimgS, a:visited.myimgS {
display: block;
	width: 150px;
	padding: 5px;
	text-align:center;
	margin: 15px 5px;
	background: #f8f8f8;
	border: 2px solid #999;
}

a:hover.myimgS, a:active.myimgS {
	border: 2px solid #000;
	background-color:#fff;
	}
