body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin:0;
	padding:0;
	line-height: 1.5em;
	text-align: center;
	background: #9a99cb url(../images/ningbody.gif); 	
	}
	
h2 {
	font-size: 1.5em;
	margin: 5px 0 5px 0;
	padding: 2px 0;
	line-height: 1.2em;
	}

h3 {
	font-size: 1.3em;
	margin: 0.9em 0;
	padding: 0;
	/*border-bottom: 1px solid #bed6e3;*/
	}

h4 {
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 0;
	}
	
p {
	padding: 0;
	margin: 0.8em 0;
	}
	
b {font-size: 110%;}
/*em {color: red;}*/

td {
	padding: 3px;
	/*font-size: 85%;*/
	}

fieldset {
	margin: 10px 3px;
	padding: 5px;
	background-color: #bed6e3;
	}

legend {
	font-size: 85%;
	font-style: oblique;
	}
	
#wrapper {
	width: 1003px; /*Width of main container*/
	margin: 10px auto 0 auto; /*Center container on page*/
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
	background-color: #ffffff;	
	}

/***************************************** banner styles **********************************************************************/	
#banner {
	background-color: #ffffff;/*#605d95; #cc0033; #330099; #009966;*/	
	height: 125px; /*Height of top section*/
	margin: 0;
	padding: 0;
	}

#banner h1, #banner h2 {
	margin: 0;
	padding: 0;
	border: 0;
	}

#logstatus {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 85%;
	position: absolute; 
	top: 80px; 
	left: 150px;
	}

#logstatus li {
	display: inline;
	}
	
/***************************************** strapline styles **********************************************************************/	

#strapline {
	background: #ffffff;
	height: 240px; /*Height of strapline section to accommodate image swapping*/
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #97b3c3;
	/*position: relative;
	top: 20px;
	z-index: 0;*/
	}

#strapline h2 {
	margin: 0;
	}

#page {
	float: left;
	width: 100%;
	}

#content {
	margin-right: 295px; /*Set left margin to RightColumnWidth*/
	max-width: 700px; /*to constrain line length for ease of reading*/
	/*position: relative;
	top: 40px;*/
	}

/***************************************** snippets styles **********************************************************************/	
#snippets {
	float: left;
	width: 295px; /*Width of right column set to golden mean proportions*/
	margin-left: -295px; /*Set left margin to -(RightColumnWidth) */
	background: #bed6e3;/*#ffffff;*/
	/*position: relative;
	top: 40px;*/
	}

#snippets ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	font-size: 85%;
	}

#snippets ul li {
	margin-left: 0;
	padding: 0;
	}

#links	{
	background: #bed6e3;/*#ffffff;*/
	margin-top: 15px;
	}

#links ul {
	list-style-type: none;
	margin-left: 0;
	text-align: right;
	}

.roundlinks	{
	text-align: right;
	background-color: #ffffff;
	}
	
.roundlinks p {
	float: left; 
	font-size: 80%; 
	border: 1px dotted #cccccc; 
	width: 157px; 
	height: 75px; 
	margin: 5px 0 0 3px; 
	padding: 3px; 
	line-height: 1.2em;
	overflow: auto;
	}

/***************************************** footer styles **********************************************************************/	
#footer	{
	clear: left;
	width: 100%;
	background: #97b3c3;
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding: 4px 0;
	}

#footer dl {
	margin-left: 10px;
	}

#footer dl dt {
	display: inline;
	}

#footer a {
	color: #666666;
	}

/***************************************** text size styles **********************************************************************/	
#textsize {
	float: right;
	text-align: center;
	/*padding: 3px;
	margin: 5px;*/
	padding: 1px;
	margin: 10px 5px;
	width: 90px;
	border: 1px dotted #ffffff;
	}
#textsize ul {
	list-style-type: none;
	margin: 2px;
	padding: 0;
	}
#textsize ul li {
	color: #cccccc;
	display: inline; 
	padding: 0 1px;
	margin: 0;
	}
	
#textsize ul li a{
	padding: 0;
	margin: 0;
	}
	
#textsize ul li a:link {
	color: #cccccc;
	text-decoration: none;
	padding: 0;
	margin: 0;
	} 
#textsize ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	} 
#textsize ul li a:visited {
	color: #cccccc;
	text-decoration: none;
	padding: 0;
	margin: 0;
	} 
#textsize ul li a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	} 
#textsize ul li a:active:hover, #textsize ul li a:focus:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	margin: 0;
	} 

#dev_crumbs {
	font-size: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #bed6e3;
	}

#dev_crumbs li {
	/*display: inline;*/
	padding: 0;
	margin: 0;
	}

#tin {
	text-align: center;
	margin: 25px;
	}

#feeds {
	height: 1000px;
	overflow: auto;
	border: 1px solid #bed6e3;
	padding: 5px;
	background: #ffffff;
	}

#frmUpdDevelopment {
	display: inline;
}

#frmDelDevelopment {
	display: inline;
}

.added {
	font-size: 85%;
	font-style: italic;
	}

.breadcrumbs {
	margin: 0 15px 15px 15px; 
	padding: 10px 0 0 0;
}	

.current {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF99;
	}	

.database {
	border: 1px solid #999999; 
	padding: 5px; 
	margin: 10px; 
	font-size: 85%;
	}	

.database ul {margin: 0 0 10px 0; padding: 0 0 0 25px;}
.database ul li {margin: 0 0 0 25px; padding: 0;}

.enquiry {
	font-size: 85%;
	padding: 3px;
	margin: 10px 0 0 0;
	border: 1px solid #7696a9;
	background: #ffffff;
	}

.hidden {
	display: none;
	}
	
.highlight {
	font-size: 1.2em;
	font-weight: bold;
	color: #7696a9;
	}
	
.intro {
	margin: 20px 0 0 40px;
	font-size: 85%;
	width: 400px;
	border: 1px dotted #7696a9;
	padding: 3px;
	max-height: 170px;
	overflow: auto;
	background: #bed6e3;
	}

.padding {
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

.spotlight  {
	border: 1px solid #333333;
	margin: 0.5em;
	padding: 0.4em;
	}
	
.edit {
	font-style: italic;
	}		
/***************************************** dd menu styles **********************************************************************/	

#sddm
{	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	display: block;
	height: 30px;
	background: #ffffff;
	border-bottom: 1px solid #97b3c3;
	}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#sddm li a 
{	
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 7px;
	/*width: 70px;*/
	background: #7696a9 url(../images/tabs_dk.gif) no-repeat right top;
	color: #FFF;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover
{	
	background: #bed6e3 url(../images/tabs_lt.gif) no-repeat right top;
	color: #666666;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #7696a9;
	z-index: 30}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #666666;
		font: 11px arial}

	#sddm div a:hover
	{	background: #7696a9;
		color: #FFF}


/***************************************** Styles for calendar **********************************************************/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 22px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

/************************************* RSS feed styles ********************************************************************************/
.ESArticleTitle a:link, .ESArticleTitle a:visited
{
color:Navy; font-size:90%; font-family:verdana; font-weight:normal; padding-bottom:4px;
}

.ESArticleTitle a:hover
{
color:Red;
}

.ESArticleBody
{
font-size:85%; font-family:verdana; padding-bottom:10px;
}

