
/* general styles of main body*/
body, select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	letter-spacing:0.15px;
	margin-right: 20px;
	margin-left: 10px;
	} 

/* standard style of a page border */
.outter-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	width: 742px;
	margin-right: auto;
	margin-left: auto;
} 
/* standard content style of a vertical - dots */
.vertical-dots {
	border-right-width: 1px;
	border-right-color: #003E54;
	border-right-style: solid;
}
/* standard content style of a advertise section */
.advertise {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* standard content style of a contact details */
.contact-box {
	padding: 10px;
	font-size: .85em;
	background-color: #E3DBD5;
	border-color: #AA917D;
}
/* standard style of a Table of Content */
.ToC-box {
	font-size: .8em;
	color: #cccccc;
	padding: 2px;
}
.preload {
	display: none;
}

/* standard content area link properties */
a:link { 
	color: #000000;
}
a:visited { 
	color: #999999;
}
a:hover { 
	color: #006363;
	text-decoration: none;
}
a:active { 
	color: #000000;
}

/*  global text navigation link properties */
.global-nav a:link {
	color: #000000;
}
.global-nav a:visited {
	color: #006363;
}
.global-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.global-nav a:active {
	color: #006363;
}

.divider {
	width:1px;
	background-image:url(divider.gif);
	background-position:center;
	background-repeat:no-repeat;
}

/* centre the icons to text, eg, external link, pdf files, print buttons */
.icons {
	vertical-align: middle;
}

/* Main Title */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#cc0033
} /* Sub Title */
.sub-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#000000
} 
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	letter-spacing:0.9px;
	text-indent: 10px;
	color:#ffffff;
}
.blacksmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing:2px;
	text-indent: 5px;
	color:#000000;
}
.skip-to-content {
	color: #266F90;
	text-decoration: none;
}
.horizontal-dots {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.pic-border {
	border: 1px solid #000000;
	padding: 2px;
}
.buttonscontainer {width: 175px;}

.buttons a {color: #ffffff;
background-color: #CC0033;
padding: 1px;
padding-left: 3px;
padding-bottom: 5px;
padding-top: 2px;
display: block;
border-left: 8px solid #D78591;
font: 0.9em, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: left;
margin-top: 2px;
}

.buttons a:hover {border-left: 8px solid #000000;
text-decoration: none;
color: #000000;
}


