body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #f0f0f0;
	background-image: url(../images/rightShadow.jpg);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	position:absolute;
	
}
.body {
	float:left;
	width:100%;
	background-color: #FFFFFF;

}
.content {
	width: 900px;	
	
}
.titleContainer {
	width: 100%;
	background-image: url(../images/titleBackground.jpg);
	float: left;
}
.titleImageLeft {
	display: inline;
	float: left;
	z-index: 2;
	border: 0px;
}
.titleImageRight {
	display: inline;
	float: right;
	background-image: url(../images/titleImageRight.jpg);
	background-repeat:no-repeat;
	width:288px;
	height:78px;
	margin-left:-288px;
	z-index: 1;
}
.navigationBar {
	width: 100%;
	background-image: url(../images/navigationBarBackground.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #c7d6f1;
	border-bottom: 1px solid #c7d6f1;
	height:22px;
	overflow:hidden;
	float:left;
}

.navigationBarImageRight {
	width: 277px;
	height: 22px;
	background-image: url(../images/navigationBarRight.jpg);
	background-repeat: none;
	float: right;
	margin-left: -277px;
	z-index: 2;
}

.navigationBarText {
	float:left;
	display:inline;
	z-index: 1;
}

.navigationBarList {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	
}
.navigationBarItem {
	float:left;	
	margin:0px;
	padding:0px;
	margin-right:10px;	

}

.navigationBarItem a {
	color:#000000;
	padding-top:4px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:5px;
	display:block;
	text-decoration:none;
}
.navigationBarItem a:hover {
background-color:#FFFFFF;
color:#000000;
}

.headingContainer {
	width:100%;
	background-image: url(../images/headingBackground.jpg);
	height:107;
}

.heading {
	display:inline;
}

.headingAbstract {
	display:inline;
	float:right;
	width:400px;
	height:107px;
	margin-left:-400px;
	background-image:url(../images/headingAbstract.jpg);
}


.headingLine {
	height:1px;
	width: 100%;	
	margin-bottom:-1px;
	position:relative;	
	overflow: hidden;
	background-image: url(../images/dottedline.gif);
	background-repeat:repeat-x;
}


.contentContainer {
	position:relative;
	margin-left:200px;
	margin-right:100px;
	margin-top:15px;
	margin-bottom:15px;
}

.contentText {
	line-height:1.5em;
}

.subHeading {
	left:-38px;
	position:relative;
}

.clear {
 clear:both;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	display: inline;
}

h3 {
	margin: 0;
	font-weight:bold;
	font-size:1.2em;
	display: inline;
	color: #2e62c1;	
}

p {
	margin-top:0px;
	}


.infoBox {
	background-color:#ebf0fa;
	padding:5px;
	border-top:1px dotted #2e62c1;
	border-bottom:1px dotted #2e62c1;
	z-index:9999;
	display:block;
	width:75%
}

.bullet {
	background-image:url(../images/bullet.png);
	width:35px;
	height:33px;
	float:left;
	background-repeat:no-repeat;
}