﻿body 
{
	background-color:Silver;
		color:Gray;
	font-size:small ;
	font-family:Tahoma;
}

a
{
	color:#21a2fd;
}

a:hover
{
	color:#0437ad;
}
/*
#LeftBorder{background-image: url('./images/border_left.jpg');float:left; height:355px;width:11px;}
#RightBorder{background-image: url('./images/border_right.jpg');float:left; height:355px;width:11px; background-position:right;}
*/
#LeftImage
{
	float:left;
	 
	/*background-image:url('./images/content_border.jpg');*/
	width:220px;
	 
 
 
}

#RightContent
{
	/*background-image:url('./images/content_border.jpg');*/
	float:left;
	width:618px;
	/* height:355px; */
	
	}
/*
#RightContent2
{
	margin:4px;
	overflow-y:scroll;
	width:615px;
	height:345px;
	top:20px;
}
*/

/*
  #content-top
{
	background-image:url('./images/border_top.jpg'); 
	height:15px;
	width:840px;
	margin:0;
	margin-top:30px;
 
} 
 */

#Content
{
	float:left;
/*	background-image:url('./images/border_content_hor.jpg');*/
	background-repeat:repeat-y;
	margin:0;
	width:844px;
	min-height:350px;
	background-color:White;
	padding:8px;
}

#content-bottom
{
/*	background-image:url('./images/border_bottom.jpg');*/
	height:13px;
	width:840px;
	margin:0;
	float:left;
}

.SiteLink
{
	/*background-image:url('./images/border_top.jpg');*/
	
}

.SiteLink a
{
	color:Gray;
	text-decoration:none;
}

.SiteLink a:hover
{
	 text-decoration:underline;
}

#RightContent h3,h4
{
	color:Black;
}

#RightContent ul
{
	list-style-type: square;
	 list-style-position: inside;
	 line-height:1.8em;
	}

#RightContent ul ul
{line-height:1.4em;
	list-style-type:  circle  ;
	 list-style-position:  inherit;
	 margin-left:2em;
	}


#RightContent ul a
{
	/*text-decoration:none;*/
}

#RightContent ul a:hover
{
	/*text-decoration:underline;*/
	color:#0437ad;
}

.ImageLabel
{
	 position: relative;
	left:5px;
	z-index:0;
	
}

.Label1
{
	font-style:italic;
}

