@charset "utf-8";
/* CSS Document */
	body
	{
		text-align:left;
		
	}
	.bodyWrap
    {
		width:800px;
    	margin-left:auto;
        margin-right:auto;
		border:2px solid #006a90;
    }
	
	.innerWrap
	{
		background:url(images/bg.jpg) repeat-y;
		background-position:right top;
		padding:15px;
	}
    
	.TranspContent
	{
		width:90%;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
		background:url(images/transp.png);
		border:#006 1px solid;
		color:#005;
		font-weight:bold;
	}
	
    div.header
    {
    	width:100%;
		height:146px;
		text-align:right;        
    }
	div.navBar
	{
		background:#006a90;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18pt;
		padding:10px;
		color:#FFF;
		text-align:center;
	}
	
	.SideBar
	{
		width:290px;
		color:#FFF;
		background:#006a90;
		text-align:center;
	}
	
	.sideImg
	{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.fakeLi
	{
		width:250px;
		text-align:left;
		
	}
	
	.ContentTable
	{
		width:100%;
		margin:0px;
	}
	
	.sideQuote
	{
		font-style:italic;
		font-size:10pt;
		width:250px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.ValueGuard
	{
		text-align:center;
		vertical-align:middle;
		height:100px;
		font-size:22pt;
		font-style:italic;
		font-weight:bold;
	}
	
	.Content
	{
		510px;
		padding:10px;
	}
	
	.quote
	{
		text-align:left;
		padding:20px;
		font-size:20pt;
		font-style:italic;
		font-weight:bold;
		color:#365f91;
	}
	
	.valueImg
	{
		font-size:18pt;
		text-align:center;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	.sideImg
	{
		width:230px;
	}
	
	.FullContent
	{
		border:1px solid #003366;
	}
	
	.fullWide
	{
		width:100%;
	}
	
	.RowStyleA
	{
		padding:10px;
		background:#FFF;
		border:1px solid #CCE;
	}
	
	.RowStyleB
	{
		padding:10px;
		background:#CCC;
		border:1px solid #CCE;
	}
	
	.MenuItem A,
	.footerItem A
	{
		color:#FFF;
		text-decoration:none;
	}
	
	.MenuItem A:HOVER,
	.footerItem A:HOVER
	{
		color:#CCF;
		text-decoration:none;
	}
	
	.MenuItem A:VISTIED,
	.footerItem A:VISITED
	{
		color:#FFF;
		text-decoration:none;
	}
	
	#NoDisplayList
	{
		display:none;s
	}