/*---
	Things that are commented out ar to be used with Verdana
---*/

body {
	background-color:#dae75d;
	color:#000000;
	font-family:Trebuchet MS;
/*	font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-size:14px;
/*	font-size:12px;
	line-height:16px; */
	font-weight:normal;
}
#contents {
	background-color:#ffffff;
	border:1px solid #000000;
	width:750px;
}
#textContent{
	padding:5px 15px 5px 18px;
}
.menu {
	background-color:#26953F;
	line-height:30px;
	text-align:center;
	font-size:15px;
	margin-top:-9px;
	padding:5px 0px 2px 0px;
}
.menu a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.menu a:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.menu a:active {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
}
.footer {
	border-top:1px solid #000000;
	padding-top:10px;
	text-align:center;
}
h3 {
	background-image:url(images/cell-block.gif);
	background-position:left top;
	background-repeat:repeat-y;
	padding-left:18px;
/*	padding:5px 0px 5px 18px; */
	margin-left:-18px;
}
a {
	text-decoration:none;
	color:#26953F;
/*	font-weight:bold; */
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.profile {
	border:1px solid #000000;
/*	float:right;*/
/*	margin-left:5px;*/
	margin:10px 0 15px 0 ;
}

/*--------- Start of shadow ---------*/

.wrap0, .wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap0 { /* background image for right and bottom */
	float:left;
	background:url(images/shadow/shadow.gif) right bottom no-repeat;
}
.wrap1 { /* background image for left and top */
	background:url(images/shadow/shadow180.gif) no-repeat;
}
.wrap2 { /* background image for bottom left corner */
	background:url(images/shadow/corner_bl.gif) -18px 100% no-repeat;
}
.wrap3 { /* background image for top right corner */
	padding:10px 14px 14px 10px;
	background:url(images/shadow/corner_tr.gif) 100% -18px no-repeat;
}

/*--------- End of shadow ---------*/