@charset "UTF-8";
/*--------basic styling---------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #9ab5bd;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#wrapper {
	position: relative;
	width: 983px;
	margin: 0 auto;
	text-align: left;
	background-color: fff;
	}
#clear {
	clear: both;
	}
/*--------------position container elements----------- */
#header {
	position: relative;
	background: #9ab5bd;
	height: 95px;
	}

#search {
	float: right;
	width: 337px;
	margin-top:-30px;
	text-align:right;
	margin-right: 30px;
	}
#cgd {
	background: #9ab5bd;
	margin-top: 10px;
	}
#footer {
	background: #9ab5bd;
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	}
#rideau {
	float:right;
	text-align:right;
	margin-top:-10px;
	}
#navigation {
	width: 983px;
	height: 39px;
	background-color: #97977c;
	}
#mainnav {
	float: right;
	margin-top: -39px;
	}
#image {
	float:left;
	width: 379px;
	height: 560px;
	background-color: #ffffff;
	}
#backimage {
	float:left;
	width: 379px;
	height: 560px;
	background-image: url(pageimages/admin_back.jpg);
	}
#text {
	float:right;
	height: 553px;
	width: 597px;
	background-color: #ffffff;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #9a9a82;
	border-bottom-color: #9a9a82;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	}
#content {
	background-color: #ffffff;
	}
#maintext {
	background-color: #f7f6eb;
	width: 502px;
	height: 374px;
	padding: 25px 25px 25px 25px;
	margin-left: 15px;
	overflow:auto;
	}
	
#lefttext {
	background-color: #f7f6eb;
	width: 329px;
	height: 374px;
	padding: 25px 25px 25px 25px;
	margin-left: 15px;
	overflow:auto;
	}

/* Modified left hand side of admin area */
#adminBackImage {
	float:left;
	width: 349px;
	height: 560px;
	background-image: url(pageimages/admin_back.jpg);
	}
#adminLeftText {
	background-color: #f7f6eb;
	width: 299px;
	height: 374px;
	padding: 25px 25px 25px 25px;
	margin-left: 15px;
	overflow:auto;
	}
		
/* Modified right hand side of admin area */	
#adminText {
	float:right;
	height: 553px;
	width: 627px;
	background-color: #ffffff;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #9a9a82;
	border-bottom-color: #9a9a82;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	}
#adminMainText {
	background-color: #f7f6eb;
	width: 532px;
	height: 374px;
	padding: 25px 25px 25px 25px;
	margin-left: 15px;
	overflow:auto;
	}
#adminCorner {
	width: 634px;
	margin-top: 17px;
	}
/*------- end of admin area modifications ---------*/

#corner {
	width: 604px;
	margin-top: 17px;
	}
#heading {
	margin-top: 30px;
	margin-left: 15px;
	}


/*--------------text styles ----------- */	

.addresstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: red;
	font-weight: bold;
}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #bdbca1;
	font-weight: lighter;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #72695d;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #535343;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #535343;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535343;
	list-style-position: outside;
	line-height: 14px;
	padding-left: 12px;
}
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #3333FF;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: underline;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
