
/* ///////////  Main HTML tag styles /////////// */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 1.17;	
	margin: 0;
	padding: 0;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #6495ED;
 margin: 0;
 padding: 0;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #009CEC;
 margin: 0;
 padding: 0;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #FFE966;
 margin: 0;
 padding: 0;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #FFD700;
 margin: 0;
 padding: 0;
}

a:link{
	color: #A8A9FF;
	text-decoration: none;
}

a:visited{
	color: #A8A9FF;
	text-decoration: none;
}

a:hover{
	color: #FFFF8A;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #FAD6B7;
}

/* End of HTML Tag style settings */

/* //////////////////// Page Layout Divisions //////////// */

#structTable1 {
   width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 350px 0;
	background-image: url(../images/bkgrnd1.gif);
} 

.structTable2 {
   width: 70%;	
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #000000;
}

#banner{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 0 0 0;
	background-color: #000033;
	width: 100%;
}

#headerDetails{
	padding: 2px 0 0 0;
	background-color: #000000;
	border-bottom: 1px solid #CCC;
	width: 100%;
}

#siteName{
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #CCC;
}

/*********** #pageName styles ***************/

#pageName{
	margin: 0;
	padding: 0 0 0 10px;
}

/*********** #breadCrumb styles ************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0 0 10px;
} 

/************* #searchBox styles ***************/

/* for final external RCSRG site only */
#searchBox{
	padding: 5px;
	float: right;
	font-size: 90%;
}

#searchBox form{
 margin: 0;
 padding: 0;
}

#searchBox label{
	margin: 0;
	padding: 0;
} 
/* End */

#toc{
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*************  #toc link styles  **************/

#toc ul a:link, #toc ul a:visited {display: block; width: 91%;}
#toc ul {list-style: none; margin: 0; padding: 0;} 
/* End */

/*********** #sectinLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0 2px 10px;
}

#sectionLinks a {
	display: block;
	width: 91%;
	border-bottom: 1px solid #CCC;
	padding: 2px 2px 2px 10px; 
}

.link1stList {
	border-top: 1px solid #CCC; 
}

#sectionLinks a:hover{
	background-color: #00014C;
}

/*********** .contactInfo ***********/

.contactInfo{
	position: relative;
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 90%;
}

.contactInfo h3{
	padding: 10px 0 2px 0;
}

.contactInfo a:link, .contactInfo a:visited{
	display: block; 
} 

/* ////////// Layout Variables  ////////////// */ 

/*  Homepage */
#contentHomepage{
	float: left;
   width: 55%;
}

/* Sub pages */
#contentSubpage{
	float: left;
   width: 78%;
}

#newsBoxrht{
   float: right;
	width: 20%;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-right: 10px;
	background-color: #000000;
}

/************** #newsBox styles **************/

#newsBoxrht{
	margin: 0;
	padding: 15px 0px 20px 10px;
	font-size: 80%;
}

#newsBoxrht p{
	padding: 5px 0px 5px 0px;
}

#newsBoxrht img{
	border: 1px solid #CCC;
   margin-bottom:2px;
	display: block;
} 
/* End of Layout Variables */

/************* .leadStory styles ***********/

.leadStory{
	padding: 0 0 10px 10px;
	font-size: 80%;
}

.leadStory h3{
	padding: 30px 0 5px 0;
	text-align: center;
}

.leadStory img{
	float: left;
	padding: 10px 12px 0 0;
}

/************ .story styles *************/

.story{
	clear: both;
	padding: 10px 0 0 10px;
	font-size: 80%;
}

.storyCentred{
	text-align: center;
}

.storyShift{
	 position: relative; right: 5px
}

.story p{
	padding: 0 0px 10px 0;
}

.story img{
	border: 1px solid #CCC;
}

/* link font colour variant */
.linkLight a{color: #C9C2F4;}
.linkLight a:hover{color: #FFFF8A;	text-decoration: underline;}

/*table cell variant */
.cellBlue{
	background-color: #372D6A;
}

.cellDarkGreen{
	background-color: #002800;
}

.cellDarkerGreen{
	background-color: #001C00;
}

.cellGreen{
	background-color: #323D1A;;
}

/*********** #siteFooterInfo styles ***********/

#siteFooterInfo1{
	clear: both;
	font-size: 75%;
	text-align: left;
	color: #cccccc;
	padding: 6px 10px 6px 10px;
}

.lastUpdate{
	text-align: center;
	padding: 0 0 10px 0;
}
	
#siteFooterInfo2{
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 75%;
	text-align: left;
	color: #cccccc;
	padding: 6px 10px 6px 10px;
}

.shift {
	position:relative; bottom:-50px
}
