
@charset "iso-8859-1";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffcb06 url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
    	Margin-bottom: 50px;
	color: black;
}
a {
	text-decoration: none;
	color: #ffcb06;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: white;
	font-weight:normal;
}
#wrap {
	margin: 0 auto;
	width: 800px;
}
#header {
	height: 190px;
    background: #FEAD1D url(images/header.jpg) no-repeat;
	text-align: right;
}
#header2 {
	height: 190px;
    background: #FEAD1D url(images/header2.jpg) no-repeat;
	text-align: right;
}
#header3 {
	height: 190px;
    background: #FEAD1D url(images/header3.jpg) no-repeat;
	text-align: right;
}
#header h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding:30px 40px 0 0;
	color: #ffcb06;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a:hover {
	color: #111;
}
#header h2 {
	font-size: 18px;
	color: #ffcb06;
	padding: 3px 20px 0 0;
	letter-spacing: -1px;
	font-weight: 100;
}
#content {
	background: url(images/content.jpg) repeat-y;
	padding: 0px 10px;
}
.right {
	float: right;
	width: 440px;
	text-align: left;
	margin-right: 10px;
	padding: inherit;
	
}
.right p {
	margin-top: 14px;
	margin-bottom:5px;

}
.right ul {
	margin:0px 0px 12px 20px;
	padding:0;
	text-align:left;
}
.right li {
	display: list-item;
	list-style: disc;
} 

.right ol {
	margin:0px 0px 12px 20px;
	padding:0;
	text-align:left;
}
.right ol li {
	display: list-item;
	list-style-type:decimal;
} 


/*This has been modified by RDPIFR*/
.right a {
	color: #00477f;
	text-decoration:underline;
}
.right h1 {
	font-size: x-Large;
	font-weight:100;
		padding-top: 10px;
	padding-left: 0px;
	color:#00477f;
	letter-spacing: .02em;
}
.right h1 a {
	text-decoration: none;
}
.right h1 a:hover {
}

.right h2 {
	font-size: Large;
	font-weight:bold;
	padding-left: 0px;
	padding-top: 10px;
	color:#00477f;
	letter-spacing: .02em;
}
.right h2 a {
	text-decoration: none;
}
.right h2 a:hover {
}
.left {
	float: left;
	width: 150px;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	color: #000;
	font-size: 13px;
}
.left ul {
	padding: 10px 0 15px 20px;
	color: #FD9A01;
	list-style-type: none;
}
.left ul li a {
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1pt solid #edc6b5;
	display:block;
}
.left ul li a:hover {
}
.menu {
	float: right;
	width: 150px;
}
.menu h2 {
	color: #ffcb06;
	font-size: small;
	font-weight:bold;
	letter-spacing: .05em;
}
.menu ul {
	padding: 5px 30px 0px 0px;
	color: #FD9A01;
	list-style-type: none;
}
.menu ul li a {
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1pt solid white;
	display:block;

}
.menu ul li a:hover {
}
.articles {
	padding: 0px 15px 0px 0px;
	margin-top:20px;

}
#bottom {
	background : #ffcb06 url(images/bottom.jpg) no-repeat;
	padding: 10px 0;
}
#footer {
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding-bottom: 10px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #111;
}
#noprint {

}
