
/********** Main Site Style Sheet  **********/

/* CSS Document */

/********** START: Global block  **********/
body {
	background-color: #4A4C75;  /* color of the empty space around the active part of the page in the center  */
  	color: #000000;            /* default text color, works for all elements where it isn't redefined */
  	font-family: Verdana, Arial, Helvetica, sans-serif;      /* default text style, works for all elements where it isn't 	redefined */
  	font-size: 11px;           /* default symbol size, works for all elements where it isn't 			redefined */
  	text-align: left;
  	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}
a:link, a:hover, a:active, a:visited {
  	text-decoration: underline;   /* default link text decoration, works for all links until it's redefined */
  	color: #A32A2A;               /* default link text color, works for all links until it's redefined */
}

img {
 	border: 0px;
}

form {
 	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
}
/********** END: Global block  **********/
/********** START: Page layout block **********/
#PageLayout {
	margin: 0px auto;
}
#PageLayoutContent {       /* This block includes active part of the page and separates it empty space around */
  	position: relative;
 	padding: 0px;
  	margin: 0px;
  	border: solid 1px #000000;
  	background-color: #FFF;
  	text-align: center;      /* this makes the block aligned with center in IE */
  	margin-left: auto;       /* this makes the block aligned with center in FF, Safari, etc */
  	margin-right: auto;      /* this makes the block aligned with center in FF, Safari, etc */
  	width: 980px;
}
/********** END: Page layout block **********/
/********** START: Header block **********/
#Header {                  /* Header block */
  	width: 980px; 
  	margin: 0px;
  	padding: 0px;
}
#ServiceMenu { 			/* Service-menu block */
   	font-size:11px;
   	font-weight:normal;
   	background-color: #60639A;
  	width: 570px;
   	padding: 2px 0px 4px 0px;
	margin-right:3px;
	_margin:0px;
}
#ServiceMenu a:link, #ServiceMenu a:active, #ServiceMenu a:visited {
  	text-decoration: none;
  	color: #FFFFFF;
  	padding: 3px 12px 4px 12px;
}
#ServiceMenu a:hover{
  	text-decoration: underline;
  	color: #FFFFFF;
  	padding: 3px 12px 4px 12px;
}
#ServiceMenu .separator{
  	color: #FFFFFF;
}
#HeaderMenu {              /* Header Menu block */
  	height:23px;
  	margin: 0px;
  	padding-left: 124px;
  	background-color: #54545C;
  	text-align: left;
}
#HeaderMenu .Item {
 	font-weight:bold;
 	color: #FFFFFF;
 	padding: 0px 8px 0px 8px;
}
#HeaderMenu .Item a:link, 
#HeaderMenu .Item a:visited, 
#HeaderMenu .Item a:active {
  	font-weight:bold;
  	color:#FFFFFF;
  	display: block;
 	padding: 0px 8px 0px 8px;
  	text-decoration: none;   /* Header Menu Item link text decoration */
}
#HeaderMenu .Item a:hover {
  	font-weight:bold;
  	color:#FFFFFF;
  	display: block;
 	padding: 0px 8px 0px 8px;
  	text-decoration: underline;   /* Header Menu Item link text decoration */
}

#HeaderMenu .Item .Active a:link, 
#HeaderMenu .Item .Active a:hover, 
#HeaderMenu .Item .Active a:visited, 
#HeaderMenu .Item .Active a:active {
  	text-decoration: none;   /* Header Menu Item link text decoration */
}

#HeaderMenu .separator {
  	padding: 0px;
  	color:#FFFFFF;
  	text-align: center;          /* Header Menu Item text align */
}

#Header .Banner {
	width: 234px;
	height: 60px;
	display: block;
	float: right; 
	text-align: center;
	margin: 0px 12px 2px 1px; 
	_margin: 0px 10px 2px 8px; 
	padding: 0px 0px 0px 0px;
}
#Header .Logo {
    float: left;
    width: 410px;
    height: 100px;
    margin: 0px;
    padding: 0px;;
}

#Sub_Menu_Box {
   	height: 18px;
   	line-height: 18px;
   	margin: 0px 0px 0px 0px;
   	padding-left: 125px;
   	background-color: #FFFFFF;
                     vertical-align:middle;
}

#Sub_Menu_Box .Item,
#Sub_Menu_Box .Item .Active {
   	float: left;
   	border: none;
   	padding: 0px 9px 0px 7px;
   	text-decoration: none;
   	color: #A32A2A;
   	font-weight: bold;
   	display:none;
   	height: 18px;
}

#Sub_Menu_Box .Item A:link, #Sub_Menu_Box .Item A:visited, #Sub_Menu_Box .Item A:active,
#Sub_Menu_Box .Item .Active A {     /*	Service-menu link */
  	float: left;
  	display: block;
  	padding: 0px 9px 0px 7px;
  	text-decoration: none;
 	color: #A32A2A;
  	font-weight: bold;
}

#Sub_Menu_Box .Item A:hover,
#Sub_Menu_Box .Item .Active A {		/*	Service-menu link */
  	float: left;
  	display: block;
  	padding: 0px 9px 0px 7px;
  	text-decoration: underline;
  	color: #A32A2A;
  	font-weight: bold;
}

#Sub_Menu_Box .separator { 
  	float: left;
  	width: 3px;
  	border: none;
  	color: #ffffff;
}

/********** END: Header block **********/

/********* START: Search block *****************/
#searchForm {
	clear: both;
	width: 254px;
	margin: -5px 0px 0px 2px ;
	_margin: 0px 5px 2px 0px ;
	padding: 0px 0px 4px 0px;
}
#searchForm .input {
	float: left;
	width: 181px;
	padding: 1px 2px 1px 4px;
                     color:#000000;
                     font-size: 11px;
	border: 1px solid #E0E0E0;
	background-color: #fff;
	margin: 0px;
}
#searchForm .button {
	border: none;
	float: left;
	width: 54px;
	height: 17px;
	margin: 0px 0px 0px 5px;
	padding:0px 0px 2px;
                     _padding: 0px;
	font-size: 9px;
                     font-weight: bold;
	background-image: url('/upload/images/search-button.gif');
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
}
/********* END: Search block ***********/

/********** START: Page content block **********/
#PageContent {
  	position: relative; 
  	background-color: #FFFFFF;
  	clear: both;
  	padding: 0px;
  	margin: 0px 0px 0px 0px;
  	width: 980px;
}
*HTML #PageContent {
  	padding: 0px;
  	margin: 0px 0px 0px 0px;
  	width: 980px;
}
#PageContentBodyTD {
  	background-color: #FFF; 
  	margin: 0px 0px 0px 0px;
  	padding: 0px 11px 0px 9px;
  	vertical-align: top;
}

#PageContentBody {
                     height: auto;
                     font-family: Verdana, Arial, Helvetica, sans-serif;
                     font-size:12px;
                     font-weight:normal;
                     font-color:#000000;
  	text-align: left;
}
/********** END: Page content block **********/
/********** START: Page column left block **********/
#PageColumnLeft {
  	width: 160px;
  	margin: 0px;
  	padding: 0px; 
  	vertical-align: top;
  	background-color: #E5E4D5;   /* Left Column background color */
}

#PageColumnLeft .PageMenu {
  	width: 160px;
}
#PageColumnLeft .PageMenu .Item {
  	width: 158px;
  	padding: 0px;
  	text-align: left;            /* Page Menu Item text align */
  	background-color: #F4F4F4;   /* Page Menu Item default background color */
}

#PageColumnLeft .PageMenu .Item .subMenu,
#PageColumnLeft .PageMenu .Active .subMenu {
  	width: 100%;
  	margin: 0px;
  	padding: 0px;
  	border-bottom:none;
}

#PageColumnLeft .PageMenu .Item .subMenu .Item {
  	margin:0px;
  	padding: 0px 0px 0px 0px;
  	border-right: none;
  	border-left: none;
  	border-bottom:none;
}

#PageColumnLeft .PageMenu .Item  a:link,
#PageColumnLeft .PageMenu .Item  a:visited,
#PageColumnLeft .PageMenu .Item  a:hover,
#PageColumnLeft .PageMenu .Item  a:active {
  	display: block;
  	padding: 5px 0px 0px 5px;
  	margin: 0px;
  	text-decoration: none;   /* Page Menu Item link text decoration */
}

#PageColumnLeft .PageMenu .Item .subMenu .Item a:link,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:visited,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:hover,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:active {
  	padding: 5px 0px 0px 15px;
  	margin: 0px;
}

#PageColumnLeft .PageMenu .Item .Active {
  	background-color: #DEDEDE;   /* active Page Menu Item background color */
}

#PageColumnLeft .PageMenu .Item a:hover {
  	background-color: #DEDEDE;   /* Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .PageMenu .Item .PageMenu .Item a:hover {
  	background-color: #DEDEDE;   /* second level Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .Advertisement { 	/* Advertisement of the Page Column Left */
  	padding: 0px 0px 0px 0px;
  	margin: 12px 0px 0px 0px;
	text-align: center;
}
#PageColumnLeft .Advertisement .Item {
  	margin: 0px 0px 12px 0px;
  	padding: 0px;
}
/********** END: Page column left block **********/
/********** START: Page column center block **********/
#PageColumnCenter {
  	background-color: #FFFFFF;   /* Center Column backgound color */
  	text-align: left;         /* Center Column text align */
  	width: 520px;
  	margin: 0px;
  	padding: 0px 10px 0px 10px;
}
#PageMenuPath {
  	margin: 0px;
  	padding: 0px 0px 0px 1px;
  	text-align: left;
                     font-size: 11px;
                     font-weight:normal;
}
#PageMenuPath a:link, 
#PageMenuPath a:active, 
#PageMenuPath a:hover, 
#PageMenuPath a:visited {
  	text-decoration: underline;   /* Bread Crumb Trail link text decoration */
}

#PageTitle { 
  	margin: 0px;
  	padding: 12px 0px 5px 1px;
  	font-size: 16px;     /* Page Title text font size */
  	font-weight: bold;   /* Page Title text font weight */
  	color:#6A649C;   /* Page Title text font color */
  	width: 468px;
}
#PageContentRightCorner { 
  	float: right;
  	width: 300px;
  	padding-left: 8px;
 	margin: 0px;
  	z-index: 1;
  	background-color: #FFF;
}
#PageContentRightCorner .PageServices {                 /* Page-services section */
  	position:relative; 
  	text-align: center;
  	border: solid 1px #4A4C75;
  	width: 298px;
  	margin: 0px 0px 10px 0px;
 	padding: 1px 0px 6px 0px;
  	clear: both;
  	font-weight: normal;
  	font-size: 10px;  
}
#PageContentRightCorner .PageServices a{	 /* Text decoration of links within Page-services section*/
    text-decoration:none;
}
#PageContentRightCorner .PageServices .bookmark {
  	background-repeat: no-repeat;
  	background-image: url('/upload/images/skin/images/bookmark_icon.jpg');   /* Bookmark link icon */
  	background-position: right;                          /* Bookmark link icon position, should be opposite to it's text align */
  	text-align: left;                                    /* Bookmark text align, should be opposite to it's icon position */
  	width: 87px;
  	height: 21px;
  	padding: 8px 0px 0px 0px;
  	margin: 0px 8px 1px 40px;
  	float: left;
  	position: relative;
  	z-index: 1;
}
#PageContentRightCorner .PageServices .print {
  	background-repeat: no-repeat;
  	background-image: url('/upload/images/skin/images/print_icon.jpg');   /* Print link icon */
  	background-position: right;                       /* Print link icon position, should be opposite to it's text align */
  	text-align: left;                                 /* Prin text align, should be opposite to it's icon position */
  	width: 57px;
  	height: 21px;
  	padding: 8px 0px 0px 0px;
  	margin: 0px 12px 1px 0px;
 	float: left;
  	position: relative;
  	z-index: 1;
}	
#PageContentRightCorner .PageServices .email {
  	background-repeat: no-repeat;
  	background-image: url('/upload/images/skin/images/email_icon.jpg');   /* Email link icon */
  	background-position: right;                       /* Email link icon position, should be opposite to it's text align */
  	text-align: left;                                 /* Email text align, should be opposite to it's icon position */
  	width: 55px;
  	height: 21px;
  	padding: 8px 0px 0px 0px;
  	margin: 0px;
  	float: left;
  	position: relative;
  	z-index: 1;
}
#PageContentRightCorner .PageServices .DashLine {
  	margin: 4px 10px 7px 10px;
	_margin: -6px 10px 7px 10px;
  	z-index: 0;
}
#PageContentRightCorner .PageServices .SocialNetworkWidjet {
  	position:relative;
  	/*float: right;*/
  	padding: 0px;
  	margin:2px 5px;
  	_margin: 7px 17px 2px 2px;
}
#PageContentRightCorner .PageServices .servicesLeftTD {
  	width: 163px;
  	padding-right: 14px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#PageContentRightCorner .PageServices .servicesRightTD {
  	width: 135px;
}
#PageContentRightCorner .Advertisement {	/* Advertisement of the Page Content Right Corner*/
  	margin: 0px;
  	padding: 0px;
  	text-align: center;
}
#PageContentRightCorner .Advertisement .Item {
  	margin: 0px 0px 10px 0px;
	_margin: 0px 0px 8px 0px;
  	padding: 0px;
}
#PageContentRightCorner .RightColumnBox {
	padding: 0px 0px 11px 0px;
	margin: 0px;
	width: 300px;
	border-top: 1px solid #000000;
	z-index: 1;
}
#PageContentRightCorner .RightColumnBox .Item {
	height: 22px;
	line-height: 22px;
	color: #A32A2A;
	font-weight: normal;
	font-size:11px;
	text-decoration:underline;
	padding-left: 7px;
                     cursor: pointer;
                     background-color: #E5E4D5;
                     	width:152px;
}

#PageContentRightCorner .RightColumnBox .Active {
	height: 22px;
	line-height: 22px;
	color: #60639A;
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
                     cursor: pointer;
	background-color: #E5E4D5;
        	width:147px;
}
#PageContentRightCorner .RightColumnBox p {
	background-color: #E5E4D5;
	height: 22px;
	line-height:22px;
	color: #60639A;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding-left: 6px;
}
#PageContentRightCorner .RightColumnBox A {
                     font-size: 12px;
                     text-decoration: underline;
}

#PageContentRightCorner .border {
                    border-right: 1px solid #4A4C75;
}

#PageContentRightCorner ul {
    margin: 4px 0px 0px 0px; 
    padding: 0px;
    list-style-type:none;
    font-size:12px;
}
#PageContentRightCorner ul li {
    margin:0px  0px  2px 10px; 
    padding-left:10px;
    list-style-type:none;	
    background:url('/upload/images/list-bullet.gif')  no-repeat left ;
    background-position:0 6px;
    font-size:12px;
}

#Articles_List {
  	width: 290px;
  	margin: 0px;
  	padding: 0px;
  	text-decoration: underline;
}
/********** This slass is created to show the right effect of li bullet in IE **********/

#related_links{
  width: 295px;
  margin: 0px;
  padding: 0px;

}

#related_links ul {
    margin: 4px 0px 0px 0px; 
    padding: 0px;
    list-style-type:none;
    font-size:12px;
}

#related_links ul li {
    margin:0px  0px  2px 10px; 
    padding-left:10px;
    list-style-type:none;
    background:url('/upload/images/list-bullet.gif')  no-repeat left ;
   background-position:0 6px;
     font-size:12px;
}

/********** End of the class**********/
/********** END: Page column center block **********/
/********** START: Page column right block **********/
#PageColumnRight {
 	width: 160px;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
  	background-color: #FFFFFF;   /* Right Column backgound color */
  	vertical-align: top;         /* Right Column content vertical align */
  	text-align: center;          /* Right Column content horizontal align */
}
/********** END: Page column right block **********/

/********** START: Footer block **********/
#Footer {
  	border-top: solid #54545C 1px;
  	border-bottom: solid #54545C 1px;
  	color: #FFFFFF;
  	background: #54545C;
}
#FooterMenu { 
  	text-align: left;   /* this makes the block aligned with left in IE */
  	margin-left: 22px;    /* this makes the block aligned with center in FF, Safari, etc */
}
#FooterMenu .Item {
  	padding: 5px 5px 5px 5px;
  	margin:  0px 12px 0px 2px;
  	color: #FFFFFF;
}
#FooterMenu .Item a:link,
#FooterMenu .Item a:hover,
#FooterMenu .Item a:active,
#FooterMenu .Item a:visited {
  	text-decoration: none;   /* Footer Menu Item link text decoration */
  	font-size: 12px;           /* Footer Menu Item link text font size */
  	margin:  0px 12px 0px 2px;
  	color: #FFFFFF;
}

#SiteLinks {
	font-size:11px;
	font-weight:normal;
  	color: #FFFFFF;
  	text-align: center;
  	padding: 0px 5px 6px 5px;
  	margin: 0px;
  	background:#4A4C75;
	line-height:15px;
}
#SiteLinks img{		/*    Site-links image style */
	padding: 1px 0px 7px 0px; 
}
#SiteLinks a:link,
#SiteLinks a:hover,
#SiteLinks a:active,
#SiteLinks a:visited {
  	text-decoration: underline;   /*   Site-links text decoration */
  	font-size: 11px;           /*    Site-links text font size */
  	color: #FFFFFF;
}
.learn{
	margin:0px;
	padding:9px 0px 6px 0px;
	_padding:9px 0px 6px 10px;
}
.learn1{
	padding:0px 10px 0px 0px;
	_padding:0px 0px 0px 10px;
}
.seperator1{                        /* separator style in Site Links block*/
                    padding: 0px 3px 0px 3px;
	font-size:11px;
	font-weight:normal;
  	color: #FFFFFF;
}
#Copyright {
  	padding: 5px 0px 2px 30px;
  	text-align: center;   /* Copyright text align */
	font-size:11px;   /* Copyright text font size */
  	color: #FFFFFF;
}

#Copyright a:link,
#Copyright a:hover,
#Copyright a:active,
#Copyright a:visited {
	font-size:11px;
	font-weight:normal;
  	text-decoration: underline;   /* Copyright link text decoration */
}
/********** END: Footer block **********/

/********** START: Global elements block **********/
.Advertisement {
  	margin: 0px;
  	padding: 0px;
  	text-align: center;
}
.Advertisement .Item {
  	margin: 0px 0px 8px 0px;
	_margin: 0px 0px 6px 0px;
  	padding: 0px;
}
/*
.Advertisement .Item .ItemBackground{ /* For providing background color to the Page-Right Column box advertisement*/
  	width:300px;
  	height:250px;
  	background-color:#e0e0e0;
}
*/
.PaginationBar
{
  	padding: 0px;
  	margin: 0px;
  	font-size: inherit;
}

.PaginationBar a:link, 
.PaginationBar a:hover,
.PaginationBar a:active, 
.PaginationBar a:visited {
  	font-size:12px;
  	text-decoration: underline;
  	color:#A32A2A;
  	font-weight:normal;
  	padding:0px 0px 0px 3px;
}

.DashLine {
  	height: 1px;
  	width: 271px;
  	margin: 0px 0px 5px 0px;
  	padding: 0px 0px 0px 0px;
  	border-bottom: dashed 1px #C6C6C6;   /* style, width, and color of the Dashed Line */
  	z-index: 0;
}
.SolidLine {
  	height: 1px;
  	width: 297px;
  	margin: 5px 0px 5px 0px;
  	padding: 0px 0px 0px 0px;
  	border-bottom: solid 1px #8A8A8A;   /* style, width, and color of the Solid Line */
  	z-index: 0;
}
.clear {
  	margin: 0px;
  	padding: 0px;
  	clear: both;
}
.button {
  	background-color: #DEDEDE;
  	border: 1px #CCCCCC solid;
  	color: #878787;
  	width: 100px;
  	font-size: 100%;
 	font-weight: normal;
  	cursor: hand;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	margin: 15px 0px 15px 0px;
 	padding: 2px 5px 2px 5px;
}
.h1 {
  	font-size: 14px;
  	font-weight: bold;
  	color:#000000;
  	margin: 0px 0px 10px 0px;
}
.h2 {
  	font-size: 12px;
  	font-weight: bold;
	text-decoration:underline;
}
.text {
  	padding: 5px 0px 5px 0px;
  	margin: 5px 0px 0px 0px;
}
/********** END: Global elements block **********/

/********** START: Category page block **********/
#artmCategory {
  	text-align: left;
  	min-width: 468px;
  	height: auto;
}
#artmCategory a.readmoreoncategorylink:link, 
#artmCategory a.readmoreoncategorylink:visited, 
#artmCategory a.readmoreoncategorylink:hover, 
#artmCategory a.readmoreoncategorylink:active {
  	text-align: left;
  	margin: 0px 0px 15px 0px;
  	_margin: 0px 0px 1px 0px;
  	padding: 0px 0px 0px 1px;   
  	float: left;
  	z-index: 1;
                     font-size: 11px;
}

.readmorelinkcateraquo
{
color:#A32A2A;
font-size: 11px;
font-family:verdana;
margin-left:-8px;


}

#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:link, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:visited, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:hover, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:active { 
  	float: right;
  	text-align: right;
  	margin: 1px 0px 4px 0px;
  	padding: 0px 0px 0px 0px;
  	z-index: 1;
                     font-size: 11px;
}

#artmCategory .artmCategoryArticleList {
  	padding: 9px 0px 2px 0px;
  	margin: 0px 0px 5px 0px;
  	border-top: 1px #4A4C75 solid;
  	border-bottom: 1px #4A4C75 solid;
}
#artmCategory .artmCategoryArticleList .artmCategoryArticleItem { 
 	padding: 4px 0px 12px 1px;
  	margin: 0px;
}
#artmCategory .artmCategoryArticleItem .text {
	font-size:12px;
	font-weight:normal;
                     padding: 0px;
  	margin: 3px 0px 0px 0px;
                     line-height: 16px;
}
#artmCategory .artmCategoryArticleItem a.readmorelink:link, 
#artmCategory .artmCategoryArticleItem a.readmorelink:hover, 
#artmCategory .artmCategoryArticleItem a.readmorelink:active, 
#artmCategory .artmCategoryArticleItem a.readmorelink:visited { 
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px 10px 0px 0px;
	z-index: 1;
                     line-height:16px;
	text-decoration: underline;
}

#artmCategory .DashLine {
  	z-index: 0;
  	/* width: 353px;   Dash line width on Article Category page */
}

#artmCategory .SolidLine {
  	width: 480px;
  	z-index: 0;
}
#artmCategory .Advertisement {
  	margin: 15px 0px 15px 0px;
}
.artmCategoryRightCorner .artmCategoryVE {
  	width: 270px; 
  	padding: 15px;
  	margin: 0px 0px 10px 5px;  
  	background-color: #F0F0F0;
}
.artmCategoryRightCorner .artmCategoryArticleSearch {
  	width: 295px;
  	background-color: #F0F0F0;
  	padding: 10px 0px 10px 5px;
  	margin: 0px 0px 10px 5px;  
  	font-weight: bold;
  	font-family: Arial;
  	font-size: 115%;
  	position: relative;
  	z-index: 1;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .button {
  	background-color: #CECECE;
  	border: 1px #CECECE solid;
  	color: #878787;
  	font-size: 80%;
  	font-weight: bold;
  	margin: 0px 0px 1px 0px;
  	padding: 0px;
  	cursor: hand;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .text {
  	clear: both;
  	width: 120px;  
  	height: 15px;
  	text-align: left;
  	margin: 0px 5px 0px 0px;
  	padding: 1px 5px 0px 5px;  
  	border: 1px #9C9B9C solid;
  	font-size: 85%;
  	font-weight: normal;
  	color: #878787;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	z-index: 1;
}
.artmCategoryPageTitle {
  	width: 500px;
  	padding: 0px;
  	margin: 0px;
  	text-align: left;
}
a:link.rss, a:active.rss, a:visited.rss{ 
  	width: 200px; 
  	font-size: 10px;
  	font-weight: normal;
	color: #000000;
  	margin: 10px 0px 10px 8px;
  	padding: 10px 3px 10px 24px;
  	background-image: url('/upload/images/skin/images/rss.gif');
  	background-repeat: no-repeat;
  	background-position:  5px;
  	text-decoration: none;
}
a:hover.rss{
  	width: 200px; 
  	font-size: 10px;
  	font-weight: normal;
	color: #000000;
  	margin: 10px 0px 10px 8px;
  	padding: 10px 3px 10px 24px;
  	background-image: url('/upload/images/skin/images/rss.gif');
  	background-repeat: no-repeat;
  	background-position:  5px;
  	text-decoration: none;
}
/********** END: Category page block **********/

/********** START: Article page block **********/
#artmArticle {        /* Article page main block style */
  	text-align: left;
	width: 468px;
	_width: 468px;
	padding: 0px;
}
#artmArticle .Images {   /* Article page Images block style */
  	max-width: 450px; 
  	text-align: center;
	margin-bottom:-8px;
	_margin-bottom:-15px;	
}
#artmArticle .Images .Item .caption{   /* Article page Featured Image Item Caption block style */
	 text-align:center;
 	font-size:11px;
	 padding:3px 0px 12px 0px;
 	_padding:1px 0px 19px 0px;
}
#artmArticle .inscription {   /* style of the block on Article page that contains Author name and Publish date */
  	margin: 0px;
  	padding: 0px 0px 15px 0px;
}
#artmArticle #artmArticleSummaryHeader {
	font-size: 13px;
	font-weight: bold;
  	color: #000000;
  	margin: 0px;
  	padding-left: 1px;
}
#artmArticle #artmArticleSummary {   /* Article page Summary block style */
  	border-top: solid 1px #4A4C75;
  	border-bottom: solid 1px #4A4C75;
  	color: #000000;
	padding:2px 0px 1px 2px;
  	margin:4px 0px 10px;
                     min-width:468px;
}
#artmArticle #artmArticleSummary ul {   /* Article page Summary list block style */
                     margin: 3px 0px 4px 0px;
                     padding: 0px;
	font-size: 12px;
	font-weight: normal;
	list-style-type:none;
}
#artmArticle #artmArticleSummary ul li {   /* Article page Summary list item style */
    	margin:0px 0px 0px 1px; 
   	padding-left:11px;
    	list-style-type:none;
    	background: url('/upload/images/list-bullet-article-page.gif') no-repeat left ;
	background-position:0 6px;
    	font-size:12px;
	line-height:16px;
}

#artmArticle #artmArticleContent {   /* Article page Article content block style */
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height:16px;
}
#artmArticle #artmArticleContent P{   /* Article page Article content block paragraph style */
	padding-left: 0px;
}
#artmArticle #artmArticleContent img {   /* Article page Article content block image style */
	margin:5px;
}
.artmArticleRightCorner .Images {   /* Article page Right Corner Images block style */
  	padding: 0px;
  	margin: 0px;
}
.artmArticleRightCorner .Images .Item {   /* Article page Right Corner Images Item block style */
  	padding: 0px;
  	margin: 0px 0px 12px 0px;
}
.artmArticleRightCorner .Images .Item .caption {   /* Article page Right Corner Images Item Caption block style */
  	text-align: center;
  	color: #000000;
	font-size:11px;
}
/********** END: Article page block **********/
/********** START: Article search page block **********/
#artmSearch {         /* Article Search main block style */
  	text-align: left; 
  	padding: 0px;
  	margin: 0px;
  	min-width: 468px;
}
#artmArticleSearchForm {   /* Article Search form style */
  	width: 490px;
  	height: 30px;
  	background-color: #EBEBEB;
  	font-weight: bold;
  	font-family: Arial;
  	font-size: 120%;
  	padding: 10px 0px 0px 10px;
  	margin: 0px;
  	/* May need to add position: static; */
}
#artmArticleSearchForm .button {   /* Article Search form button style */
  	background-color: #CECECE;
  	border: 1px #CECECE solid;
  	color: #878787;
  	font-size: 70%;
  	font-weight: bold;
  	margin: 0px 0px 1px 0px;
  	padding: 0px;
  	cursor: hand;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#artmArticleSearchForm .text {   /* Article Search form text field style */
  	width: 252px;  
  	height: 15px;
  	text-align: left;
  	margin: 0px 5px 0px 0px;
  	padding: 1px 5px 0px 5px;  
  	border: 1px #9C9B9C solid;
  	font-size: 100%;
  	font-size: 85%;
  	color: #878787;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#artmSearchOrder {   /* Article Search "Order the result by field" block style */
  	width: 470px;
  	padding: 7px 0px 10px 7px;
  	margin: 0px 0px 4px 0px;
  	text-align: left;
	font-size: 11px;
}
#artmSearch .artmSearchArticle {   /* Article Search Article item block style */
  	padding: 5px 0px 6px 0px;
  	margin: 0px 0px 2px 0px;
  	text-align: left;
}
#artmSearchArticleList{ 
	border-bottom:1px solid #4A4C75; 	/* Article search bottom-border*/
	border-top:1px solid #4A4C75;	 /* Article search top-border*/
	padding:4px 0px 9px 1px;
	margin:0px 0px 5px 5px;
}
#artmSearch .artmSearchArticle a:link, 
#artmSearch .artmSearchArticle a:hover, 
#artmSearch .artmSearchArticle a:active, 
#artmSearch .artmSearchArticle a:visited { }
#artmSearch .artmSearchArticle .text {
  	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	line-height:16px;

}
#artmSearch .artmSearchArticle .date {   /* Article Search date block style */
  	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height:16px;

}
#artmSearch .artmSearchArticle .categoies {   /* Article Search Categories List block style */
  	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height:16px;

}
#artmSearch .artmSearchArticle .views {
  	text-align: right;
  	color: #999999;
  	width: 100%;
}
.artmSearchRightCorner {
}
.artmSearchRightCorner .AdItem {
}
/********** END: Article search page block **********/

/********** START: Section Page Block **********/
#SectionPageContent { /* Style of Section Page Content */
	width: 484px;
	font-size: 12px;
	text-decoration:none;
	line-height:16px;
	vertical-align:top;
    padding-left:5px; 
}
#SectionPageContent P{
	margin-top:0px;
	_margin-bottom:12px;
	padding:0px 0px 4px 0px;
}
#SectionPageContent A{ /* Style of link within Section Page Content */
	font-size: 12px;
	text-decoration:underline;
	color:#A32A2A;
	cursor:pointer;
}
/********** END: Section Page Block **********/
/********** START: Email to a friend page block **********/
.EmailForm {
  	padding: 0px;
  	margin: 5px 0px 15px 0px;
}
.EmailForm .text {
  	padding: 5px 0px 0px 0px;
  	margin: 0px;
  	display: block;
}
.EmailForm .field {
  	padding: 5px 0px 0px 0px;
  	margin: 0px 0px 0px 0px;
  	width: 50%;
}
.EmailForm .field input {
  	width: 50%;
}
.EmailForm .field textarea {
  	width: 50%;
}
/********** END: Email to a friend page block **********/
/********** START: Google-Search Page block **********/
#GoogleSearch { 
  	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-color:#000000;
  	text-align: left;
	padding:0px 0px 0px 0px;
}
/********** END: Google-Search Page block **********/
/********** Home page styles **************************/
.box1 {
	width:300px; 
	height:250px;
                     margin:1px 0px 4px 4px;
	_margin:1px 0px 2px 4px;
}
.box2 {
	width:305px; 
	height:250px;
	background-color:#fff;
                     margin:0px;
}
.box2 img{
	float:left;
                     padding:0px 5px 0px 0px;                 
}
.box3 {
	width:494px; 
	height:248px;
	background-color:#FFF;
	margin:1px 0px 4px 0px;
	_margin:0px 0px 3px 0px;
	border-top: solid 1px #D8D7C4;
	border-right: solid 1px #D8D7C4;
	border-bottom: solid 1px #D8D7C4;
}
.H2a {
	float:left;
	width:250px; 
	min-height:125px;
	background-color:#FFF;   
                     margin:0px;
}
.H2a  img{
	float:right;
}
.H2b {
                     float:right;
	width:245px;  
	min-height:125px;
	background-color:#FFF;
                     margin:0px;
}
.H2c {
	float:left;
	width:250px; 
	min-height:125px;
	background-color:#FFF;
                     margin:0px;
}
.H2d {
	float:right;
	width:245px; 
	min-height:125px;
	background-color:#FFF; 
                     margin:0px;
}
.box5 {
	position:relative; 
	float:right;
	width: 125px; 
	height:125px;
	margin: 3px 20px 0px 0px;
}
.H3a {
	float:left;
	width:250px; 
	min-height:245px;
	background-color:#fff;
                     margin:0px;
}
.H3a img{
	float:left;
	padding-right:5px;                 
}
.H3b {
	float:right;
	width:245px; 
	min-height:245px;
	background-color:#fff;
                     margin:0px;
}
.H3c {
	width:300px; 
	height:250px;
	float:right;
                     padding:0px;
                     margin:0px;
}
.box7 {
	width:728px; 
	height:90px;
	margin:12px 0px 12px 37px;
	_margin:12px 0px 12px -1px;
                     clear:both;
}


.sponsors {
	padding: 0px 33px 10px 0px;
    margin: 0px;
	text-align: center;
}
*HTML .sponsors {
	padding: 0px 12px 10px 0px;
}
/******************************************************/
.NewsLetter {
	width: 160px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.NewsLetter p {
	color:#6A649C;
 	font-size:12px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:2px 0px 1px 0px;
	_padding:4px 0px 1px 0px;
	margin:0px 0px 0px -1px;
}
.NewsLetter td {
	padding:3px 4px 0px 7px;
	_padding:1px 3px 0px 7px;
}
.NewsLetter .input {
 	float:left;
	margin:0px 0px 0px -2px;
	_margin:0px 0px 0px -2px;
	padding:1px 1px 2px 5px;
	width:115px; 
	border:1px solid #D1D1D1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	vertical-align: middle;
	background-color:#fff;
}
.NewsLetter .button {
	background-image: url('/upload/images/go-button.gif');
	background-repeat:no-repeat;
	background-position:center center;
	position:relative; 
	top:1px; 
	left:2px;
	float:left;
	margin:0px;
	padding:0px 2px 2px;
	_padding:1px 2px 1px 3px;
	border:none;
	width:26px; 
	height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
}
.NewsletterForm {
	width:600px;
}
.NewsletterForm td {
	padding:5px 0;
	width:auto;
}
.NewsletterForm .input {
	width:118px; 
	height:17px;
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#999999;
} 

.subTopMenu {
    height:20px;
    margin:-22px 13px 0px;
    padding:0px;
    position:absolute;
    text-decoration:none;
    z-index:50;
}

.moduleheader {
    font-size: 13px;
    font-weight: bold;
    color:#60639A;
    padding: 0px 0px 0px 5px;	
    background-color:#E5E4D5;
    border-top:1px solid #4A4C75;
    border-right:1px solid #4A4C75;
    height:22px;
    line-height:22px;
}
.moduleheader1 {
    font-size: 13px;
    font-weight: bold;
    color:#60639A;
    background-color:#E5E4D5;
    border-top:1px solid #4A4C75;
    height:22px;
    line-height:22px;
    padding: 0px 0px 0px 5px;
}
.modulebody {
    padding: 5px 5px 5px 5px;
    font-size: 12px;
}

.modulebody A {
    font-weight: normal;
}
.modulebody1 {
    padding: 5px 5px 5px 5px;
    font-size: 12px;
}
.modulebody1 div{
    padding: 5px 0px 5px 0px;
    font-size: 12px;
}

.modulebody1 A {
    font-weight: bold;
}
.Error404
{
  	width: 400px;
  	height: 300px;
}
.featured_image img{	/* Featured Tab Image */
	padding:0px 5px 5px 3px;
}
.featured_article{    /* Featured Tab Article Title */
	padding-top:6px;
}
.featured_article A{
	font-size:12px;
	font-weight:bold;
	color: #A30F25;
	text-decoration: underline;
}
.artical_author{	/* Featured Tab Article Author*/
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

.featured_blurb{	/* Featured Article content */
	font-size:12px;
	font-weight:normal;
}
.readmore{                 /* Featured Article Read More Link   */
	font-size:12px;
	font-weight:normal;
}





