﻿.CopyRightWhite {
	FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY:  'Times New Roman';
}

.CopyRightYellow {
	FONT-SIZE: 12px; COLOR: #e6d7ac; FONT-FAMILY:  'Times New Roman';
}

/************************************************************************
* 
* Article Menu Style
*
************************************************************************/

.StaticMenuItem
{
	border-width: 0px;
	background-color: #2F404A;
	font-family: 'Times New Roman';
	color: white;
	font-size: 13px;
	text-decoration: none;	
	float:left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.DynamicMenuItem
{	
	background-color: White;
	font-family: 'Times New Roman';
	color:#4D371A;
	font-size: 12px;
	text-decoration: none;		
	padding-left: 1px;
	padding-right: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.DynamicHoverMenuItem
{	
	background-color: #E5D8A3;
	font-family: 'Times New Roman';
	color: #4D371A;
	font-size: 12px;		
	padding-left: 1px;
	padding-right: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}


/************************************************************************
* 
* Topic Summery Title
*
************************************************************************/

.TopicSummeryTitle
{
	font-family: 'Times New Roman';
	color: #64513C;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}
.TopicSummeryTitle a
{
	font-family: 'Times New Roman';
	color: #64513C;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}
.TopicSummeryTitle a:link
{
	color: #64513C;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}
.TopicSummeryTitle a:visited
{
	color: #64513C;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}

.TopicSummeryTitle a:hover
{
	color: #64513C;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: underline;
}

/************************************************************************
* 
* Blue Background Title
*
************************************************************************/

.BlueBackgroundTitle
{
	font-family: 'Times New Roman';
	color: white;
	font-size: 12px;	
	text-decoration: none;
}
.BlueBackgroundTitle a
{
	font-family: 'Times New Roman';
	color: white;
	font-size: 12px;	
	text-decoration: none;
}
.BlueBackgroundTitle a:link
{
	color: white;
	font-size: 12px;	
	text-decoration: none;
}
.BlueBackgroundTitle a:visited
{
	color: white;
	font-size: 12px;	
	text-decoration: none;
}

.BlueBackgroundTitle a:hover
{
	color: white;
	font-size: 12px;	
	text-decoration: underline;
}

/************************************************************************
* 
* Topic Summery Content
*
************************************************************************/

.TopicSummeryContent a
{
	font-family: 'Times New Roman';
	color: #64513C;
	font-size: 12px;
	text-decoration: none;
}
.TopicSummeryContent a:link
{
	color: #64513C;
	font-size: 12px;
	text-decoration: none;
}
.TopicSummeryContent a:visited
{
	color: #64513C;
	font-size: 12px;
	text-decoration: none;
}

.TopicSummeryContent a:hover
{
	color: #64513C;
	font-size: 12px;
	text-decoration: underline;
}

/************************************************************************
* 
* Paging control style
*
************************************************************************/

.PageNumbers
{
	display: inline;
}

.PageNumbers span
{
	font-family: 'Times New Roman';
	color: #000000;
	font-size: 14px;
	padding-left: 4px;
	font-weight: bolder;
	text-decoration: none;
}

.PageNumbers a
{
	color: #765F47;
	text-decoration: underline;
}
.PageNumbers a:link
{
	color: #765F47;
	text-decoration: underline;
}
.PageNumbers a:visited
{
	color: #765F47;
	text-decoration: underline;
}

.PageNumbers a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #765F47;
}

/************************************************************************
* 
* font style
*
************************************************************************/
.TitleFont
{
	font-family: "Times New Roman";
	font-size: 20px;
	color:#554433;
}
.AuthorFont
{
	color: #554433;
	font-family: "Times New Roman";
	font-size: 14px;
}
.ContentFont
{
	color: #554433;
	font-family: "Times New Roman";
	font-size: 13px;
}

/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo 
{
	float: left;
	margin: 3px 0 0 2px;
} 
  
.photo img 
{
display: block;
background: #ffffff;
border: solid 1px #a9a9a9; 
margin: -5px 5px 5px -5px; 
padding: 3px; 
position: relative; 
} 
