/* CSS Document by Chris Vine [14 December 2007]
Copyright Digitise Internet Business Solutions Ltd. All Rights Reserved.
1. Any amendments to Section 1 and 2 made has to be reviewed and approved by Digitise
2. Digitise believes in the "tried and true", please think of all consequences before adding new pieces of CSS.

::Notes::
- If there are any errors please inform Digitise.

::Developers::
Please place extra CSS at appropriate sections

::Sections::
Section 1: Default HTML Tag CSS
Section 2: Custom HTML Tag CSS

Section 1: Default HTML Tag CSS : START */
body {
	margin:20px 0 0 0;
	padding:0;
}

body, div, span, select, input, table, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

img {
	padding:0;
	margin:0;
}
h1 {
	color:#999933;
	font-size:16px;
	padding:0;
	margin:0;
}

h2 {
	color:#999933;
	font-size:15px;
	padding:0;
	margin:0;
}

h3 {
	color:#999933;
	font-size:14px;
	padding:0;
	margin:0;
}


#wrapper {
	width:976px;
	margin:0 auto;
}

#header {
	background:url("/images/bgheader.gif") no-repeat;
}

#menu {
	position:relative;
	top:200px;
}

.menuTopLevelHorizontal {
	text-align:right;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}

.menuTopLevelHorizontal a{
	color:#FFFFFF;
	text-decoration:none;
}

.menuTopLevelHorizontal a:hover{
	text-decoration:underline;
}
.menu-tlh {
	color:#FFFFFF;
}

#content {
	margin:0;
	padding:0 30px;
	border-right:3px solid #999933;
	border-left:3px solid #999933;
}

h1 {
	padding:10px 0 0 0;
	margin:0;
}

#footer {
	margin:0 0 10px 0;
	padding:20px 0 0 30px;
	font-size:11px;
	height:60px;
	background-image:url(/images/bottomnavbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#999933;

}
.menuAddressLinksHorizontal {
	color:#999933;
	font-size:11px;
	
}

#footer a, .menu-alh {
	color:#999933;
	font-size:11px;
}

#address {
	margin:0;
	font-size:11px;
	text-align:right;
	padding-right:30px;
}

#address a {
	color:#505050;
}

a{
	color:#505050;
}

.notValidated {
	color:#FF0000;
}