.container {
	position: relative;
	width: 930px;
	margin: 0 auto;
	border: 1px solid #111174;
	background-color: #FFFFFF;
} 


.Header {
	height: 90px;
	background-color: #316AC5;
	/*padding: 0 0 0 20px;*/
	border-bottom: 1px solid #111174;
} 


h1, h2, h3 {
	margin: 0; 
	padding: 10px 0;
	color: #111174;
	font-family: Arial;
}



.LeftMenu {
	position: absolute;
	top: 96px;
	left: 0;
	width: 150px;
	margin-left: 5px;
	padding: 15px 5px 15px 5px;
}
.LeftMenuElement {
	padding: 4px 10px;
	background-color: #316AC5;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #729adc;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #729ADC;
	font-family: Arial;
	text-align: center;
        color:#FFFFFF;
}
.LeftMenuElement a{
	color: #FFFFFF;
	text-decoration: none;
}
.LeftMenuElement a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.LeftMenuElement:hover {
	background-color: #000099;
	color: #FFFFFF;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}



.RightMenu {
	position: absolute;
	top: 90px;
	right: 0;
	width: 160px; 
	background: #EBEBEB; 
	padding: 15px 10px 15px 20px;
}



.Content {
	margin: 5px 170px;
	margin-right: 60px; 
	padding: 0 30px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #111174;
}



.Status {
    	border-top: 1px solid #111174;
	/*padding: 0 10px 0 20px;*/
	background-color: #316AC5;
        color: #FFFFFF;
} 
.Status p {
	margin: 0; 
	padding: 0px 10px; 
}



/*                  *** BreadCrumbs data ****                        */

.BreadCrumbs {
        background-color:  #EFF5FB;
        font-family:       Arial;
        border-top:        dotted thin #316AC5; 
        border-bottom:     dotted thin #316AC5; 
}
.BreadCrumbs a{
        color:             #111174;
	text-decoration:   none;
}
.BreadCrumbs a:visited{
        color:             #111174;
	text-decoration:   none;
}
