@charset "utf-8";
/* CSS Document */
body
	{
		background-color:#f1f9fc;
		margin-top:0px;
	
	}
#container
	{
		width:1100px;
		margin: 0px auto 0px auto;
		background-image:url(../images/container.jpg);
		background-repeat:repeat-y;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	h3 {font-size:16px;}
#inner-container
	{
		width:902px;
		margin:0px auto 0px auto;
		background-image:url(../images/iner-body-gradient.jpg);
		background-position:right;
		background-repeat:repeat-y;
	}
img 
	{
		border:none;
	}
#right-bar
	{
		width:56px;
		float:right;
		
		padding-top:193px;
	}
#right-bar a
	{
		margin-bottom:30px;
		display:block;
	}
#wraper
	{
		width:846px;
		background-color:#325799;
		background-image:url(../images/left-bottom-img.jpg);
		background-position: bottom left;		
		background-repeat:no-repeat;


	}
#header
	{
		background-image:url(../images/group-img.jpg);
		background-position:right;
		background-repeat:no-repeat;
		height:176px;
		width:846px;
	}
#logo
	{
		float:left;
		height:176px;
	}
#left-sidebar
	{
		width:218px;
		float:left;
		clear:left;
		padding-top:20px;	
		
		min-height:500px;
	}
#menu
	{
		margin-left:20px;
		width:180px;
	}
#menu a
	{
		display:block;
		color:#FFFFFF;
		text-decoration:none;
		font-size:16px;
		padding: 5px;
		padding-left:10px;
		border-bottom: 1px dotted #FFF;
	}
#menu a:link
	{
	}
#menu a:visited
	{
	}
#menu a:hover
	{
		color:#1BA3F3;
	}
#menu a:link
	{
	}
#top-page-divider
	{
		height:17px;
		background-image:url(../images/gray-devider.jpg);
		background-repeat:repeat-x;
	}
#content
	{
		
		margin-left:218px;

	}
#right-column
	{
		width:220px;
		float:right;
	}
#right-column-img
	{
		
	}
#right-column-content
	{
		background-color:#b2d4e0;
		text-align:center;
		padding-top:5px;
	}
#main-text
	{
		margin-right:224px;
		min-height:610px;
		padding-bottom:16px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		background-color:#f1f9fc;
		background-image:url(../images/content-gradient.jpg);
		background-repeat:repeat-y;
		background-position:left;
		font-size:14px;
	}
#main-text h3
	{
		margin-top:0px;
	}
p.top-p
	{
		margin-top:0px;
	}
.all-capital-header
	{
		text-transform:uppercase
	}
#bottom-panel
	{
		background-image:url(../images/footer-gradient.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		height:146px;
	}
#bottom-img
	{
		background-image:url(../images/left-bottom-img.jpg);
		width:218px;
		height:165px;
		background-repeat:no-repeat;
		position:relative;
		top:-165px;
		
	}
#footer-divider
	{
		background-image:url(../images/footer-devider.jpg);
		background-repeat:repeat-x;
		height:5px;
	}
#bottom-panel p
	{
		width:800px;
		margin: 25px auto 0px auto;
		color:#FFF;		
	}
#footer
	{
		width:1100px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
a.site-footer
	{
		color:#333;
		text-decoration:underline;
	}