/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, 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 body - background colour and margins */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #b6d7d5;
	margin-bottom: 2px;
	margin-top: 8px;
}

/* main naviagtion  */

.main:link, .main:visited, .main:active	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00008b;
	line-height: 25px;
	display: block;
	padding-top: 1px;
}

.main:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4b0082;
	text-decoration: underline;
	display: block;
	padding-top: 1px;
} 

/* sub headings */

h1,h2,h3,h4  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

h1 {
	font-size: 27px;
	color: #FFFFFF;
	padding-top: 65px;
}

/* for h1 headings with 2 lines of text - like the welcome to...... */

h1.twolines {
	font-size: 27px;
	color: #FFFFFF;
	padding-top: 32px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #00008b;
}

/* the sub headings area  */

td.subhead {
	height: 123px;
	padding-left: 32px;
	padding-right: 15px;
}

/* paragraph text */

p {
	font-size: 75%;
	line-height: 160%;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* text lists with 'tick' */

#content-list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 80%;
	line-height: 200%;
	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;
}



/* the main content area  */

td.content {
	padding-top: 15px;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 30px;	

}

/* copyright text  */

.copyright {
	font-size: 65%;
	color: #666666;
	display: block;
	margin-top: -5px;
}


/* 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;
} 

/* form styles  */

.inputbox {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #000033;
	background-color : #FFFFFF;
	border           : 1px solid #B4B4B4;
}

.formtext {
	font-size: 11px;
	color: #000000;
}

.formtextgrey {
	color: #4D4D4D;
}

.terms-conditions{
	color: #990000;
	font-size: 11px;
	border: 1px solid #990000;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#repeat-form {
	border: 1px solid #CCCCCC;
	width: 550px;
	font-size: 11px;
	background-color: #F1F1F1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contact-form {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	background-color: #F1F1F1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 480px;
}

#personal {
	padding: 15px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}


#drugs {
	padding: 15px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#bottomform {
	padding: 15px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.indigo-blue {
	color: indigo blue;
	}
