/* CSS Document */
body {
	margin:50px 0px;
	padding:0px;
	text-align:center; /*IE workaround th centre content*/
	background-image: url(images/assets/bgyellow.gif);
	color: #990033;
	}
#wrap {
	width:780px;
	margin:0px auto;
	text-align:left;/*IE workaround th centre content*/
	border: 1px solid #CCCCCC;
	}
#header {
  background: #ece4d3 url(images/assets/background3.jpg) no-repeat right;
  position: relative;
  width: 800px;
  height: 100px;
}
/*sets the title in the header*/
#headerh1{
	color: #990033;
	font-size: 160%;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 15px;
	}
	.headerh1{
	color: #990033;
	font-size: 160%;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 15px;
	}
	/*<----------------positions and styles the navigation bar container----*/
#navigation{
	background-color: #ECE4D3;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	height: auto;
	font-size: 80%;
}
#leftcol {
	position: relative;
	width: 150px;
	height: auto;
	float: left;
	padding-top: 60px;
	padding-left: 5px;
}
/*<----------------positions and styles the left and right columns--*/
.sidebar {
	font-size: 80%;
}
.sdebars_corpCards{
	padding-top:40px;
	font-size: 80%;
	padding-top: 100px;
}
.leftcolH1
{
	font-size: 80%;
	margin-right: 24px;
	padding-top: 80px;
	font-weight: bold;
}
#rightcol {
	position: relative;
	width: 150px;
	height: auto;
	float: right;
	padding-top: 60px;
	padding-left: 10px;
}
#content {
	position: relative;
	width: 440px;
	height: auto;
	float: left;
	left: 0px;
}
/*<----------------content header--*/
#contentHeader {
	font-size: 100%;
	font-weight: bold;
	font-family: "Arial", sans serif;
	font-style: italic;
	padding-top: 20px;
	text-align: center;
}
.contentHeader {
	font-size: 100%;
	font-weight: bold;
	font-family: "Arial", sans serif;
	font-style: italic;
	padding-top: 20px;
	text-align: center;
}
#contnt_itallic
{
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	padding-top: 10px;
	color: #990033;
	padding-bottom: 5px;
	text-align: center;
}
#contnt_itallic_side
{
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	padding-top: 10px;
	color: #990033;
	padding-bottom: 5px;
	text-align: left;
}
.contnt_itallic_side
{
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	padding-top: 10px;
	color: #990033;
	padding-bottom: 5px;
	text-align: left;
}
#bluetext{color:#0066ff;}
#imagelabels{font-size:80%;}
.imagelabels{font-size:80%;}
td {font-size:80%;}
#footer {
	position: relative;
	left: 0px;
	width: 780px;
	height: auto;
	clear: both;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
	font-size: 75%;
	padding-bottom: 5px;
}