@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;			/* This removes the border around the viewport in old versions of IE */
	background:#e5eefd;
	min-width:100%;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		/* [disabled]font-size:90%; */
	}
	
	/*  */
	body,td,th {
	color: #555;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

body,td,th {
}
a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
	text-decoration: none;
}

#container {
	width: 100%;
	background-color: e5eefd;
	margin: 0 auto;
	/* [disabled]clear: both; */
	}	
		
	#header-container {
	/* [disabled]text-align: center; */
	/* [disabled]width: 100%; */
	background-color: #e5eefd;
	width: 960px;
	margin: auto;
	height: 154px;
	}
	
	#header {
	clear:both;
	/* [disabled]width:960px; */
	height: 160px;
	text-align: right;
	margin: 0 auto;
	}
	
	#logo {
	text-align:left;
	margin-top: 20px;
	/* [disabled]margin-left: 5px; */
	height: 120px;
	}
	
	#nav {
	/* [disabled]text-align: right; */
	margin-right: 24px;
	/* [disabled]margin-top: 5px; */
	clear: both;
	margin-left: 357px;
	}
	
	/* column container */
	#content-container {
	text-align: left;
	width: 100%;
	background-color:#E3E2DE;
	margin-bottom: 0px;
	height: 590px;
	margin-top: -6px;
	border-top-color: #333;
	}
	
	#content {
	margin: 0 auto;
	width:960px;
	text: center;
	height: 580px;
	}
	
	#img {
	text-align: right;
	/* [disabled]margin-top: 50px; */
	}
	/* Header styles */
	
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color:e0dcd0;
	height: 590px;
	width: 100%;
	display: block;
	}
	/* common column settings */

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
	
	.col1 {
	position:relative;
	/* [disabled]overflow:hidden; */
	margin-top:-540px;
	/* [disabled]max-width:263px; */
	/* [disabled]margin-left: -900px; */
	text-align: left;
	height: 470px;
	width: 263px;
	padding: 0 0 1em 0;
	}
	
	.col2 {
	position:relative;
	/* [disabled]overflow:hidden; */
	margin-top:-540px;
	max-width:260px;
	/* [disabled]margin-left: 75px; */
	text-align: left;
	/* [disabled]visibility: visible; */
	/* [disabled]display: block; */
	/* [disabled]vertical-align: text-top; */
	/* [disabled]top: auto; */
	height: 470px;
	/* [disabled]clear: both; */
	/* [disabled]padding: 0 0 1em 0; */
	}
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	/* [disabled]overflow:hidden; */
	margin-top: -540px;
	/* [disabled]margin-left: 220px; */
	max-width: 260px;
	height: 470px;
	text-align: left;
}
/* 3 Column settings */
	/* Full page settings */
.fullpage {
	width: 960px;
	text-align: right;
	height: 580px;
	margin-top: -5px;
	}
.fullpage .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.fullpage .colleft {
	right:50%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.fullpage .col1 {
	width:38%;			/* width of center column content (column width minus padding on either side) */
	left:0%;			/* 100% plus left padding of center column */
}
.fullpage .col2 {
	width:31%;			/* Width of left column content (column width minus padding on either side) */
	left:39%;
	padding-top: 55px;
}
.fullpage .col3 {
	width:31%;			/* Width of right column content (column width minus padding on either side) */
	left:68%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	padding-top: 73px;
}
	
	#footer-container {
	/*background-color: #e5eefd;*/
	width: 100%;
	text-align: center;
	/*margin-right: auto;*/
	/*margin-bottom: 50px;*/
	/*margin-left: auto;*/
	height: 50px;
	font-size: 9px;
	/* [disabled]border:1px solid Pink; */
	}
	
	#footer {
	margin: 0 auto;
	/*width:900px;*/
	/* [disabled]border-top:1px solid #e0dcd0; */
	text-align: right;
	width: 907px;
	}
	
	#footer a 
	{
	    font-size:9px;   
	}
	
	
