/* General Body Styles */
body {margin: 0;
			padding: 0;
			background-image: url(images/pg_bg.gif);
			font-family: verdana, helvetica, sans-serif;
			font-size: 12px;
			color: #666666;
			line-height: 150%;}

/* General Paragraph Styles */
p {margin: 10px 24px;}

ul {margin-right: 24px;}
	
			
/* Page Heading Styles */	
.header {font-size: 16px;
				font-weight: bold;
				color: #990000;}

/* Page Heading Styles */	
.subhead {font-size: 12px;
				font-weight: bold;
				color: #990000;}
				
/* News Area/Text Styles */					
.news {padding-left: 5px;
			padding-right: 5px;
			vertical-align: top;
			font-size: 11px;}
								
.newshead {font-weight: bold;
					color: white;}

/* General link styles */
a {text-decoration: none;}
					
/* Navigational Link Styles */						
A.nav:link {text-decoration: none; color: #000000; font-size:11px;}
A.nav:visited {text-decoration: none; color: #000000; font-size: 11px;}
A.nav:active {text-decoration: none; color: #000000; font-size: 11px;}
A.nav:hover {text-decoration: none; color: #CC0000; font-size: 11px;}

.nav {text-align: center; 
			vertical-align: top; 
			padding-top: 4px;}

/* Layout Backgrounds */			
.topsilver {background-image: url(images/top_silver_bg.gif);}

.endsilver {background-image: url(images/bottom_silver_bg.gif);}

.sidepanel {background-image: url(images/panel_bg.gif);
						vertical-align: top;}

.navbar {background-image: url(images/nav_bar_bg.gif);}

/* Border Styles (for coloured bars) */
.border {border-bottom:1px solid;
					border-top:1px solid;
					border-color: black;
					border-left: 0px;
					border-right: 0px;}
					
img.block {display: block;}

/* Page Marker Positions (pointer under nav links) */
#homemarker {position: absolute;
top: 163px;
left: 222px;}
						
#standmarker {position: absolute;
top: 163px;
left: 647px;}

#rfsmarker {position: absolute;
top: 163px;
left: 494px;}
						
#innovmarker {position: absolute;
						top: 163px;
						left: 310px;}
						
#commarker {position: absolute;
top: 163px;
left: 327px;}
						
#contactmarker {position: absolute;
				top: 163px;
				left: 745px;}

/* Form Styles */
.enquiry {border: 1px Solid #999999;}

/* Small Text Style */
.small {font-size: 10px;
				color: #999999;}
				

/* Style for copyright notice */
.copy {text-align: center;
			color: #000000;
			font-size: 10px;}
