/* global */
html{height: 100%;}

body{
background:#ffffff url('back.gif') repeat top center;
padding: 0px;
margin: 0px;
font-style:normal; font-variant:normal; font-weight:normal; line-height:14pt; font-size:10pt; font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

A:link{ color:#000000; text-decoration:none; }
A:hover{ color:#808080; text-decoration:none; }
A:active{ color:#000000; text-decoration:none; }
A:active:hover{ color:#808080; text-decoration:none; }
A:visited{ color:#000000; text-decoration:none; }
A:visited:hover{ color:#808080; text-decoration:none; }

h2{
	display: block;
	padding: 0px 10px 0px 0px;
	letter-spacing: -1px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
}

h3{
	display: block;
	padding: 0px 10px 0px 0px;
	letter-spacing: -1px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #CFCFCF;
	color: #000000;
}

h4{
	display: block;
	padding: 0px 10px 0px 0px;
	letter-spacing: -1px;
	margin-left: 5px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #000000;
	color: #ffffff;
}

img{border: 0px;}

/* margin lefts / margin rights - to centre content */
#main, #footer, #crumbs
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 760px;}

/* main content */
#content
{ width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#menu
{ width: 150px;
  float: left;
  margin-top:20px;
  margin-bottom:5px;
  margin-right:0px;
  padding-left:0px;
  font-family: Helvetica, sans-serif, Verdana;
  font-weight: bold;
  text-align: right;
  color:#001CA0
}

#menu ul {
width: 150px;
margin: 0px;
padding: 0px;
list-style: none;
}

#menu ul li {
padding-top: 0px;
padding-bottom: 0px;
}

#menu a {
	display: block;
	padding: 0px 10px 0px 0px;
	letter-spacing: -1px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	display: block;
	background: #808080;
	color: #FFFFFF;
}

#menu .current a {
	background: #ffffff;
	color: #000000;
}

#inner
{ 
  background: #000000;
  width: 220px;
  float: left;
  margin-top:103px;
  margin-bottom:15px;
  padding-left:10px;
}

/* column 2 - page content */
#body
{ text-align: justify;
	letter-spacing: -1px;
	text-align: justify;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
  background:transparent;
}

#footer{
	padding: 0px 10px 0px 0px;
	letter-spacing: -1px;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px
	font-weight: bold;
	color: #000000;
	clear:both;
	float:right;
	background:transparent;
}

.pullquote {
width:118px;
float:right;
margin-bottom:10px;
margin-left: 15px;
padding-bottom:3px;
background-color: #000000;
border-top: solid #000000;
border-top-width: 5px;
border-bottom: solid #000000;
border-bottom-width: 10px;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
letter-spacing:-1px;
line-height:14px;
text-align: center;
}

.pullquote a {
	text-decoration: none;
	color: #FFFFFF;
}
