/* Stylesheet © Paul Burt 2007 www.paulburt.co.uk */

body {
	background: #F9F5EA url(images/background_tile.gif) repeat-x;
	text-align: center;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
#frame {
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
}

#page {
	width: 400px;
	background: #FFFFFF;
	border: 1px solid #996633;
}

#pagecorner {
	height: 9px;
	width: 401px;
	font-size: 2px;
	background: url(images/border_gt.gif) no-repeat right bottom;
	height: 50px;
	border-left: 1px solid #996633;
	margin: 0px 0px 20px;
	padding: 0px;
}

#header {
	background: #BEE8D8 url(images/shs.gif) no-repeat right;
	height: 60px;
	width: auto;
	border-bottom: 1px solid #996633;
}

#header h1 {
	display: none;
}

#column {
	width: 180px;
	background: #FFFFFF;
	height: 450px;
	float: right;
	border: 1px solid #996633;
}

#column p{
	text-align: right;
	color: #996633;
	padding: 15px 20px 10px;
	font-size: 0.9em;
	margin-bottom: 10px;

}

#column img{
	text-align: right;

}

.spacenoborder {
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: -5px;
}

#columncorner {
	height: 9px;
	width: 181px;
	font-size: 2px;
	background: url(images/border_gt.gif) no-repeat right bottom;
	height: 50px;
	border-left: 1px solid #996633;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	clear: right;
}

#content {
	padding: 0px 15px 10px;
}

#content h2 {
	color: #25786C;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding: 0px;
}

#content h4 {
	color: #25786C;
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-bottom: .6em;
	padding: 0px;
	margin-top: .6em;
}
#content p {
	margin-bottom: 0.7em;
	margin-top: 0.1em;

}

#content img {
	border: 1px solid #25786C;
	display: inline;
	margin-bottom: 0px;

}

.button {
	width: 135px;
	padding: 0;
	background-color: #FFFFFF;
	margin: 20px 0px 0px 20px;
	text-align: left;
}
.button ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	border-top: 1px solid #996633;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.button li {
	border-bottom: 1px solid #996633;
	margin: 0;
	color: #333333;
} 
.button li a {
	display: block;
	padding: 3px;
	color: #333333;
	width: auto;
	list-style-type: square;
	text-decoration: none;
	margin-right: 0px;
}
html>body .button li a {
                width: auto;
                }
.button li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #BEE8D8;
} 
.button li a:visited {
	color: #333333;
}

.download {
	background: url(images/pdf.gif) no-repeat left 2px;
	height: 40px;
	width: 240px;
	text-align: left;
	margin: 1em 0em;
	padding: 0px 0px 0px 40px;
}

#content a:link {
	color: #0066FF;
	/*color: #00399B; */
	text-decoration: none;
	border-bottom-width: 1px;
}

#content a:visited {
	color: #0066FF;
	/*color: #00399B; */
	text-decoration: none;
}

#content a:hover {
	color: #0066FF;
	/*color: #00399B; */
	border-bottom: 1px dashed #00399B;
	text-decoration: none;
}

#content a img {
	border-style: none;

}


#content a.external:link{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
#content a.external:visited{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
#content a.external:hover{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
hr {
	color: #00399B;
	padding-bottom: 1px;
}

#content a.email:link{
	background: url(images/email.png) no-repeat right center;
	text-decoration: none;
	padding-right: 18px;
	margin-right: 2px;
}
#content a.email:visited{
	background: url(images/email.png) no-repeat right center;
	text-decoration: none;
	padding-right: 18px;
	margin-right: 2px;
}

acronym  {
	cursor :  help;
	border-bottom : 1px dotted #3C9690;
	font-variant: normal;
}

#content blockquote {
	margin-top: 0em;
	margin-bottom: 0px;
	font-style: italic;
}

#content ul {
	list-style-type: square;
	margin-right: 3em;

}

#content ol {
	padding-left: 1em;
	margin-left: 1em;

}

#content li {
	margin-bottom: 0.75em;
	padding-left: .5em;

}

#content dl {
	margin-top: 0em;
}

#content dt {
	color: #25786C;
	margin-top: 1em;
}

#content dd {
	margin-left: 15px;
}


#content th {
	font-size: 0.7em;
	text-align: left;
	padding: 0.4em 0.2em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #996633;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

#content tr {

}

#content td {
	font-size: .8em;
	text-align: left;
	padding: 0.4em 0.2em;
	margin-bottom: 1em;
	vertical-align: top;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
	background-color: #BEE8D8;
}

#content table {
	border: none;
}

#content .tintRow td{
	background-color: #9CD0C5;
}

.caption {
	font-size: .8em;
	font-style: italic;
	color: #25786C;
	text-align: right;
	margin-top: 0px;
}

.w3c {
	text-align: right;
	margin-top: 3em;
	width: 20%;
	display: inline;

}
