﻿body 
{
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size:0.75em;
}
.bodywrapper
{
    background-color: #F4F4F6 ;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10px;
    width:850px;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
}
.bodyitemwrapper
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.header
{
	height: 70px;
    border-bottom: solid 1px #666666;
}
.header .headertitle
{
	margin-top: 12px;
	margin-left: 10px;
	float: left;
	color: #006633;
}
.header .headertitle .title
{
	font-size: 1.8em;
	font-weight: bold;
}
.header .headertitle .subtitle
{
	font-size: 1.2em;
}
.header .logolink
{
	float: right;
	margin-right: 12px;
	margin-top: 10px;
}
/* for nice browsers... */
.bodycontentwrapper
{
	min-height: 450px;
}
/* ... and for internet exploder */
/*\*/
* html .bodycontentwrapper 
{
	height: 450px;
}
/**/
.bodyleftcolumn
{
	width: 165px;
	background-image: url(../../img/dottedvertborder.gif) ;
	background-repeat:repeat-y;
	background-position: right;
	vertical-align: top;
	color: #006633;
}
.bodyleftcolumn .menuitem
{
	clear: both;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #F4F4F6; 
}
.bodyleftcolumn .menuitem:hover
{
	font-weight: bold;
	border-bottom: dotted 1px #006633; 
	color: #006633;
	text-decoration: none;
}
.bodyleftcolumn .submenuitem
{
	clear: both;
	float: left;
	margin-left: 15px;
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #F4F4F6; 
}
.bodyleftcolumn .submenuitem:hover
{
	border-bottom: dotted 1px #006633; 
	color: #006633;
	text-decoration: none;
}
.bodyrightcolumn
{
	width: 177px;
	background-image: url(../../img/dottedvertborder.gif) ;
	background-repeat:repeat-y;
	background-position: left;
	vertical-align: top;
}
.bodyrightcolumn .panelheader
{
	margin-left: 1px;
	width: 183px;
	background-color: #006633;
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	font-size: 0.9em;
}
.bodyrightcolumn .panelbody
{
	width: 170px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.bodyrightcolumn .panelbodydraw
{
	margin-left: 3px;
	width: 183px;
	/*
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	*/
	background-color: #E3EAE9;
}
.bodyrightcolumn .panelbody a
{
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #F4F4F6;
}
.bodyrightcolumn .panelbody a:hover
{
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #006633;
}
.bodyrightcolumn .panelbody .dropdownlist
{
	font-size: 0.9em;
}
.bodyrightcolumn .panelbody .textbox
{
	font-size: 0.9em;
}
.bodyrightcolumn .panelbody .button
{
	font-size: 0.9em;
	border: solid 2px #006633;
}
.bodyrightcolumn .panelbody .bigphone
{
	font-weight: bold; 
	color:#006633;
	font-size:1.3em;
}
.footer
{
    border-top: solid 1px #666666;
    padding: 5px;
	font-weight: bold;
}
.footer a
{
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #F4F4F6;
}
.footer a:hover
{
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #006633;
}
.footer .footerleft
{
	float: left;
}
.footer .footerright
{
	float: right;
}
.bodycontentcolumn
{
	background-color: #ffffff;
	width: 500px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}
.bodycontentcolumn a
{
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #F4F4F6;
}
.bodycontentcolumn a:hover
{
	color: #006633;
	text-decoration: none;
	border-bottom: dotted 1px #006633;
}
.bodycontentcolumn h1
{
	font-size: 1.7em;
	border-bottom: dotted 1px #666666;
}
.bodycontentcolumn h2
{
	font-size: 1.3em;
	border-bottom: dotted 1px #666666;
}
.bodycontentcolumn h3
{
	font-size: 1.1em;
}
.bodycontentcolumn .leftimage
{
	float: left;
	padding: 4px;
	border: solid 1px #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bodycontentcolumn .rightimage
{
	float:right;
	padding: 4px;
	border: solid 1px #CCCCCC;
	margin-left: 5px;
	margin-bottom: 5px;
}
.bodycontentcolumn .centreimage
{
	margin: auto;
	padding: 4px;
	border: solid 1px #CCCCCC;
	margin-bottom: 5px;
}
.bodycontentcolumn .clearimage
{
	clear: both;
}
.bodycontentcolumn .quotation
{
	font-weight: bold;
	font-style: italic;
}
.bodycontentcolumn .quotation .quotemark
{
	font-size: 2.5em;
	color: #006633;
}
.bodycontentcolumn .quotation span
{
	font-weight: bold;
}
.bodycontentcolumn .citation
{
	font-style:italic;
	font-size:0.8em;
}

.bodycontentcolumn .figs
{
	text-align: right;
}

.bodycontentcolumn .largelink
{
	font-size: 1.5em;
}
.bodycontentcolumn .spacedlist li
{
	margin-bottom: 1em;
}
.bodycontentcolumn .tools td
{
	border: solid 1px black;
	vertical-align: top;
}

.bodycontentcolumn .didyoumean
{
	color: #CC0000;
	font-size: 1em;
}

.bodycontentcolumn .didyoumean a
{
	font-style: italic;
	font-size: 1.2em;
	text-decoration: underline;
}

.bodycontentcolumn .didyoumean a:hover
{
	text-decoration: underline;
	border-bottom: none;
}

.bodycontentcolumn .analysis
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
