
/* ALL TEXT STYLES */

/* Main style, most things cascade from here */
body { 
	font-size : 11px;
	line-height : 120%;
	font-family : Verdana, Arial, Helvetica;
	color: #333333;
}

p {
	FONT-SIZE: 11px; 
	LINE-HEIGHT: 120%; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	color: #333333;
}

.body { 
	font-size : 11px;
	line-height : 120%;
	font-family : Verdana, Arial, Helvetica;
	color: #333333;
}
	
/* Main container text introduces a left margin */		
.container  { 
	margin-left : 10px 
}

/* Main feature on home page text */		
.feature_body  { 
	font-size : small; 
	color : #333399;
	font-weight : bold;
	line-height : 130%;
	margin : 5px;
	margin-bottom : 0px;
}

.quick_finds {
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica;
	color: #333333;
}



/* ALL LINKS */
	
/* Main default links - most link styles cascade from this */
img {
	border:none;
}
	
a:link { 
	color: #333399;
	text-decoration: underline;
	border: none;
	font-size:11px
}
	
a:visited {
	color: #9999CC;
	text-decoration: underline 
	font-size:11px
}
	
a:hover {
	color: #CC0099;
	text-decoration: underline 
	font-size:11px
}

/* Main container links also used as heading links - they are bold */		
a.container:link   { 
	font-weight: bold; 
}
	
a.container:visited { 
	font-weight: bold;
}	
	 
a.container:hover   {
	font-weight: bold; 
}

a.footer:link  {
	color : #666666;
	
	text-decoration : none;
	font-size: 11px;
}

a.footer:visited { 
	font-size: 11px;
}
	
a.footer:hover  {
	color : #CC0099;
	font-size: 11px;
	text-decoration : underline;
}
 
 

/*Main left-hand navigaton */	 
a.mainnav:link  {
	color: #423399;/*#336699;*/
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	text-transform:uppercase;
}


a.mainnav_selected {
	color: #CC0099;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	 text-transform:uppercase;
}
	
a.mainnav:visited {
	color: #423399;/*#336699;*/
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	 text-transform:uppercase;
}
	

a.mainnav:hover {
	color: #423399;/*color: #003366;*/
	font-weight: bold;
	text-decoration: underline
}	

/*	Sub navigation links */
a.subnav:link   { 
	color: #003366;
	text-decoration: none
}
	
a.subnav:visited   { 
	color: #9999CC;
	text-decoration: none
}
	
a.subnav:hover  { 
	color : #336699;
	text-decoration: underline
}
	

/* Left nav links like help and Feedback */	
a.helpnav:link {
	color: #333399;
	font-weight: bold;
}
	
a.helpnav:hover  { 
	color: #CC0099;
	text-decoration : underline
}

a.helpnav:visited  { 
	color: #333399;
}

/* Breadcrumb Links */

a.breadcrumb:link  {
	color: #666666;
	text-decoration: none;
	font-size: 11px
}

a.breadcrumb:visited  {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px
}
	
a.breadcrumb:hover  { color: #CC0099;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px
}

a.breadcrumb {
	color: #666666;
	text-decoration: none;
	font-size: 11px
}

.breadcrumbSelected {
	color: #666666;
	font-weight: bold;
	font-size: 11px

}

/* For the links */	

	
	
/* Main heading styles  */
.H1  {
	color : #CC0099;
	font-weight : bold;
	font-size : small;
	/*margin-bottom : 7px;*/
}
	
.H2  {
	color : #000000;
	font-weight : bold;
	font-size : x-small;
}
	
.H3  {
	color: #333333;
	font-weight: bold;
	font-size: x-small;
}

.title { color: #CC0099; font-weight: bold; font-size: small; font-family: Verdana, Arial, Helvetica; text-decoration: none }
.subtitle { color: #CC0099; font-weight: normal; font-size: x-small; font-family: Verdana, Arial, Helvetica; text-decoration: none }

	
/* FOOTER*/
/* For the text */
.footer  {
	color: #666666; font-size: 10px; font-family: Verdana, Arial, Sans-Serif; text-decoration: none
	
}

/* BACKGROUND COLOURS */
.lavenderbg {
	background-color : #DAC8E6;
}

.greybg {
	background-color : #F6F4FA;
}

.container_border {
	border-color : #A199CC;
}

.helpnav {
	color: #333399
	font-weight : bold;

}

LI{
list-style-image :  url(icon_pink_bullet.gif);
Margin-left : -22px;
FONT-SIZE: x-small;
LINE-HEIGHT: 120%;
FONT-FAMILY: Verdana, Arial, Helvetica;
	}
.imagepadding_botright {margin: 0px 15px 15px 0px;}
.imagepadding_botleft {margin: 0px 0px 15px 15px;}


/* Text style to show which page in the sub nav the user is currently at */
.mainnav { color: #336699; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana, Arial, Helvetica; text-decoration: none; text-transform: uppercase; }
.mainnav_selected  {color: #CC0099;font-weight: bold; line-height: 13px; text-transform: uppercase; text-decoration: underlined;} 
.subnav { color: #003366; font-weight: normal; font-size: 11px; line-height: 14px; font-family: Verdana, Arial, Helvetica; text-decoration: none; }
.subnav_selected { color: #CC0099; font-weight: bold; font-size: 11px; line-height: 14px; font-family: Verdana, Arial, Helvetica; text-decoration: none; }

/*	selected subnavigation links */
a.subnav_selected:link   { font-weight: bold; color: #CC0099;text-decoration: none}
a.subnav_selected:visited   {	color: #CC0099;text-decoration: none}
a.subnav_selected:hover  {text-decoration: underline}




/* QUICK LINKS - AS SWIPED FROM CR.CSS */


.quicksearch {
	float:left;
	width:138px;
	padding:0 0 18px 0;
}
.quicksearch label {
	padding:0 0 15px 0;
	margin:0;
	float:left;
	width:138px;
	font-size:81.25%;
	font-weight:bold;
	color:#525050;
}
.quicksearch select {
	float:left;
	width:120px;
	padding:0;
	font-size:0.6em;
	font-family:Arial, Helvetica, sans-serif;
}
.quicksearch input {
	float:left;
	display:inline;
	margin:10px 0 0 0;
}