@import url("css/menu.css");

/* CSS Document */
body {height: 100%;background:#FFF;margin:0px; padding:0px; }

/*-------- Default Style --------*/
th,td,div{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a,a:link,a:visited,a:active{color:black; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a:hover{text-decoration:none;font-weight:bold;}

.container
{

    width: 100%;
    height: 100%;
    background: lightGray url('images/menu_hover.png') repeat-x top left;

}
.websiteContent
{
    border-left: gray 1px solid;
	border-right: gray 1px solid;
    height: 100%;
    background: white;
    margin : 0px auto 0px auto;
    width:1024px;
    
}
/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:10em; margin:0px;border-right: 1px solid silver; }
.RightPane{ padding:0px 0px 0px 10px; width:10em; margin:0px;border-left: 1px solid silver; }

.h_Image
{
border-top: 1px dotted silver;
}

.h_Banner
{

}
.navigation
{
    height:40px;
    
    background:#000062 url('images/menu_hover.png') repeat-x top left;
	border-bottom: 1px dotted silver;
}
.footer
{
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px dotted silver;
    text-align:center;
}
.footerLinks
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
 background: white;
 font-size: 10pt;
}
.websiteLinks
{
    padding: 8px;
}
.normalText
{
	padding-top: 5px;
	padding-bottom: 5px;
    font-size :10pt;
	color: black;
}
.normalHeader
{
	color: #125c96;
    font-size :14pt;
	padding: 2px;
}
.blueHeader
{
    font-size: 14pt;
    color: Blue;
}
/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#4F839F; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#C00;}

.Breadcrumb
{
	font-size: 10pt;
	padding: 5px;
	padding-bottom: 10px;
	color: white;
}
.Breadcrumb
{
	font-size: 10pt;
	padding: 5px;
	color: white;
	
}
.breadcrumb_text
{
	font-size: 10pt;
}
.breadcrumbcontainer
{
	padding: 2px 0px 6px 15px;
	border-bottom: #c7c7ff 1px dashes;
background-color: #6f0000;
color: white;
}






