body
{
	margin:none;
	padding:none;
	background-color: #515151;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(/images/Framework/HomeBackground.jpg) repeat-x;
	

}

img
{
	border:none;
	margin:none;
	padding:none;
	/*display:block;*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color:#000000;
	text-decoration: underline;
}

a:hover
{
	color:#E10915;
	text-decoration: underline;
}


.homeleftcolumn {
	width: 628px;
	float:left;
}

.homerightcolumn {
	width: 258px;
	height: 294px;
	float:left;
	font-size: 13px;
	margin:0px 0px; 
	background: #FFFFFF url(/images/Home/Home.jpg) top left no-repeat; 
	
}

.homerightcolumn li{
	color: #E10915; 
	font-weight: bold;
}

.homerightcolumn ul{
	color: #E10915; 
	font-weight: bold;
	margin-bottom: 0px;
}

#homerightcolumnContent
{
	margin:5px 7px;
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
	height: 0px;
	font-size: 0px;
	line-height:0px;
}

#Container
{
	width:950px;
	margin:none;
	padding:none;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Content
{
	width:887px;
	border:#E10915 1px solid;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	
}

.Menu
{
	/*width:920px;*/
	border:#E10915 1px solid;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	background: url(/images/navBar.gif);
}

/* farenn added*/
.Menu a
{
	float:left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	margin-left: 41px;
	line-height: 38px;
	font-weight: bold;
}


.Menu a.selected {
	color: #666;
}

.Menu a:hover {
	color: #3C170E;
}


#SubContent
{
	border:#CCCCCC 1px solid;
	background: #FFFFFF url(/images/Framework/SubBackground.jpg) top left no-repeat;
	margin:5px 7px;
	padding: 15px;
	/*farenn removed*/
	/*height:251px;*/
	font-family: Arial, Helvetica, sans-serif;
}


#LeftContent
{
	width:100px;
	display:inline;
	float:left;
}

#CenterContent
{
	width:920px;
	display:inline;
	float:left;
	background: #FFFFFF;
}

#RightContent
{
	width:30px;
	display:inline;
	float:left;
}

#SubContent .GalleryImage
{
	border:#E10915 1px solid;
	margin-left:15px;
}

#SubContent .GalleryList
{
	list-style:none;
	margin-left: 0px;
}

*>#SubContent .GalleryList
{
	list-style:none;
	margin-left: -40px;
}

#SubContent .GalleryList .Selected
{
	list-style-image:url(/images/RedSqr.gif);
	font-weight:bold;
	margin-left: 16px;
}

*>#SubContent .GalleryList .Selected
{
	list-style-image:url(/images/RedSqr.gif);
	font-weight:bold;
	margin-left: 16px;
}

#SubContent .GalleryList .Selected a
{
	color:#E10915;
}

h1 {
	color: #E10916;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
}

h3 {
	color: #E10916;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#gallery{
	width: 825px;
	text-align:left;
	margin: 5px 0 ;
}

.GalleryPhoto{
	width: 200px;
	float: left;
	margin: 1px;
	text-align:center;
	border: solid 1px;
	border-color:#CCC;
	padding: 1px;
}

#gallery img{
	padding: 2px;
}