/* Special layout hacks courtesy of bluerobot.com */
/* cell background is normally light yellow #ffffaa */
/* new cell background #CCCCCC */
/* page background #d9f2e2 */


/* spacer inside each col */
.innercol {
	padding: 10px;
	padding-left: 10px;
	margin-top: 0;
}


/* center item inside the container div */
.div_center {
	display:block;
	margin:auto;
}

/* Create a div with light tan background for pics to display against */
.div_pic {
/*	background-color:#d9f2e2; */
	margin: 5px;
	padding-left: 20px;
	clear:both;
	width: 640;
	height: 450;
}

.div_pic2 {
	margin: 5px;
	padding-right: 20px;
	vertical-align: top;
	right: 0;
}

/* spacer with proper coloration */
.spacer {
	background-color:#d9f2e2;
	color:#d9f2e2;
}



/* Rounded Edges code based on Alessandro Fulciniti article */
/* Do not use on items with padding or fixed heights */
.rtop, .rbottom{display:block; background: #d9f2e2;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #CCCCCC;}
.menutop, .menubottom{display:block; background: #d9f2e2;}
.menutop *, .menubottom *{display: block; height: 1px; overflow: hidden; background: #aaaaaa;}
.sactop, .sacbottom{display:block; background: #d9f2e2;}
.sactop *, .sacbottom *{display: block; height: 1px; overflow: hidden; background: #FBFD2D;}
.sartop, .sarbottom{display:block; background: #d9f2e2;}
.sartop *, .sarbottom *{display: block; height: 1px; overflow: hidden; background: #160493;}
.ptop, .pbottom{display:block; background: #CCCCCC;}
.ptop *, .pbottom *{display: block; height: 1px; overflow: hidden; background: #ffffff;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}


/* NAV menu */
.menu a:hover {
	border: thin grey solid;
	background-color: #CCCCCC;
}



body {
	margin-left:0px;
	margin-right:0px;
	background-color:#d9f2e2;
	padding:0px; 
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	color:blue;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:18px;}

.flush {
	font-family: verdana, arial, helvetica, sans-serif;
	/*margin:0px 0px 16px 0px;*/
	margin:0px 0px 0px 0px;
	padding:0px;
	}


a {
	color:#09c;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee; }

a img { border:0; }  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width: 120px;
	margin-top: 10px;
	background-color:#CCCCCC;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

/* All the content boxes belong to the content class. */
.pic_content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width: 120px;
	background-color:#CCCCCC;
/*	margin-top:0px;*/
/*	margin-left:0px;*/
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.menuitem {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:150px;
	background-color:#aaaaaa;
	margin-top:5px;
	padding:0px;
	z-index:8; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.containerinner {
	position:static;
	width:160px;
	height:160px;
	background-color:#ffffff;
	margin:5px;
}


.containerinnerwide {
	position:static;
	width:320px;
	height:160px;
	background-color:#ffffff;
	margin:5px;
}

#leftborder {
	position:fixed;
	width:150px;
	top:0px;
	left:0px;
	background-color:#d9f2e2;
	z-index:2;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#leftborder {width:150px;}
		


#topborder {
	position:fixed;
	height: 155px; /* Adding in the rounded edges for page body */
	left:154px;
	right:0px;
	top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#d9f2e2;
	/*color:#d9f2e2;*/
	z-index:3;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#topborder {padding-bottom:0px;}


#pagebody {
	/*position:absolute;*/
	position:absolute;
	top:175;
	left:153;
	right:0;
	margin-left:2px;
	margin-right:1px;
	background-color:#d9f2e2;
	/*color:#d9f2e2;*/
	z-index:2;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#pagebody {padding-bottom:0px;}

