BODY
{
	padding: 0px;	
	margin: 0px;
}

#Header
{
	background: url(/Images/Framework/header_repeat.gif);
}

#Main
{
	background-color: #efefef;
}

#Footer
{
	background: url(/Images/Framework/footer_repeat.gif);
	clear: both;
}

#HeaderContent, #FooterContent
{
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	background-repeat: no-repeat;
}

#HeaderContent
{
	background: url(/Images/Framework/header2.gif);	
	height: 55px;
	/*text-align: right;*/
	position: relative;
}

#HeaderText
{
	text-align:right;
	float:right;
}

#MainContent
{
	background-color: #efefef;
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	padding-bottom: 20px;
}
#topmenu
{
	margin-left: auto;
	margin-right: auto;
	width: 778px;
}

#FooterContent
{	
	height: 100px;
}

#Left
{
	width: 587px;
	float: left;
}

#Right
{
	width: 170px;
	float: right;
}

#SubMenu
{
	width: 160px;
	float: left;
}

#Content
{
	background-color: White;
	width: 380px;
	float: right;
	padding: 18px;
}

#WideContent
{
	background-color: White;
	width: 550px;
	float: left;
	padding: 18px;
}

#Logo
{
	position: absolute;
	width: 235px;
	height: 50px;
	top: 10px;
	left: 25px;
	cursor: pointer;
}

.TemplateArea
{
	display: block;
}
.headerImage
{
	margin: 0px;
	padding-top: 5px;
	position: absolute;
	z-index: 0;
	cursor:hand;
}
	
/******************************************************
/* INNER TEMPLATES
/*****************************************************/
* HTML .BlockArea,
* HTML .TemplateArea
{
	overflow-x: hidden;
	display: inline;
}

.OneColumn
{
	width: 100%;
}

.TwoColumn
{
	
}

.TwoColumns .LeftColumn
{
	float: left;
	width: 290px;
	margin-right: 7px;
}

.TwoColumns .RightColumn
{
	float: left;
	width: 290px;
}
/* ---- Search result paging ---- */
.PagingDiv
{
    float: left;
    height: 18px;
    padding: 6px 2px 0 2px;
    color:#0360a7;
    text-decoration:underline;
    
}
.PagingDiv a
{
   color: #0360a7;
   text-decoration:underline;
}
.PagingDiv a:hover {text-decoration: none;}
.PagingDiv a:focus { font-weight:bold;}
#zoomwindow {
	/*width:270px;
	height:200px;*/
	padding:2px;
	border:2px solid white;
	/*background:white;*/
	display:none;
	position:absolute;
	text-align:center;
}
#DownloadImages
{
	width:150px;
	height:auto;
	padding:10px;
	border:2px solid blue;
	position:absolute;
	display:none;
	background:white;
	color:Black;
}
#paginglink
{
	float:left;
	font-weight:bold;
}
#imageDiv
{
	float:left;
	width:123px;
	height:120;
}
.clear
{
    clear: both;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    height: 0px;
}
