.black{ Color: #000000; }
.darkgrey{ Color: #333333; }
.grey{ Color: #CCCCCC; }
.lightgrey{ Color: #EEEEEE; }
.white{ Color: #FFFFFF; }
.green{ Color: #5A9A52; }
.lightgreen{ Color: #BCD8B8; }
.verylightgreen{ Color: #EEF4EC; }
.lilac{ Color: #A39BFF; }

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../imgs/site/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

#layout {
	padding: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	width: 1000px;
}

#toplinks {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	float: right;
	font-size: 85%;
}

#middle {
	clear: both;
	display: inline;
	width: 995px;
	margin-top: 20px;
	text-align: left;
	
	/*border: solid 1px #000000;*/
}

#homepage .left {
	clear: none;
	float: left;
	width: 220px;
	margin-bottom: 0px;
	padding-right: 20px;
	border-right: solid 1px #BCD8B8;
	padding-left: 30px;
}

#homepage .middle {
	float: left;
	width: 310px;
	padding-left: 30px;
	padding-right: 30px;
	clear: none;
}

#homepage .right {
	float: right;
	width: 260px;
	padding-left: 20px;
	clear: none;
	border-left: 1px solid #BCD8B8;
	padding-right: 20px;
	margin-top: 20px;
}

#homepage .leftSmall {
	float: left;
	width: 185px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#homepage .rightSmall {
	float: right;
	width: 185px;
	border-left: solid 1px #BCD8B8;
}

.imgRight {
	float: right;
	margin-left: 4px;
	clear: none;
}

#top {
	padding: 0;
	margin-bottom: 7px;
	float: left;
	width: 100%;
	margin-top: 5px;
}
	
#footer {
	clear: both;
	width: 100%;
	padding-top: 8px;
	margin-top: 20px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	border-top-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BCD8B8;
}

#bottom {
	clear: both;
	width: auto;
	padding: 5px;
	text-align: left;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* box */

.r1 {
	background: url(/shared/imgs/site/box-right.jpg) no-repeat right top;
}

.r2 {
	background: url(/shared/imgs/site/box-left.jpg) no-repeat left top;	
}

.r3 {
	background: url(/shared/imgs/site/box-left.jpg) no-repeat left bottom;
	font-size: 20px;
}

.r4 {
	background: url(/shared/imgs/site/box-right.jpg) no-repeat right bottom;
}

.r5 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 30px;
	
}

/* border-box */

.extras {
	float: right;
	width: 45%;
	margin-top: 0.5em;
	margin-left: 2em;	
	margin-bottom: 0.5em;
	padding-left: 1em;
	padding-bottom: 1em;
}

.b1 {
	background: url(../imgs/site/box-border-right.jpg) no-repeat right top;
}

.b2 {
	background: url(../imgs/site/box-border-left.jpg) no-repeat left top;	
}

.b3 {
	background: url(../imgs/site/box-border-left.jpg) no-repeat left bottom;
	font-size: 20px;
}

.b4 {
	background: url(../imgs/site/box-border-right.jpg) no-repeat right bottom;
}

.b5 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 30px;
	
}


.advt {
	margin: 0;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCD8B8;
	border-right-color: #BCD8B8;
	border-bottom-color: #BCD8B8;
	border-left-color: #BCD8B8;
	background-repeat: repeat-x;
	background-position: left top; 
}

.advt .sign {
	margin: 0;
	margin-top: 1.5em;
	font-size: 75%;
	text-align: right;
	color: #CCCCCC;
}

#interest {
	clear: both;
	text-align: center;
}
