<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* basic  elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ded url(../img/bg.gif) repeat-x;
	color: #000;
	font-size: 100.0%;
	font-family:  Verdana,sans-serif;
	padding-top: 40px;
}

p {
	font-size: .85em;
	padding-bottom: 1.2em;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .95em;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #000;
	display: block;
	margin-bottom: 12px;
	padding: 12px;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS",sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: .5em;
}
/* misc */
.clearer {
	clear: both;
}

/* header */

#header {
	border-bottom: 1px solid #EEE;
	height: 135px;
	margin-bottom: 3px;
}

html&gt;body #header {
	min-height: 135px;
	height: auto;
}

#header img {
	position: absolute;
	top: 40px;
	z-index: 500;
}

#header p#title {
	font-size: 2em;
	color: #222;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 140px;
	text-align: center;
}

#header p#title span {
	text-align: center;
}

#header p#title span#subtitle {
	font-size: 60%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#header p#title span#date {
	font-size: 50%;
	padding-top: 3px;
	text-align: center;
}

#header p#title span#end {
	font-size: 45%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	text-align: center;
}
/* main content */

#container {
	margin: 0 35% 20px 10%;
}

#content {
	position: relative;
}

#content ul li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: .85em;
}

#content ol.alpha li {
	list-style-type: lower-alpha;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: .85em;
}

#content ul.alpha li {
	list-style: url(../img/none.gif);
	list-style-type: none;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: .85em;
}

#content a, 
#footer a {
	background-color: #ded;
	color: #039;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover,
#content a:focus,
#content a:active,
#footer a:hover,
#footer a:focus,
#footer a:active  {
	text-decoration: underline;
}

/* navigation */

#related {
	position: absolute;
	background: #C30;
	color: white;
	right: 10%;
	width: 20%;
	margin-bottom: 20px;
	top: 40px;
}

#nav  {
	padding: 12px 12px 0;
	position: relative;
}

#nav  h2 {
	color: #fff;
	font-size: .9em;
	margin-bottom: 4px;
	margin-left: 8px;
}


#nav  p { 
	background-color: #c30;
	color: #fff;
	font-size: .9em;
	margin-bottom: 10px;
	margin-left: 8px;
	border-bottom: 1px solid #333;
}

#nav  p a,
#nav  p a:visited { 
	background-color: #c30;
	color: #fff;
	font-size: .9em;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 8px;
	text-decoration: none;
}

#nav  p a:hover,
#nav  p a:focus,
#nav  p a:active { 
	text-decoration: underline:
}

#nav  p.small { 
	background-color: #c30;
	color: #fff;
	font-size: .75em;
	margin-bottom: 10px;
	margin-left: 8px;
	border-bottom: 1px solid #333;
}

#nav  ul {
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

#nav  li { 
	list-style: none;
	margin: 0;
}

#nav  li a {	
	color: #fff;
	display: block;
	font-size: 0.9em;
	padding: 0 6px 0 8px;
	text-decoration: none;
}

#nav li a:hover,
#nav lia:focus,
#nav li a:active  {
	text-decoration: underline;
}


/* nav bar round edges */

.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(../img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */

#footer {
	color: #333;
	border-top: 1px solid #555;
	font: normal .9em Verdana,sans-serif;
	margin-left:  10%;
	margin-top: 5px; 
	margin-right: 35%; 
	margin-bottom: 20px;
	padding: 8px 6px;
	text-align: center;
	
}

table {
	margin-left: 30px;
	font-size: .75em;
	text-align: center;
}

table.fullwidth {
	margin-left: 0;
	font-size: .75em;
	text-align: center;
}

table img {
	margin: 10px  10px 1px 10px ;
}

table img.body {
	margin: 0 10px;
}

/* content styling */

#content hr {
	color: #222; 
	background-color: #9c9;
	height: 2px;
	width: 80%;
	text-align: center;
	margin-bottom: 5px;
}

#nav a img,
#content a img {
	border: 0;
}

/* content intro decorative image */

#content div#intro {
	margin-bottom: 20px;	
}

#content div#intro {
	background: url(/rotate_bac.php) 100% 0 no-repeat; 	overflow:hidden;
}

#content div#intro p {
	margin-top: 7px;
	margin-left: 7px;
	width: 47%;
}

/* content promo boxes */

#content div#promos {
	position: relative;
}

#content div.quote,
#content div.facts {
	padding-bottom: 4px;
	margin: 0 0 12px 6px;
	border-bottom: 4px solid #c30;
}

#content div#snippet {
	float: left;
	margin-top: 0; 
	margin-bottom: 10px; 
	margin-left: 0;
	margin-right: 5%;
	padding-bottom: 4px;
	border-bottom: 4px solid #c30;
	width: 45%;
}

#content div#fact {
	float: left;
	margin-top: 0; 
	margin-bottom: 10px; 
	padding-bottom: 4px;
	border-bottom: 4px solid #c30;
	width: 45%;
}

/* round corners for promo boxes  within the content */

#content div.bl {
	background: url(../img/bl.gif) 0 100% no-repeat		 #c30; 	
} 

#content div.br {
	background: url(../img/br.gif) 100% 100% no-repeat;
} 

#content div.tl {
	background: url(../img/tl.gif) 0 0 no-repeat; } 

#content div.tl2 {
	background: url(../img/tl.gif) 0 0 no-repeat #c30; } 

#content div.tr {
	background: url(../img/tr.gif) 100% 0 no-repeat; 		padding:3px 10px; 
} 

#content div.clear {
	font-size: 1px; 
	height: 1px
}

/* font styling in promos */

#content div.quote h2,
#content div.facts h2,
#content div#snippet h2,
#content div#fact h2 {
	display: block;
	color: white;
	padding: 0;
	margin-bottom: 1px;
}

#content div.quote p,
#content div.facts p,
#content div#snippet p,
#content div#fact p {
	padding: 2px 8px 8px 8px;
}

#content div.quote a,
#content div#snippet a,
#content div#fact a {
	font-size: .85em;
	padding-bottom: 2px;
	text-align: right;
}

/* content layout styles */

p.floatright,
img.floatright,
div.floatright {
	padding-right: 1em;
	padding-left: 1em;
	float: right;
}

p.floatleft,
img.floatleft,
div.floatleft {
	padding-top: 1em;
	padding-right: 1em;
	float: left;
}

.centre {
	width: 90%;
	margin-left: 5em;
}

.centred {
	text-align: center;
}

/* FAQ page styling */

#q1 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#q3 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#q4 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#q5 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#q6 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#q7 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#q8 {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* DEFENCE page initial caps styling  */

#decor p:first-letter {
	font-size: 135%;
	color: #c30;
	font-weight: bold;
}

div#special {
	margin: 0 6% 10px 8%;
	padding: 8px;
	border: 2px solid #c30;
}

div#special p{
	margin: 0%;
	padding: 0;
}

acronym {
	border-bottom: 1px dashed #333;
}</pre></body></html>