/**
Main Home Page Style file which defines the template or page structure as well as colours, font colours and some background images.
*/

body {
	background-color: #e6e6e6;
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #a9a9a9;
	text-align: center;
	width: 980px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	height: 625px;
	background-color:#e6e6e6;
	text-align:center;
}

#header {
	background-color:#e6e6e6;
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: 95px;
	line-height: 0px;
}

#main {
	width: auto;
	height: 470px;
	margin-top: 0px;
	text-align: left;
	background-color:#ffffff;
	background-position: center;
}

#main_menu {
	width: 203px;
	height: 430px;
	margin-top:30px;
	margin-left:0px;
	text-align: left;
	line-height: 25px;
	background-color:#ffffff;
	float: left;
}

#main_menu li {
	list-style: none;
	color:#000000;
	padding: 0;
	margin: 0;
}

#menu_address {
	padding-top: 0px;
	line-height:20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.selected {
	list-style: none;
	font-weight:bold;
	color:#000000;
	padding: 0;
	margin: 0;
	position: relative;
	left: -9px;
}

#main_content {
	width: 777px;
	height: 470px;
	margin-top: 0px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('images/index_image.jpg');
	background-repeat:no-repeat;
	float: left;
}

#main_content_text {
	width: 600px;
	height: 100px;
	padding: 10px;
	margin-top: 5px;
	margin-left: 50px;
	font-size:12px;
	line-height:13px;
	color: #000000;
	text-align: justify;
	float: left;
}

#footer {
	float: right;
	height: 20px;
	width: 100%;
	background-color:#e6e6e6;
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

h3 {
	font-weight:bold;
	font-family: Arial;
	font-size: 18px;
	color: #000000;
}

h5 {
	font-style:italic;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}

hr {
	border: 0;
	color: #a9a9a9;
	background-color: #a9a9a9;
	width: 100%;
}

A:link {text-decoration: none; font-weight: bold; color:#000000;}
A:visited {text-decoration: none; font-weight: bold; color: #000000;}
A:active {text-decoration: none; color:#a9a9a9;}
A:hover {text-decoration:none; font-weight: bold; color:#000000;}

