
body 
{
	margin: 1px 0;
	padding: 0;
	font: normal .7em/120% Verdana, Arial, Helvetica, Sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
}

h1 /* Not in use */
{
	margin: 0;
	padding: 0;
	color: #663333;
	background-color: #CBC9C9;
}

h2
{
	margin: 0;
	padding: 5px 15px;
	font-size: 1.2em;
	line-height: 110%;
}

.normal_weight
{
	font-weight: normal;
}

h3
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 110%;
}

h4
{
	margin: -5px 0px;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
}

a 
{
	text-decoration: none;
	border-bottom: 1px solid #663333;
	font-weight: bold;
	color: #663333;
}

a:hover 
{
	color: #DC3330;
	border-bottom: 1px solid #DC3330;
}

.current a
{
	color: #DC3330;
	text-decoration: none;
}

table th
{
	padding: 0 0 5px 0;
}

table tr
{
	border-top: 1px red dotted;
}

table td
{
	padding: 3px 0;
	font-size: 1em;
}

.table_underline1 /* Monthly counter statistics - left column */
{
	padding: 3px 20px;
	font-weight: bold;
	color: #999999;
}

.table_underline2 /* Monthly counter statistics - right column */
{
	border-bottom: 1px #999999 dotted;
	text-align: right;
	padding-left: 50px;
	font-weight: normal;
}

.table_underline2b /* Used for contact us - left align information */
{
	padding: 3px 20px;
	font-weight: normal;
}

fieldset {
	border: 1px solid #CBC9C9;
}

fieldset legend {
	font-weight: bold;
	color: #999999;
	background-color: #EDEBEB;
}

fieldset p {
	padding: 10px;
}

#container 
{
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
	/* To create full page background colour */
	background: #EDEBEB url(images/1_container_repeat.gif) repeat-y top right;
}

#header
{
	margin: 0;
	padding: 0 0 20px 0;
	/* Bottom padding of 20px due to height of background image */
	background: #CBC9C9 url(images/3_header_bot.gif) no-repeat bottom left;
}

#header p
{
	margin:0;
	padding: 3px 15px;
}

#header img, #header a
{
	text-decoration: none;
	border: none;
}

#navigation 
{
	float: right;
	margin: 0;
	padding: 10px 0;
	width: 174px;
	text-align: right;
	background-color: #CBC9C9;
}

#navigation a
{	
	text-decoration: none;
	border: none;
	/* font-weight: normal; */
}

#navigation a:hover
{
	color: #DC3330;
	border-bottom: 1px solid #DC3330;
}

#navigation img
{
	float: right;
	margin: 0px 10px 15px 0px;
}

#navigation ul
{
	margin: 0;
	padding: 0 10px;
}

#navigation li
{
	margin: 0;	
	padding: 0 0 15px 0;
	list-style-type: none;
}

#content 
{
	margin: 0;
	padding: 0;
	/* Using width higher than 523px causes problems in IE 5 & 6
	   i.e. content section drops below navigation */
	width: 523px;
	background-color: #EDEBEB;
}

.content_first
{
	padding: 10px 15px;
}

.content_repeat
{
	padding: 30px 15px 10px 15px;
	/* Extra top padding of 20px due to height of background image */
	background: #EDEBEB url(images/4a_content_sep.gif) no-repeat top left;
}

.content_repeatb
{
	padding: 30px 15px 10px 15px;
	/* Extra top padding of 20px due to height of background image */
	background: #CBC9C9 url(images/4b_content_sep.gif) no-repeat top left;
}

.content_repeatc
{
	padding: 30px 15px 10px 15px;
	/* Extra top padding of 20px due to height of background image */
	background: #EDEBEB url(images/4c_content_sep.gif) no-repeat top left;
}

#content ul, #content p
{
	margin-top: 0px;
	margin-bottom: 7px;
}

#footer
{
	clear: both;
	width: 100%;
	height: 55px;
	margin: 0;
	background: #CBC9C9 url(images/5_footer.gif) no-repeat top left;
}

#footer p
{
	margin: 0;
	padding: 25px 0 0 10px;
	font-size: 11px;
}

#footer img, #footer a
{
	/* Hide link to counter statistics */
	border: none;
	margin-top: 30px;
}

.increase_li_spacing li
{
	margin-bottom: 5px;
}

.indent1
{
	/* For centered photos with white semi-transparent background */
	margin: 0 0 1px 50px;
	padding: 10px 0;
	text-align: center;
	width: 400px;
	border-bottom: 1px solid #EDEBEB;
	background: transparent url(images/photo_white_back.gif) repeat top left;
}

.indent2
{
	/* For left aligned photos */
	margin: 0px 20px 8px 0px;
	font-style: normal;
	font-weight: bold;
}

.indent3
{
	/* For right aligned photos */
	margin: 0px 0px 8px 20px;
	text-align: right;
	font-style: normal;
	font-weight: bold;
}

.emph {
	font-weight: bold;
}

.italic
{
	font-style: italic;
	font-size: 1.1em;
	width: 98%;
}

.zdevelopment
{
	zmargin-left: 20px;
	padding-left: 20px;
}







