/* CSS Document */
/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}
/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}
/*accessibility*/
.access {
	display: none;
}
.skiplinks {	
	position: absolute;
	top: 0;
	left: -2000px;
	z-index: -100;
}
/*Main page elements*/
body {
	background-color: #EDEBD5;
}
#menu-container {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/logo-background-1.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#heading-container {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/heading-background-1.jpg);
	background-repeat: no-repeat;
	height: 104px;
}
#main-content-container {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background-grad.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-bottom: 100px;
}
#main-content-container  a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#main-content-container  a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
#footer-container {
	clear: both;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 16px;
}
#footer-container p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 120%;
	text-decoration: none;
	color: #999999;
	text-align: right;
	padding-right: 76px;
	padding-top: 10px;
}
#footer-container a {
	text-decoration: none;
	color: #990000;
	padding: 1px;
}
#footer-container a:hover {
	color: #FF0000;
}
#logo {
	padding-top: 55px;
	padding-left: 33px;
	float: left;
	position: relative;
	height: 80px;
	width: 350px;
}
#logo img {
	margin: 0;
	padding: 0;
}
#menu {
	padding-left: 42px;
	padding-top: 10px;
	clear: both;
}
#menu li {
	display: inline;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #666666;
	letter-spacing: .05em;
	word-spacing: .02em;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	color: #990000;
}
#menu a:hover {
	color: #FF0000;
}
#heading-container h1 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	letter-spacing: .1em;
	font-size: 1.35em;
	padding-right: 76px;
	padding-top: 22px;
}
#left-content {
	padding-left: 80px;
	width: 350px;
}
#left-content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.75em; 
	line-height: 220%; 
	width: 350px; 
	text-align: justify;
	margin-bottom: 20px;
	font-weight: bold;
}
#left-content p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.75em; 
	line-height: 220%; 
	width: 350px; 
	text-align: justify;
	margin-bottom: 20px;
}
#left-content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-bottom: 20px;
	list-style-type: disc;
	margin-left: 30px;
	line-height: 160%;
}
#right-content {
	float: right;
	width: 200px;
	margin-right: 80px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 6px;
}
#right-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 220%;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	line-height: 220%;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align: justify;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
cite {
	font-style: normal;
}
#left-content .quotesource {
	text-align: right;
	font-size: 0.6em;
	margin-top: 0;
	padding-top: 0;
	color: #333333;
	margin-bottom: 25px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-left: 25px;
	line-height: 220%;
	list-style-type: decimal;
}
ol li {
	font-weight: bold;
	font-size: 0.85em;
}
ol li ol li {
	font-weight: normal;
	font-size: 1.25em;
	padding-bottom: 10px;
}
