﻿html, body, form, fieldset
{
    margin: 0px;
    padding: 0px;
    font: 12px arial;
    text-align: center;
    font-family: tahoma;
}
a
{
    color: Black;
}
#OuterLogoPanel
{
    margin-right: auto; 
    margin-left: auto; 
    width: 915px;
    padding-top: 10px;
}
#Flags
{
    float: right;
    margin-top: 12px;
  
}
#LogoPanel
{
    width: 915px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../gfx/LogoPanel.png');
}
#OuterMenuPanel
{
    height: 66px;
    
}

#MenuLogoPanel
{
    width: 640px;
    height: 216px;
    margin-left:auto;
    margin-right: auto; 
    float:left;
    
    
}
#MenuSlideshowPanel
{
    width: 235px;
    height: 216px;
    margin-left: auto;
    margin-right: auto; 
    background-image:url('../gfx/SlideShowPanel.png');
    
    float:left;
    
}



#MenuFlagPanel
{
    width: 40px;
    height: 216px;
    margin-left: auto;
    margin-right: auto; 
    background-image:url('../gfx/RightMenuBar.png'); 
    float:left;
    
}

#PanelWithLogo
{
    width:auto;
    height:150px;
    background-image:url('../gfx/LogoPanel.png');   
}
#PanelWithMenu
{
    width:auto;
    height:66px;
    background-image:url('../gfx/LeftMenuBar.png');
}

.MenuWithPanels
{
    width:auto;
    height:66px;
    float:left;
    margin-left:10px; 
    margin-right:7px;
    padding-top:10px; 
}


#MenuPanelLeft
{
    /*background-image: url('../gfx/MenuBarLeft.png'); 	height: 66px; 	float: left; 	width:100%; 	background-repeat: repeat-x;*/
}
#MenuPanelRight
{
    /*background-color:Aqua; 	 float: left;*/
}

#MenuPanel
{
    width: 915px;
    height: 66px; /*padding-top: -1px;*/
    margin-left: auto;
    margin-right: auto;
    float: none;
    background-image: url('../gfx/MenuBar.png');
}
#OuterPanel
{
    float: none;
}


#TopInfoPanel
{
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 915px;
    height: 20px;
}

#NavigationPanel
{
   /*
 float: left;
    width: 680px;
    text-align: left;
    padding-left: 10px;
    height: 20px;
    padding-bottom: 3px;
    
    background-repeat: repeat-x;
    color: #FF0000;
    text-transform: uppercase;
    font-weight: bold;
*/
}
#ArticleTitlePanel
{
    float: left;
    width: 220px;
    text-align: left;
    height: 22px;
    padding-bottom: 3px;
    padding-top: 3px;
  
    background-image: url('../gfx/NavigataionPanelLine.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}
#OuterArticleSection
{
    margin-left: auto;
    margin-right: auto;
    width: 915px;
    float: none;
}
#ArticleSection
{
    float: left;
    width: 680px;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 3px;
}
#SubMenuSection
{
    float: left;
    width: 220px;
    height: auto;
    background-image: url('../gfx/SubMenuBackGround.png');
    background-repeat: repeat-y;
}
#Content
{
    height: auto;
}
#ArticleBottomLine
{
    background-image: url('../gfx/ArticleBottom.png');
    background-repeat: repeat-y;
    height: 25px;
}
#PageBottomLine
{
    float: left;
    width: 915px;
    height: 3px;
    background-repeat: no-repeat;
    background-image: url('../gfx/PageBottomLine.png');
}
#PageFooter
{
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 915px;
}
#FooterMenu
{
    float: left;
}
#FooterWebPage
{
    margin-top: 3px;
    float: right;
}
#ArticleHtmlEditor
{
    width: 680px;
    height: auto;
}
.navibar
{
    color: Red;
    text-decoration: none;
}
#contactform
{
    width:350px;
    }
#contactform-subjectlabel
{
    width: 100px;
    float: left;
}
#contactform-subjecttextbox
{
    width: 200px;
    float: left;
}
#contactform-questionlabel
{
    width: 100px;
    float: left;
}
#contactform-questiontextbox
{
    width: 200px;
    float: left;
}

#contactform-emailsection
{
    display:block;
    }
#contactform-emaillabel
{
   
    width: 100px;
    float: left;
}
#contactform-emailtextbox
{
    width: 200px;
    float: left;
}

#contactform-sendbutton
{
    float: left;
}
.HomeBarLabel
{
    padding-left: 14px;
    }
    
    #MainMenu-menuitem
{
	padding-top: auto;
	padding-bottom: auto;
	padding: 5px;
	color: #666666;
	font-size: large;
	top: auto;
	bottom: auto;
	vertical-align: middle;

}

/* Calendar control */ 

.CallendarOuter
{
    float:left;
    }
