@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #a11413 url(images/red_bg.jpg) repeat-x;	
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
    width: 780px;
    background: #FFFFFF;
    text-align: left;
    margin: 0 auto;
}
#header {
	background-image:url(images/headersmall.jpg);
	height: 94px;
}
#container #header p {
	color: #FFF;
	text-align: right;
	padding-top: 45px;
	padding-right: 3px;
	font-size: 60%;
	font-weight: bold;
}

#sidebar1 {
    width: 140px;
    float: left;
    padding: 15px 10px;
}
#mainContent {
	margin: 0 165px 0 165px;
	padding: 15px;
	background-image: url(images/egb_bg.jpg);
}
.clearfloat { 
   clear:both; 
   height:0; 
   font-size: 1px;
   line-height: 0px;
}
#footer {
	background-image:url(images/footer780.jpg);
	height: 66px;
}
h1 {
	font: bold 130% Tahoma, Geneva, sans-serif;
	color: #0e1b49;
	margin: 0;
	padding-top:inherit;
}
h2 {
	font: bold 120% Tahoma, Geneva, sans-serif;
	color: #0e1b49;
	margin: 0;
}
	
h3 {
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #0e1b49;
	margin: 0;
}
	
p {
    font-size: 80%;
}

#sidebar1 ul {     
   margin: 0;    
   padding: 15px 0 0 0;    
   list-style: none;    
   font-size: 80%;    
   line-height: 150%; 
}
#sidebar2 {
	float: right;
	width: 144px;
}
#sidebar3 {
	float: right;
	width: 300px;
}
#red {
	border-bottom: solid #a11413 8px;
	padding-top: 3px;
}

#sidebar1 a:link {
	color: #0e1b49;
	text-decoration: none;
	font-weight: bold;
}  
#footer p {
	color: #fff;
	padding-left: 10px;
	font-size: 60%;
}
#mainContent p {
	line-height: 130%;
	color: #0e1b49;
}

#sidebar1 a:visited {
	color: #2f4385;
}  
#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #fff;
	background-color: #a11413;
}
#womenLife {
	float: right;
	width: 300px;
	padding-left: 20px;
}
.fltrt { /* this class can be used whenever you wish to float an element to the right side of the page. The floated element must be placed above the element that will display next to it in the source code. */
float: right;
margin-left: 8px;
}

.fltlft { /* this class can be used whenever you wish to float an element left on the page */
float: left;
margin-right: 8px;
}
#execMainContent {
	margin: 0 0 0 165px;
	padding: 15px;
	background-image: url(images/egb_bg.jpg);
}

#execMainContent p {
	color: #0e1b49;
}
.red {
	color: #a11413;
}
#navbar2 {
}
