/**** Generic Styles
*****************************/
body { 
	margin: 0px; 
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px; 
	text-align: left;
	left:0px;
	top:0px;
	z-index:0;
	padding: 0px;
	background-color: #dcdcdc;
	}

img {
	border: 0;
	}

a:link {
	text-decoration: none;
	color: #406b8f;
}
a:visited {
	text-decoration: none;
	color: #406b8f;
	}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family: arial;
	color: #406b8f;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-family: arial;
	color: #406b8f;
	font-size: 14px;
	font-weight: normal;
}

/*** Container
*****************************/
#container	{
	position: relative;
	margin: 0px auto;
	width: 900px;
	background-color: #ffffff;
	height: 100%;
	}
#content {
	margin: 0px auto;
	width: 864px;
	}
/**** Header
*****************************/
#content div#header {
	width: 864px;
	height: 107px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
}

#header div#headerLeft {
	float: left;
	width: 297px;
}

#header div#headerCentre {
	float: left;
	width: 234px;
}

#header div#headerRight {
	float: left;
	width: 333px;
}
/**** Homepage
*****************************/

#homeLeftCol {
	width: 380px;
	background-color: #81adca;
	float: left;
}

#homeLeftCol ul li {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	list-style-type: square;
	margin-left: -15px;
}

#homeLeftCol ul li a {
	color: #ffffff;
	text-decoration: none;
	
}

#homeLeftCol ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	
}

#homeRightCol {
	width: 476px;
	background-color: #ffffff;
	padding: 0px;
	float: right;
	margin-top: -18px;
	*margin-top: 0px;
}

/**** Content Page
*****************************/

#leftMenu {
	float: left;
	width: 160px;
	padding-right: 6px;
	border-right: 2px dotted #81adca;
}

#leftMenu ul li {
	font-family: arial;
	font-size: 11px;
	color: #406b8f;
	font-weight: bold;
	list-style-type: square;
	margin-left: -15px;
	margin-bottom: 7px;
}

#leftMenu ul li a {
	color: #406b8f;
	text-decoration: none;

	
}

#leftMenu ul li a:hover {
	color: #406b8f;
	text-decoration: underline;
	
}

#contentRightCol {
	margin-top: -15px;
	*margin-top: 0px;
	padding-left: 8px;
	float: right;
	width: 684px;
	padding-right: 2px;
}

/**** Footer
*****************************/
div#footer {
	width: 100%;
	background-color:  #81adca;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
	float: left;
	text-align: center;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
	
}

div#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	
}

div#copyright {
	width: 100%;
	height: 30px;
	color: #000000;
	font-weight: normal;
	line-height: 30px;
	float: left;
	text-align: center;
}
div#copyrightHome {
	width: 100%;
	height: 100px;
	color: #666;
	font-weight: normal;
	float: left;
	text-align: center;
	margin-top: 8px;
}


/**** Hacks
*****************************/

html,body {height:100%}
#container {
	height:100%;
	min-height:100%;/*for mozilla*/
}
html>body #container {height:auto}/*for mozilla */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
