@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* DIVs */

#header {
	width: 980px;
	height: 62px;
	margin: 0 auto;
	background-image:url(images/esprit_logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#leftcontent {
	float:left;
	text-align:left;
	margin-left:185px;
	_margin-left:92px; /*<<< ie6 hack*/
	width:500px;
	padding-right:15px;
	min-height:350px;
}

#rightcontent {
	float:left;
	text-align:left;
	padding: 0px 15px 10px 15px;
	width:250px;
}

#footer {
	width: 980px;
	height: 97px;
	margin: 0 auto;
	color: #666666;
	font-size:10px;
	text-align:right;
	padding: 3px;
}


/*Menu*/
#D3_MenuBar {
	Height: 30px;
	background-repeat:repeat-x;
	width: 980px;
	margin: 0 auto;
	margin-top:10px;
	
}

#D4_Buttons {
	vertical-align:middle;
	text-align:left;
	text-indent:10px;
	border-right: 1px solid #343434;
	height: 20px;
	width:195px;
	float:left;
	margin:10px 0px 5px 0px;
}

#D4_Buttons a:link              { color:#004B8E; text-decoration:none; font-size:11pt; font-weight:bold;  }
#D4_Buttons a:visited           { color:#004B8E; text-decoration:none; font-size:11pt; font-weight:bold;  }
#D4_Buttons a:hover             { color:#98215C; text-decoration:none; font-size:11pt; font-weight:bold; background-color:#B0BCE4;  }
#D4_Buttons a:active            { color:#004B8E; text-decoration:none; font-size:11pt; font-weight:bold;  }

/* Various wrapper divs */

#BackgroundImageWrapper {
	width:980px; 
	text-align:left; 
	margin: 0 auto;
	background-image:url(images/background_image.jpg);
	background-repeat:no-repeat;
	background-color:#354B9E;
	overflow:auto;
	}

#PageTitleWrapper {
	width:495px; 
	margin:20px 0px 0px 185px;	
	text-align:left; 
	padding-top:10px;
	height:80px;
}

#LongPageTitleWrapper {
	width:785px; 
	margin:20px 0px 0px 185px;	
	text-align:left; 
	padding-top:10px;
	height:80px;
}

#BottomImagesWrapper {
	width:980px; 
	float:right; 
	text-align:right; 
	padding: 40px 0px;
	}
	
	
.DividingLine {
	width:100%;
	clear:both;
	border-top:1px solid #B1BCE4;
	margin:0px;
	padding:0px;
}



/* Redifned HTML tags for left content div */


a:link{
	color: #CCFFFF;
	text-decoration: underline;
	font-weight:bold;
} 
a:visited{
	color: #CCFFFF;
	text-decoration: underline;
	font-weight:bold;
} 
a:hover{
	color: #99FFFF;
	text-decoration: underline;
	font-weight:bold;
}

/* Redifned HTML tags for left content div */

#leftcontent td, #leftcontent div, #leftcontent p, #leftcontent ul, #leftcontent ol {
	line-height: 20px;
	font-size: 13px;
	color:#FFFFFF;
}


#PageTitleWrapper h1 {
	color: #FFFFFF;
	font-size:36px;
	line-height:50px;	
	font-weight:normal;
	margin:0px;


}

#LongPageTitleWrapper h1 {
	color: #FFFFFF;
	font-size:36px;
	line-height:50px;	
	font-weight:normal;
	margin:0px;

}

h2 {
	color:#FFFFFF;
	font-size:22px;
}

.small {
	font-size:10px;
}

.CategoryLink {
	font-size:18px;
	line-height:170%;
}


/* Redifned HTML tags for right content div */

#rightcontent td, #rightcontent div, #rightcontent p, #rightcontent ul, #rightcontent ol {
	line-height: 21px;
	font-size: 15px;
	color:#444444;
	font-weight:bold;
}

#rightcontent h2 {
	font-size:20px;
	line-height: 28px;
	font-weight:bold;
	color:#98215C;
}

#rightcontent a:link {
	color: #98215C;
	font-weight: bold;
	text-decoration: underline;
}

#rightcontent a:visited {
	color: #98215C;
	font-weight: bold;
	text-decoration: underline;
}

#rightcontent a:hover {
	text-decoration: underline;
	color: #98215C;
	font-weight: bold;
}

#rightcontent a:active {
	color: #98215C;
	font-weight: bold;
	text-decoration: underline;
}

/* Resources table */

#ResourcesTable {
	border:1px solid #B1BCE4;
	width:765px;
	}
	
#ResourcesTable tr {
	background-color:#6077C8;
	}
	
#ResourcesTable .tr2 {
	background-color:#798CD0;
	}	
	
#ResourcesTable td {
	padding:10px;
	}
	
	#IntraResourcesTable td {
	padding: 5px;
	}
		
#ResourcesTable h2 {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:-15px;
}	

#ResourcesTable .TrHeader {
	background-color:#666666;
}
