body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:26px;
	line-height: 20px;
	color:#42495d;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #42495D;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	color: #3B92D9;
	font-weight: bold;
	margin-bottom: 6px;
}

p {
	font-size: 11px;
	line-height: 18px;
	color: #42495d;
	padding-bottom: 10px;
	/*padding-left: 65px;*/
}

/* Remember: LoVe For Hate */
a {
	text-decoration: underline;
	color: #82a1af;
}
a:visited {
	color: #7d7d7d;
}
a:focus,a:active {}
a:hover {
	text-decoration: none;
}

th {
	background-color: #42495C;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

.updated {margin-top: 20px; text-align: center;}

/*.article {margin-left: 65px;}*/

.portrait {float: left; /*margin-left: 65px; */display: inline;}
	.portrait td {text-align: center;}
		.portrait td img {padding-top: 5px;}
		
#content .sitemap {}
	#content .sitemap li {
		list-style: none;
		margin-bottom: 5px;
	}		
	
#content .arrow {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}	
#content .arrow li {
	list-style: none;
	background: url(../images/skin/bg/arrow.gif) left 0px no-repeat;
	display: block;
	line-height: 14px;
	padding-left: 20px;
}	

.img-left {
border:1px solid #42495D;
float:left;
margin-right:15px;
margin-top:2px;
}

.title {
	font-size: 15px;
	color: #3B92D9;
	font-weight: bold;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
}

.designations {
	font-size: 10px;
	color: #666;
	font-weight: bold;
}

hr {
border: none;
border-bottom: 1px dotted #999;
}
#content .caption { font-size: 11px; color: #666; font-weight: normal; }


/* GALLERY PAGE*/
#content .galleryImg {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;	
}
#content .lastImg {
	margin-right: 0px;	
}
/*END GALLERY PAGE*/
