/* © 2009 Dynamic Art and Text */ 

/*------------------------------------------------------
2 COLUMN - FLEX WIDTH - FLUSH TOP - FLOAT MARGIN
------------------------------------------------------*/



/* DIVS and CLASSES for MAIN Positional Containers */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 100%;
	background-color: #cccccc;
	color: #555555;	
}


#bgWrap {
	width: 80%;
	min-width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}


#banner {
	padding-top: 1px;
	background-color: #CC9900;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: auto;
}

#navBar {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
	
#mainContainer {
	min-width: 600px;
	height: auto;
	padding-top: 10px;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
	width: auto;
}
	

#content {
	height: auto;
	width: auto;
	margin: auto;
	padding-top: 10px;
}


#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 90%;
}


body.pop {
	background-color: #666666;
}
#bgWrap.pop { width: 500px;
}
#banner.pop{
	height: 100px;
}
#content.pop {
	height: auto;
	background-color: #FFFFFF;
	width: auto;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}

#leftColumn {
	width: 100%;
}
#leftColumn p {
	font-size: 75%;
	line-height: 110%;
}
#leftColumn p.smallerText  {
	font-size: 70%;
	line-height: 120%;
}

#rightColumn {
	width: 100%;
}
#rightColumn p {
	font-size: 75%;
	line-height: 110%;
}
#rightColumn p.smallerText  {
	font-size: 70%;
	line-height: 120%;
}

#rightColumn h1  {
	font-size: 140%;
}
#rightColumn li  {
	font-size: 70%;
	line-height: 110%;
}

/* -------------------------------------------- */
/* Classes for Incidental content styling */

A:link {
	color: #CC6600;
	text-decoration: none;
}
A:visited {
	color: #CC9966;
	text-decoration: none;
}
A:hover {
	color: #CC0000;
	text-decoration: none;
}
A:active { color: #FF0000;  }

A.linkNav:link {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}
A.linkNav:hover {
	color: #3333CC;
	text-decoration: none;
	font-weight: bold;
}
A.linkNav {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

A.linkSub:link {
	text-decoration: none;
	font-weight: normal;
	font-size: 85%;
	line-height: 100%;
	color: #993300;
}
A.linkSub:hover {
	color: #3333CC;
	text-decoration: none;
	font-size: 85%;
	line-height: 100%;
	font-weight: normal;
}
A.linkSub {
	text-decoration: none;
	font-size: 85%;
	line-height: 100%;
	font-weight: normal;
	color: #993300;
}

A.linksoft:link {
	color: #6699CC;
	text-decoration: underline
}
A.linksoft:hover {
	color: #CC0000;
	text-decoration: none
}
A.linksoft {
	color: #6699CC;
	text-decoration: underline
}   


/* TAG ATTRIBUTES */
p {
	font-size: 80%;
	line-height: 150%;
}

h1 {
	font-size: 170%;
	line-height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	line-height: 90%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 130%;
	line-height: 95%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 90%;
	line-height: 90%;
	padding-top: 15px;
	margin-bottom: -10px;
}

h6 {
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 90%;
	line-height: 90%;
}



ul, ol {
	margin-top: -7px;
} 

li {
	font-size: 80%;
	line-height: 130%;
	padding-bottom: 5px;
}

.smallText {
	font-size: 85%;
	line-height: 95%;
}

.tinytext {
	font-size: 70%;
	line-height: 85%;
}
p.ploose  { line-height: 30px; }
p.ptight  { line-height: 14px; }
.indentBIG  { margin-left: 50px; }
.indentSM {	margin-left: 15px; }
.boldItalic  {
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}	


.borderDot {
	border: 1px dotted #999999;
}

.borderLDot {
	border-left-color: #999999;
	border-left-style: dotted;
	border-left-width: 1px;
}
		
.fine {
	border-top-width: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
}
				
/* colours for fonts */

.col-difference     {
	color: #333366;
}
.cellWhite {	background-color: #FFFFFF;}
.col-Theme1 {
	color: #996600;
}
.col-Theme2 {
	color: #006699;
}
.col-Alert {color: #FF0000;
}
