﻿/*	StyleSheet DD4D
/*
/* 	Colours
/*	DD4D	pink	RGB: EC 00 8C (236/000/140)
/*	T42		green	RGB: 94 7F 3A (148/127/058)
/*	RChk	yello	RGB: FC AC 18	(252/172/020)
/*	DD4M	blue	RGB: 00 AE F0 (000/174/240) */

html				{ overflow:scroll; }
html,body		{ height:100%; } 
html,body 	{ margin:0; padding:0 }
body 				{	text-align:center }/* centre for ie5.+*/

body				{ font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333333; background:#DEDDDD; }

a:link			{ color:#EC008C; text-decoration:underline; }
a:active		{ color:#EC008C; text-decoration:underline; }
a:visited		{ color:#666666; text-decoration:underline; }
a:hover			{ color:#EC008C; text-decoration:underline; }

.TreeStyle						{ font-family:Helvetica, Arial, sans-serif; }
.TreeStyle a:link			{ color:#666666; text-decoration:none; }
.TreeStyle a:active		{ color:#666666; text-decoration:underline; }
.TreeStyle a:visited	{ color:#666666; text-decoration:none; }
.TreeStyle a:hover		{ color:#666666; text-decoration:underline; }
/*
#Wrapper{ min-height:100%; height:auto; width:1120px; margin-left:auto; margin-right:auto; position:relative; text-align:left; 
					background-image:url(Imgs/Bckgrd-Wrapper.gif); background-repeat:repeat-y;  }
*/
#Wrapper{ min-height:100%; height:auto; width:1120px; margin-left:auto; margin-right:auto; position:relative; text-align:left; 
					background-image:url(Imgs/Bckgrd-Wrapper.gif); background-repeat:repeat-y;  }
#Main		{ width:1100px; position:relative; top:0px; left:0px; margin-left:10px; margin-right:10px; background:#FFFFFF; }
#NaviHor{ width:1100px; height: 20px; padding-bottom:20px; }
#NaviVer{ width: 300px; height:180px; float:left; }
#NaviSub{ width: 200px; float:left; padding-left:100px;}
#ContM	{ width: 500px; min-height:400px; float:left; padding-top:5px; padding-left:5px; padding-right:5px; border-left:solid 1px #CCCCCC; border-right:solid 1px #DFDFDF; text-align:left; }
#ContR	{ width: 180px; float:left; margin-left:20px; text-align:left;  }
#ClrFtr { clear:both; height:120px; width:100% }
#Footer { width:100%; position:absolute; bottom:0; left:0; height:100px; background-image:url(Imgs/Footer.gif); }
	
img			{ margin:0 0 0 0; padding:0 0 0 0; border:0; }

h1			{ margin: 0px 0 10px 0; font-size:18px; font-weight:normal; }
h2			{ margin:10px 0  5px 0; font-size:12px; font-weight:bold; }
h3			{ margin:10px 0  5px 0; font-size:11px; font-weight:bold; }

/* Headers DD4D, T42, Reality Checks, DD4ME	*/
.pink		{ color:#EC008C; }
.green	{ color:#947F3A; }
.yello	{ color:#FCAC18; }
.blue		{ color:#00AEF0; }

hr			{ color:#DFDFDF; background-color:#DFDFDF; border:none; height:1px; }

p				{ margin:0 0 5px 0; line-height:16px; }

ul			{ margin:0 0 5px 30px; list-style-image:url(Imgs/ListItem-Dot.gif); }
li			{ padding:0 0 3px 0; }

p.News	{ margin:0 0 10px 0; }

input		{ font-family:Verdana,Arial,sans-serif; font-size:11px; }
select	{ font-family:Verdana,Arial,sans-serif; font-size:11px; }
textarea{ font-family:Verdana,Arial,sans-serif; font-size:11px; }
option	{ padding:3px 0 0 0; }
 