h1{
	display:block;
	height : 80px;
	color:#ff0000;
}

h2 {
    padding-left : 10px;
    margin-bottom: 25px;
    vertical-align: middle;
    line-height:36px;
    
    font-weight:bold;
    font-size:14px;
    letter-spacing:2px;
    
    width : 660px;
	height : 36px;
	background-color : #f3f3f3;
	
	border-top   : 2px solid #98d98e;
	border-bottom: 2px solid #aaaaaa;
}

h3{


    padding-left : 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    vertical-align: bottom;
    line-height:36px;
    
    font-weight:bold;
    font-size:14px;
    letter-spacing:2px;
    
    width : 660px;
	height : 30px;
	
	border-bottom: 2px solid #aaaaaa;

}
h4{
    font-weight:bold;
	border: 1px solid black;
    margin-top: 10px;

};

article p{
	margin-top    : 10px;
	line-height : 180%;
}

article {
	margin-bottom  : 40px;

}

table {
	table-layout: fixed;
	border-spacing: 0px;
	border: solid 1px #cccccc;
	border-width: 1px 0px 0px;
	width : 600px;
}
tr{
	height: 28px;
}
th{
	padding : 0px 10px;
	width : 70px;

	border: solid 1px #cccccc;
	border-width: 0px 0px 1px;
	background-color:#f5f5f5;
}
td{
	padding : 0px 10px;
	border: solid 1px #cccccc;
	border-width: 0px 0px 1px;
}
article img {
/*	margin:40px 0px;*/
/*	width:90%;*/

}

#subCol {

	background-color : #eeeeee;
	width : 258px;
	
}

ul#sideNav{

	width : 258px;
	list-style-type:disc;
	list-style-position: inside;
	
	border: solid 1px #999999;
	border-width: 1px 0px 0px;
}

ul#sideNav li{

	width : 243px;
	height:35px;
	padding-left:15px;
	border: solid 1px #999999;
	border-width: 0px 0px 1px;

	color : #666666;
}
ul#sideNav li:hover{

	background-color : #a0d8ef;
}

ul#sideNav a{
	
	display: inline-block;

	color:#0f2350;
	vertical-align:middle;

	width :  200px;
    line-height:35px;
	text-decoration: none;

}
dl{
	margin-top: 20px;
	margin-bottom: 20px;
}
dt{
	font-weight: bold;
}
dd{
	margin-left:20px;
	margin-bottom:10px;
}

small{
	font-size: x-small;
}

div.Research_Details{
	line-height:40px;
	background-color: #ffffff;
	height : 42px;
	margin-top:20px;
	padding-left:25px;
	/*background-image:url("img/arrow.png");
	background-repeat: no-repeat;*/
	border: double 1px #cccccc;
	border-width: 1px 0px;
}
a.Research_Details{
	text-decoration: none;
	color:#272727;
}
a.Research_Details:hover{color:#ff0000;}

.PdfDocument{
	line-height:48px;
	background-color: #ffffff;
	color:#272727;
	
	height : 48px;
	padding:0px;
	padding-left:10px;

	vertical-align: middle;
	text-decoration: none;
	
	 display: inline-block;
}