/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote,  th
{
	margin:  0;
	padding : 0;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/****** main site styles ******/

/* main body - background colour and margins */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #2E6C9A;
	margin-bottom: 30px;
	margin-top: 30px;
	background-image: url(../graphics/bg2.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #00458D;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #000000;
}
a:active {
	color: #00458D;
}

#header{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #226B99;
}

/* main naviagtion  */

.main:link, .main:visited, .main:active	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	line-height: 25px;
	display: block;
	padding-top: 1px;
}

.main:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 1px;
} 

/* sub headings */

h1,h2,h3,h4  {
font-weight: normal;
}

h1 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
	font-weight: bold;
}

/* for h1 headings with 2 lines of text - like the welcome to...... */

h1.twolines {
	color: #FFFFFF;
	padding-top: 32px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* the sub headings background area  */

td.subhead {
	height: 123px;
	padding-left: 32px;
	padding-right: 15px;
}

/* paragraph text */

p {
	font-size: 13px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* text lists with 'tick' bullet */

#content-list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content-list li 
{
	padding-left: 18px;
	background-image: url(../graphics/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-type: none;
	line-height: 28px;
}

/* text lists with 'check box' bullet */

#content-check
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 80%;
	line-height: 200%;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content-check li 
{
	padding-left: 18px;
	background-image: url(../graphics/check.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	list-style-type: none;
}


/* the main content area  */

td.content {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 40px;
	background-image: url(../graphics/sidebg.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

/* copyright text  */

.copyright {
	font-size: 65%;
	color: #000000;
	display: block;
}


/* copyright link (OPG)  */

.copylink:link, .copylink:visited, .copylink:active	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-top: -25px;
} 

.copylink:hover	{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: -25px;
} 

.mob{
	font-size: 18px;
	color: #064766;
}

#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 30px;
}

.email{
	background-color: #FFFFCC;
	padding-left: 9px;
	padding-right: 9px;
	width: 260px;
	border: 1px solid #C5CEE1;
	color: #003366;
}

.logos{
	padding-top: 20px;
}

