/* CSS Document */
body {
    margin:20px;
	color: #333333;
	text-align:center;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container{
	text-align:left;
	width:800px;
	margin:auto;
}
#hdr
{
	height:44px;
	color: #FF00FF

	}
	

/*#left_hdr {
	height:44px;
	color: #408080;
	font-size: 300%;
	text-align: center;
	padding-top: 8px;
	float: left;
	clear: right;
	width: 300px;
 }*/
#rt_header {
	height:44px;
	/*color: #408080;*/
	font-size: 400%;
	text-align: right;
	float: none;
	padding-right: 35px;
	font-weight: bold;
}
 /* <----------------------------sets the colours of the headings-----*/
.heading5, #rt_header 
 {
	color: #4b8e87;
}
.heading5{
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 6px;
	
}
 
 #first_header {
font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	
}

 #bar {
	color: #333333;
	border: 0 none;
	padding-bottom: 0px;
	clear: both;
	padding-left: 80px;
	margin-top: 40px;
 }

#content{
	float: none;
	font-size: 120%;
	min-height:380px;
}
 .text{
	height:220px;
	text-align: justify;
}

#leftcolumn{
	padding: 20px 10px 10px 20px;
	width: 370px;
	float: left;
	clear: none;
	line-height: 30px;
	text-align: justify;
}
#bibliography{
	font-size: 75%;
} 
.italics{
	font-style: italic;
}
.line_align{
	padding-top: 15px;
}
#table_align{
	padding-top: 6px;
}



#rightcolumn{
	padding: 20px 10px 10px 20px;
	float: right;
	width: 365px;
	clear: none;
	line-height: 30px;
}
 .box {
	border:1px solid #666666;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 150px;
}

#ftr {
	height:25px;
	color: #666666;
	margin:0;
	clear: both;
	padding-top: 10px;
 }
#ftrLeft{
	text-align: left;
	padding-left: 10px;
	
}
#ftrcentre{
	text-align: center;
	
}
#vertical_navlist li { list-style-type: circle; }
.name {
	font-size: 75%;
	color: #660000;
}
/*-------------table for images--------------------------*/
#mainTable {
	/*/*/line-height: 1.5em; /* */
 }
  #mainTable td {
 	padding: 10px;/*Pads each table cell in modern browsers*/
 }
  .imageBox {
 	border-left: 2px dotted #999999;
 	font-size: 14px;
	/*/*/font-size: 100%; /* */
 }
 /*--------------- line spacing and right column alignment for cv page------------------*/
.cv_lineHeight{
line-height: 20px;
}
#cv_rightcolumn{
	padding: 65px 10px 10px 20px;
	float: right;
	width: 365px;
	clear: none;
	line-height: 30px;
}
