/* Standard Page Structure - StdPgStruct.css

	Author: Robert Cooper
	Company: AB Components Ltd
	Created: 08/10/2008
	
	Last modified by: Robert Cooper
	Last modified on: 27/02/2009
	
	Description: Default web page stylings, including rendering for header, two colums and footer.
					Page specific stylings can be found on their own relevant css documents.
*/

/*PAGE DEFAULTS*/
body {
	background-color:#00ccdd;
	font-family:arial, sans-serif;
	font-size:15px;
	color:#200288;
	background-image:url(../images/bckgrnds_dvdrs/background.gif);
	background-repeat:repeat-x;}

div {
	background-color:#ffffff;
	border:none;}

div#page_body {
	width:980px;
	background-image:url(../images/bckgrnds_dvdrs/page_body.gif);
	background-repeat:repeat-y;
	padding:0;
	margin-right:auto;
	margin-left:auto;}

div#footnotes {
	margin-top:30px;
	font-size:13px;}

span#superscript {
	font-size:11px;
	font-family:Courier New, Courier, monospace;
	font-style:normal;
	font-weight:bold;
	vertical-align:top;}

p {
	margin:10px 0 10px 0;
	padding:0;
	text-indent:10px;}

p#centered {
	text-align:center;}

p#list_link {
	margin:10px 0 5px 0;}

ul {
	margin-top:0;
	padding-top:0;}

li {
	list-style-image:url(../images/bttns_bllts/bullet.gif);}
	
h1 {
	text-align:center;
	font-size:30px;
	padding:10px;
	margin:0;}

h2 {
	text-align:center;
	font-size:20px;}

h3 {
	font-size:20px;
	text-decoration:underline;}

h4 {
	text-align:center;
	font-size:15px;
	padding:0;
	margin:10px 0 10px 0;}
	
h5 {
	text-align:center;
	font-size:13px;
	padding:0;
	margin:10px 0 10px 0;}
	
h6 {
	font-size:18px;
	margin:0;
	padding:0 0 0 10px;}

img {
	border:0px;}

address{
	font-style:normal;}

/*PAGE HEADER*/

div#header {
	width:960px;
	text-align:center;
	padding:10px 10px 2px 10px;
	border-bottom:solid 2px #200288;}

img#header_lft {
	float:left;
	padding:5px 0 0 30px;}

img#header_rght {
	float:right;
	padding:5px 30px 0 0;}

img#logo {
	padding:10px 10px 20px 10px;}

a#nav {
	margin:0 3px 0 3px;}

/*LEFT COLUMN*/

div#left_col {
	float:left;
	clear:none;
	width:205px;
	padding:10px 10px 0 10px;
	margin:0;}

/* COLUMN DIVIDER */

img#col_div {
	float:left;
	width:2px;}

/*RIGHT COLUMN*/

div#right_col {
	float:right;
	clear:none;
	width:713px;
	padding:0 20px 0 20px;
	margin:10px 0 0 0;}

/*PAGE FOOTER*/

div#footer {
	clear:both;
	width:970px;
	color:#0f0f0f;
	background-color:#eeeeee;
	text-align:center;
	padding:5px;
	margin-top:2px;
	border-top:solid 2px #00ccdd;}
