/* global */
html{
 height: 100%; 
margin-bottom: 1px;
}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

p.pad
{ margin: 0px;
  padding: 3px 0px 3px 0px;
  line-height: 1.7em;
  vertical-align: top;
}

h1
{
	font-family: arial, sans-serif;
	font-size: 100%;
	letter-spacing: 0em;
	font-weight: bold;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

h3 {
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 100%;
color: #FDFAFE;
font-weight: bold;
}
h4 {
margin: 0px;
padding: 0px 0px 4px 0px;
font-size: 120%;
color: #FDFAFE;
font-weight: bold;
text-decoration: underline;
text-align: center;
}
a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ 
  text-align: center;
  margin: 0 auto;
}

.notice {
border: 1px dashed;
padding: 5px;
text-align: left;
border: 1px #FDFAFE dashed;
background: #414141;

}
/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

.scroll_box{
width: 828px; 
height: 200px; 
overflow: auto; 
padding: 5px;
border-color: #FFFFFF; 
border-width: 1px; 
border-style: solid
}

.li_indent {
padding : 5px 0 0 3px;
}
.li_indent li {
list-style-type : none;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
  word-spacing: 0px
}
/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content, #top_left
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main {
background: #414141 url(./images/main.png) repeat-y;
color: #FDFAFE;
width: 880px;
}

/* links above the logo / footer */
#links, #footer {
  width: 826px;
  height: 20px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 8px 29px 0px 11px;
}

#top_left {
vertical-align: middle;
font-weight: bold;
}

#links {
text-align: right;
}

#sbilinks {margin: 0px 0px 0px 10px;}
#sbitem {margin: 0px 0px 0px 10px;}
.sbitem {margin: 0px 0px 0px 10px;}

#sbitem a {
color: #FDFAFE;
background: #545454;
padding: 0px 0px 0px 0px;
text-decoration: underline;
}

#sbitem a:hover {
text-decoration: underline;
}
#footer
{ text-align: center; 
  border-top: 2px solid;
}

#top_left a,#top_left a:hover,#footer a,#footer a:hover{text-decoration: underline;}

#links a, #links a:hover {
text-decoration:none;
}
/* logo */
#logo
{ width: 866px;
  height: 130px;
  border-top: 2px solid;
  border-bottom: 5px solid;

}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{
	font-size: 220%;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#logo h2
{
	font-family: arial, sans-serif;
	font-size: 108%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* navigation menu */
#menu
{ height: 31px;
  width: 866px;
  margin-top: -31px;
  position: relative;
  background: #999999;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	padding: 6px 7px 2px 7px;
	text-transform: uppercase;
	font-size: 88%;
	border-bottom: 1px solid;

} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
	height: 20px;
	border: 0px;
	padding: 6px 7px 2px 7px;

} 

/* main content */
#content
{ width: 866px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 30%;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 19px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	
}

.sidebaritem
{
	text-align: left;
	width: 254px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p{
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}

.sidebaritem h1
{ font-weight: normal;
  padding: 8px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem h2 {
font-size: 120%;
}
.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}

.sbilinks ul{margin: 0px 0px 0px 10px;}

.sbilinks li
{ list-style: none; 
  padding: 0px 0px 0px 0px; 
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none;
  width: 169px;
} 
/* column 2 - page content */
#column2 {
text-align: justify;
width: 65%;
float: left;
padding: 2px 3px 15px 19px;
background: #999999;
}

#column2 h1 {
font-family: arial, sans-serif;
padding: 16px 0px 5px 0px; 
margin: 0px 0px 12px 0px; 
border-bottom: 1px solid;
font-size: 150%;
font-weight: normal;
}

#column2 a, #column2 a:hover {
padding: 0px 0px 1px 0px;
text-decoration: none;
border-bottom: 1px solid #414141;
}

#column2 a:hover {
border-bottom: 1px solid;
}

#column2_full {
font-size: 105%;
text-align: justify;
width: 95%;
float: left;
padding: 2px 3px 15px 19px;
background: #999999;
}

#column2_full h1 {
font-family: arial, sans-serif;
text-align: center;
padding: 16px 0px 5px 0px; 
margin: 0px 0px 12px 0px; 
border-bottom: 1px solid;
font-size: 150%;
font-weight: normal;
}

#column2_full a, #column2_full a:hover {
padding: 0px 0px 2px 0px;
text-decoration: none;
border-bottom: 1px solid;
}

#column2_full a:hover {
border-bottom: 1px solid;
}
input { 
background-color : #FFF;
color : #000;
/*
text-align: center;
*/
}
.radio {
background: #545454;
}

.checkbox {
background: transparent;
text-align: center;
vertical-align: middle;
color : #000000;
}

.hide
{
  margin: 0px 2px 0px 2px;
  display: none;
}

.halert {
width:40%;
margin: 0px auto;
border: 1px #FDFAFE dashed;
text-align: left;
font-style: italic; 
color: #FFF;
padding:3px;
}
h5 {
text-align:center;
font-size: 10pt;
padding: 0px;
margin: 0px;
font-weight: bold;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}

table tr {

}
table, td, th {
	border:1px dashed #414141;
	border-collapse:collapse;
	margin:0;
	padding: 2px;
	background:#545454;
}
table td,th{
	padding: 2px 6px 2px 4px;
	vertical-align:middle;
	text-align:left;
	color:#FDFAFE;
}
table th{
	font-weight:bold;
}
table caption {
text-align: left;
font-size: 120%;
font-weight: bold;
}

.faq_q {
display: block;
padding: 10px 0px 10px 0px;
padding-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0px; 

}

.faq_a {
display: none;
border: 1px #FDFAFE dashed;
background: #414141;
margin: 0px 0px 0px 20px;
padding: 10px; 
}

.deg_a {
display: none;
border: 1px #FDFAFE dashed;
background: #414141;
margin: 0px 0px 0px 5px;
padding: 10px; 
}

/* additional colour scheme selections */
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}

.blue {color: #109CEF;}
.green {color: #94C65A;}
.purple {color: #CE5AEF;}
.orange {color: #FF9C21;}
.yellow {color: #FFC700;}
.red {color: #EE4444;}


.links_blue { 
background: #414141 url(./images/blue.png) no-repeat left center;
  color: #109CEF;
  padding: 0px 5px 0px 5px;
}

.links_green
{ 
background: #414141 url(./images/green.png) no-repeat left center;
  color: #94C65A;
  padding: 0px 5px 0px 5px;
  
}

.links_purple
{ 
background: #414141 url(./images/purple.png) no-repeat left center;
  color: #CE5AEF;
  padding: 0px 5px 0px 5px;
}

.links_orange
{ 
background: #414141 url(./images/orange.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 5px 0px 5px;
}

.links_yellow
{ 
background: #414141 url(./images/yellow.png) no-repeat left center;
  color: #FFC700;
  padding: 0px 5px 0px 5px;
}

.links_red
{ 
background: #414141 url(./images/red.png) no-repeat left center;
  color: #551521;
  padding: 0px 5px 0px 5px;
}


