body {
	background: url(../images/bg.gif) repeat-y;
}

DIV.leftmenu TABLE{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	margin-left: 15px;
	margin-top: 15px;
	width: 155px;
	text-align: right;
}
DIV.leftmenu TD{
	border-top: 1px dashed #FAD4B5;
}
DIV.leftmenu A{
	color:BLACK;
	text-align: right;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
DIV.leftmenu A:HOVER{
	color: Maroon;
}

DIV.top TABLE{
	margin-left: 95px;
}

DIV.ab TABLE{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	margin-left: 15px;
	text-align: justify;
}
DIV.ab P{
	FONT-SIZE: 12px;
	text-align: right;
	COLOR: Navy;
}
DIV.projectlink TABLE{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	text-align: center;
}
DIV.projectlink A{
text-decoration: none;
COLOR: Black;
}
DIV.projectlink EM{
	text-decoration: none;
	COLOR: RED;
	font-style: normal;
}

DIV.partners TD{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}
DIV.partners A{
	COLOR: Red;
}

DIV.usfullinks IMG{
	border: 1px solid Black;
	width: 52px;
	height: 45px;
}

td.title{
	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	margin-left: 15px;
	border-bottom: 1px solid Silver;
}
td.title A{
	FONT-SIZE: 14px;
	color: black;
	text-decoration: none;
}
DIV.aphorisms{
	background: #FEFCEB;
}
DIV.aphorisms TABLE,TD{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	margin-left: 15px;
}
DIV.aphorisms EM{
	COLOR: Navy;
	font-style: normal;
}
DIV.mainstyle H1{
	font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif;
	FONT-SIZE: 15px;
	COLOR: Black;
	text-align: left;
	border-bottom: 1px solid Silver;
}
DIV.mainstyle TABLE{
	width: 700px;
}
DIV.mainstyle A{
	color: Blue;
	FONT-SIZE: 12px;
	text-decoration: none;
}
DIV.mainstyle EM{
	color: Navy;
	FONT-SIZE: 12px;
	text-decoration: none;
	font-style: normal;
}
DIV.mainstyle A.bluelink{
	color: Navy;
}
DIV.mainstyle A.blacklink{
	color: Black;
}
DIV.partnershipform{
	font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: Black;
	font-weight: bold;
}
DIV.partnershipform EM{
	font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: Gray;
	font-weight: bold;
}

.img-shadow { 
float:left; 
background: url(../images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */ 
}  

.img-shadow img {
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: white; /* Background color of the border created by the padding */
	border: 1px solid #CECECE; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 8px 8px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}  


