@charset "utf-8";
/* CSS Document */

body {
	margin: 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../../images/ar-0809/home-body-bgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ccc;
	}
#container {
	background-color: #fff;
	background-image: url(../../images/ar-0809/container-bgd.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	min-width: 800px;
	}
#header {
	height: 150px;
	}	
#header h1 {
	color: #006699;
	line-height: 30px;
	}
.date {
	font-weight: bold;
	font-size: 125%;
	}
.ar {
	text-transform: uppercase;
	color: #000;
	}
#logo {
	width: 300px;
	margin: 35px 0 0 10px;
	float: left;
	padding: 0;
	}
#centre {
	text-align: center;
	background-image:url(../../images/ar-0809/hp-middle-bgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
	border: 0px solid #00FF33;
	}
#middle {
	width: 800px;
	}
#heading {
	float: right;
	margin: 20px 20px 0 0;
	text-align: right;
	color: #003366;
	font-size: x-large;
	font-weight: bold;
	padding: 0;
	}
#heading p {
	margin: 0;
	padding: 0;
	}
.text {
	float: right;
	font-weight: normal;
	color: #e4e4e4;
	font-size: x-large;
	cursor: hand;
	}
#menu {
	margin: 15px 0 0 130px;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	padding: 0;
	}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#menu li {
	float:left;
	width: 70px;
	position:relative;
	font-size: small;
	text-align: center;
	}
#menu li.contents {
	margin-right: 170px;
	}
#menu li a {
	display:block;
	text-decoration:none; 
	color:#003366; 
	width:auto;  
	padding: 10px 0 0 0; 
	height: 25px;
	margin-right: 1px;
	}

#menu li.open a {
	background-color: #e6e6e6;
	color: #542989;
	font-weight: bold;
	}
#menu a:hover,
#menu a:hover > a {
	color:#fff;
	background-image: url(../../images/ar-0809/hp-tab-over-bgd.png);
	background-repeat: no-repeat;
	}

/* Headings, links, paras etc styles */


h1 {
	font-size: x-large;
	color: #003366;
	font-weight: normal;	
	margin-top: 5px;
	}
h2 {
	font-size: large;
	color: #003366;
	font-weight: bold;

	}
h3 {
	font-size: large;
	color: #003366;
	font-weight: normal;
	}
h4 {
	color: #003366;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	}	
h5 {
	color: #003366;
	font-size: small;
	font-weight: bold;
	}
h6 {
	color: #003366;
	font-style: italic;
	font-size: small;
	font-weight: normal;
	}
