﻿body
{
    /*background-image:url('images/bg.jpg');
    background-repeat:repeat-x;
*/
    margin:0px;
    padding:0px;    
}
TD
{
    color: #555555;
    font-size: 12px;
    font-family: Arial;
}

a	{font-family: arial;font-size: 12px;color: #2547A8;}
a:hover	{font-family: arial;font-size: 12px;color: #2184C7;}

.Bar
{
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight:bold ;
}
.Bar:hover
{
    font-size: 13px;
    color: #2184C7;
    text-decoration: none;
    font-weight:bold ;
    
}

.InfoPagesTitle
{
    font-size: 20px;
    color: #2547A8;
    font-weight:bold ;  
}
.footer
{
    font-size: 12px;
    color: #555555;
    text-decoration: underline;
}
.footer:hover
{
    font-size: 12px;
    color: #FF8F0D;
    text-decoration: underline;
}

input , textarea
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    color: #555555;
    border-bottom: #cccccc 1px solid;
    font-family: arial;
    background-color: #f5f5f5;
}
.formbutton
{
    border: 1px solid #ffffff;   
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    width:auto;
    height:20px;
    text-align: center;
    background-image: url(images/TopBarBg.jpg);
    font-weight: bold;
}
.formbutton:hover
{
    border: 1px solid #ffffff;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    width:auto;
    height: 20px;
    text-align: center;
    background-image: url(images/TopBarBgHover.jpg);
    font-weight: bold;
}
.SelectedcatName
{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;           
}
.SelectedcatName:hover
{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;           
}
.catName
{
    color: #0057B1;
    font-size: 12px;
    text-decoration: none;
}
.AdminMenu
{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;           
}
.AdminMenu:hover
{
    color: #cc0000;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;               
}
.Error
{
    color: #CC0000;
    font-size: 12px;
    text-decoration: none;   
    font-family: Arial;             
}
.FormsTitle
{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;   
    font-weight: bold;                              
}

div.menuItemFrame
{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.rightCats
{
    font-weight: bold;   
    font-size: 18px;
    color: #2547A8;
    
}

.RightLinks
{
    font-size: 12px;
    color: #555555;
    text-decoration: none;
    font-weight:normal;
}
.RightLinks:hover
{
    font-size: 12px;
    color: #FF8F0D;
    text-decoration: none;
    font-weight:normal ;
    
}
.TopPages
{
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}
.TopPages:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #2184C7;
    font-family: Arial;
    text-decoration: none;   
}
.FooterPages
{
    font-size: 12px;
    color: #555555;
    text-decoration: none;
    font-weight:normal;
}
.FooterPages:hover
{
    font-size: 12px;
    color: #FF8F0D ;
    text-decoration: none;
    font-weight:normal ;
    
}

.FrontBarHome
{
    width: 100px;
    height: 64px;
    display: block;
    font-size: 13px;
    color: #0363BA;
    text-decoration: none;
    font-weight: bold;
    background-position: right top;
    background-image: url(images/iconHome.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: left;
    line-height: 64px;
}
.FrontBarHome:hover
{
    width: 100px;
    height: 64px;
    display: block;
    font-size: 13px;
    color: #E50000;
    text-decoration: none;
    font-weight: bold;
    background-position: right top;
    background-image: url(images/iconHomeHover.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: left;
    line-height:64px;    
}

.FrontBarContact
{
    width: 100px;
    height: 64px;
    display: block;
    font-size: 13px;
    color: #0363BA;
    text-decoration: none;
    font-weight: bold;
    background-position: right center;
    background-image: url(images/iconContact.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: left;
    line-height:64px;
    vertical-align:middle;
}
.FrontBarContact:hover
{
    width: 100px;
    height: 64px;
    display: block;
    font-size: 13px;
    color: #E50000;
    text-decoration: none;
    font-weight: bold;
    background-position: right center;
    background-image: url(images/iconContactHover.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: left;
    line-height:64px;
    vertical-align:middle;
}

.FrontBarLinks
{
    width: 130px;
    height: 64px;
    display: block;
    font-size: 13px;
    color: #0363BA;
    text-decoration: none;
    font-weight: bold;
    background-position: right center;
    background-image: url(images/iconLinks.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: left;
    line-height:64px;
    vertical-align:middle;
}
.FrontBarLinks:hover
{
    width: 130px;
    height: 64px;
    display: block;
    font-size: 13px;
    color: #E50000;
    text-decoration: none;
    font-weight: bold;
    background-position: right center;
    background-image: url(images/iconLinksHover.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: left;
    line-height:64px;
    vertical-align:middle;
}


.SitePath
{
    font-size: 12px;
    color: #555555;
    font-family: Arial;
    text-decoration: underline;
}
.SitePath:hover
{
    font-size: 12px;
    color: #FF8F0D;
    font-family: Arial;
    text-decoration: underline;
}
.topbar
{
height: 28px;
width: 150px;
background: url(images/TopBarBg.jpg) #2C93D5 repeat-x;    
}
.ArticleItemTitle
{
    color:#000000; font-size: 14px; font-weight:bold; text-decoration:none; 
}
.ArticleItemTitle:hover
{
    color:#cc0000; font-size: 14px; font-weight:bold; text-decoration:none;
}
.ArticleItemShortDesc
{
    color:#000000; font-size: 12px;  text-decoration:none;
}
.ArticleItemShortDesc:hover
{
    color:#555555; font-size: 12px;  text-decoration:none;
}
.ArticlePageShortDesc
{
 color:#000000; font-size: 12px; font-weight:bold;   
}
.sideNews
{
    color:#000000; text-decoration:none;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

	div.footer {
		background:url(images/footer.jpg) no-repeat bottom;
		height:45px; 
		width:100%;
		line-height:45px;
	}

