/* CSS Document */

html, body, ul, ol, li, p, h1, h2, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}



body {
background-color:#Fffcea;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:100.01%;
	color: #000000;
}

ul {
	list-style-type: none;
	padding-top: 20px;
}

ul ul {
	text-align: center;
	font-size: 90%;
}
ul ul ul {
	font-style: italic;
}

/*LAYOUT DIVS*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #836FA4;
	border-right-color: #836FA4;
	border-bottom-color: #836FA4;
	border-left-color: #836FA4;
}
#header {
	height: 280px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #836FA4;
}

#headertop {
	height: 25px;
	width: 800px;
	background-color:#A49D6F;
}

#headertop_leftbox {
	float: left;
	width: 50px;
	margin-left: 5px;
}
#headertop_rightbox {
	float: right;
	width: 300px;
	padding-top: 4px;
}

#header_rightbox {
	float: right;
	width: 180px;
	margin-top: 230px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 105%;
	vertical-align: bottom;
	color: #A49D6F;
}

#right_col {
	width: 130px;
	background-color: #A49D6F;
	height: 600px;
	float: right;
	padding-right: 10px;
}
#centre {
	margin-left: 138px;
	width: 500px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#leftcol {
	width: 131px;
	height: 300px;
	background-color: #836FA4;
	position: absolute;
}

#header_leftbox {
	float: left;
	margin-left: 5px;
}

/*END LAYOUT*/

/*NEWS STYLES*/

# right_col p {
}

/*header styles*/

#header_leftbox h1 {
	font-size: 150%;
	margin-top: 5px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #A49D6F;
}
#headertop_rightbox a{
	font-size: 90%;
	color: #5F5078;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}

#headertop_rightbox a:link{
	color: #5F5078;
	text-decoration: none;
}

#headertop_rightbox a:visited{
	color: #5F5078;
	text-decoration: none;
}

#headertop_rightbox a:hover{
	color: #845fa4;
	text-decoration: underline;
}

/*LEFT COL STYLES ....MENU*/

 

#leftcol  ul li {
padding: 0;
margin: 0; 
font-size: 80%;
text-align:center;
}

#leftcol  ul li a{
background-color:#836FA4;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none;
}


#leftcol  a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

/*CENTRE TEXT STYLES*/

#centre p {
font-size:75%;
}
#centre h1 {
	font-size:110%;
	padding: 8px;
	color:#A49D6F;
}
#centre h2 {
	font-size:101%;
	padding: 4px;
	color:#A49D6F;
}
#centre a {
	text-decoration:none;
	color: #A49D6F;
}
#centre a:hover {
text-decoration:underline;
}

/*RIGHT COL STYLES*/

#right_col ul li a {
text-decoration:none;
color:#000000;
}
#right_col p {
	font-size: 75%;
}

#right_col ul li a:hover {
text-decoration:underline;
}
#wrapper #right_col li {
	font-size: 75%;
	margin-left: 5px;
	list-style-type: disc;
}
#wrapper #right_col ul {
	margin-left: 5px;
}
