@charset "utf-8";

/* PAGE STRUCTURE */

/* set colours for light and dark colour scheme */
.light {
   background-color: #b2cfe6;
}

/* turn off image borders as default */

img { 
border: none; 
}
.dark {
   background-color: #336699;
}



form {
   margin: 0px;
}

/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 0.7em;
   border: 1px solid #000000;
}

select {
   font-size: 0.7em;
}

/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 770px;
   margin: 0 auto;
   text-align: left;
}

#strap {
	background-color: #CCC;
}

/* these are here to align everything properly */
#content, #strap, #title, #breadcrumb {
   text-align: left;
}

/* ---------------------------------------------------- */

/* RIGHT HAND COLUMN */

/* rhm images and caption */

#rh_column {
   margin: 10px 0 0 0;
   padding: 0 0 0 10px;
}

#rh_column img {
   width: 165px;
}

div.rhm
{
	border: 1px solid #ccc;
	padding:0;
	margin: 10px 0 10px 0;
	}

/* formats image captions */

p.caption{
	font-sixe:80%;
	color: #666;
	padding:10px;
	margin:0;
}

/* ---------------------------------------------------- */
