body
{
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#3f3f3f;
	font-size:11px;
}
body {
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
	}

#mainContainer
{
	width:963px;
	height:auto;
	margin:0 auto;
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	text-align:center;
	
}
.FoaRowColor 
{
	font-weight:bold;
}
#bannerContainer
{
	width:963px;
	height:105px;
	margin:0 auto;
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
}
#menuContainer
{
	width:963px;
	margin:0 auto;
	text-align:left;
}
#spaceContainer
{
	width:1px;
	float:left;
}
#spaceContainerHorizontal
{
	width:963px;
	height:1x;
	float:left;
}
image
{	
	border:0px;	
}
#pagebannerContainer
{
	width:963px;
	height:199px;
	margin:0 auto;
}
#BodyContainer
{
	width:963px;
	height:600;
}
#leftContainer
{
	background-color:#95c7fa; 
	background-image:url('Images/InsideLeftDownBG.jpg'); 
	background-position:bottom; 
	background-repeat:no-repeat;
	float:left;
	width:181px;
	height:100%;
	margin:0 auto;
	padding:0px;
}
#rightContainer
{
	background-color:#f1f0ed;
	width:781px;
	height:100%;
	margin:0 auto;
	padding:0px;
	float:right;
	text-align:top;
}
#footerContainer
{
	width:963px;
	height:31px;
	float:left;
	
}
td
{
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#3f3f3f;
	font-size:11px;
	height:inherit;
	
}
a
{
	text-decoration:underline;
	color:#3f3f3f;
	font-size:11px;
}
.a:hover
{
	text-decoration:none;
	color:black;
	font-size:11px;
}
.a:visited
{
	text-decoration:underline;
	color:#3f3f3f;
	font-size:11px;
}
.Homecopy
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:white;
	font-size:10px;
	line-height:14px;
}
.Quote
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:black;
	font-size:11px;
	line-height:14px;
	margin-left:20px;
	padding-left:20px;
}
.HomeTitleCopy
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:white;
	font-size:11px;
	font-weight:bold;
}
.Comments
{
	width:165px;		
	font-family:Times New Roman;
	font-style:italic;
	font-size:12px;
	color:#2c5e92;
	margin-left:10px;
	margin-right:5px;

	line-height:20px;
}
.CommentsAuthor
{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	margin:0px 10px 0px 10px;
	color:#2c5e92;
	line-height:20px;
}
.HPBottomAdverts
{
	color:White;
	font-size:10px;
	line-height:15px;
}
.dvContent
{
	line-height:18px;
	margin-left:18px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:18px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#3f3f3f;
	font-size:11px;
}
.BottomLinks
{
	text-decoration:none;
	color:#3f3f3f;
	font-size:11px;
}
.BottomLinks:hover
{
	text-decoration:underline;
	color:#3f3f3f;
}
.WhiteLinks
{
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
}
.WhiteLinks:links
{
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
	
}
.WhiteLinks:visited
{
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}
.WhiteLinks:hover
{
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
.in
{
    border:solid 1px #878e98;
    font-family:Verdana, Sans-Serif;
    font-size:10px;
    height:15px;
    color:#003668;
}
.se
{
    border:solid 1px #878e98;
    font-family:Verdana, Sans-Serif;
    font-size:10px;
    height:18px;
    color:#003668;
}
.ta
{
    border:solid 1px #878e98;
    font-family:Verdana, Sans-Serif;
    font-size:10px;
    color:#003668;
}
 .footer
{
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#3f3f3f;
	font-size:12px;
}
.subMenu
{
	background-image:url('Images/but_bg.jpg');
	color:white;
    font-family: Verdana;
    font-size:12px;
    color:White;
    width:100%;
    padding:2px,2px,2px,2px;
}

	/* CSS for my first scrolling box */
	#scrollingContainer{
		width:155px;	/* 170 pixels in width */
		height:250px;	/* Height of box */
		border:0px solid #000;	/* Black border around box */
		padding:2px;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		margin-top:0px;
		margin-left:5px;	/* Right margin of 10 pixels */
		font-size:0.9em;	/* Smaller font size than the rest of the page */
		overflow:hidden;	/* Hide overflow content */
		text-align:left;
	}
	/* End css for my first scrolling box */
	
/* CSS for quotes Looping*/	
.flashclass{ /*sample CSS class added to image slideshow container*/
width: 150px; /*a width should be defined for transition to work*/
border: 0px solid orange;
}
.flashclass img{
border-width: 0;
}
/* End of CSS */	