/* @group Layout */
#customdoc,#bd,#content{
	background-color: #FFF;
}
#customdoc{
	margin-top: 1em;
	text-align:left;
	width:59.6em;
	*width:58.27/*48.87em; IE 13.3px */
	min-width:600px;
	border: 0px solid #0C254D;
}
#hd,#ft{
	background-color: #0C254D;
}
#hd{
	text-align: left;
	/*padding-left:12.3em;*padding-left:12em;*/
	
}
.home #hd{
	text-align: center;
}
#hd img{
	margin: 0 1em;
}
#ft, #ft a{
	font-size: 85%;
	color: #FFF;
	text-align: center;
}
#nav{
	position: relative;
}
#nav ul{
	float: right;
	margin: 9em 5em 0 0;
}
#nav li{
	list-style: none;
	display: inline;
}
#nav a{
	color: #FFF;
	font-size: 131%;
	font-weight:bold;
}
#content{
	text-align: left;
	padding: 1em 2em;
}
#contenthome{
	text-align: center;
	padding: 0;
}
#content, #contenthome{
	min-height: 30em;
	font-size: 93%;
	line-height: 1.4em;
}
#contentservices{
	padding: 1em 0 2em 0;
	text-align: center;	
}
#contentpublications{
	min-height: 20em;
	padding: 5em;
}
#content a{
	color: #0C254D;
}
#content a:hover{
	color: #666;
}
/*#content img{
	float: right;
	margin: 2em;
}*/
/* @end */
/* @group Home */
#banner{
	margin-top: 3em;
}
#homenav ul{
	width: 100%;
	margin: 4em 0 2em 0;
	line-height: 200%;
}
#homenav li{
	list-style: none;
	display: inline;
	width: 33%;
	text-align: center;
	font-size: 182%;
}
#contenthome #homenav li a{
	font-weight: bold;
}
/* @end */
/* @group About */
#bios td{
	padding: .5em 0;
}
#bios th{
	color:#333;
	border-bottom: 1px solid #999;
	padding-top: 1em;
	font-size: 107%;
	font-weight:bold;
	text-align:center;
}
/* @end */
/* @group Services */
#contentservices ul{
	margin: 2em auto;
	width: 600px;
	padding: .5em 0;
	border-bottom: 1px solid #0C254D;
}
#contentservices li{
	list-style: none;
	margin: 0 .8em;
	padding: 0;
	display: inline;
	width: 33%;
	text-align: center;
	font-size: 123.1%;
}
#contentservices a{
}
#contentservices a:hover, #contentservices a.selected{
	font-weight: bold;
	color: #000;
}
#description{
	width: 550px;
	margin: 2em auto 1em auto;
	padding: .5em 0;
	border-top: 1px solid #0C254D;
}
#description p{
	text-align: left;
}
#note{
	color: #999;
	font-style: italic;
}
/* @end */

/* @group HTML Tags */
html,body{
	background-color: #FFF;
	font-family: Helvetica,Verdana,Arial, sans-serif;
	line-height: 1.2em;
	width: 100%;
	height: 100%;
	color: #000;
}
body{
	margin: 2em 0;
	color: #000;
}
a{
	text-decoration: none;
	color: #0C254D;
}
p{
	margin-bottom: 1em;
}
p img{
	float: right;
	margin: 0 0 1em 2em;
}
h1,h2,h3{
	font-weight: bold;
	text-align: center;
}
h1{
	font-size: 138.5%;
}
h2{
	font-size: 123.1%;
}
h3{
	font-size: 107%;
}
ul li{
	list-style-type: disc;
	margin-left: 2em;
}
strong{
	font-weight: bold;
}
blockquote{
	margin-left: 3em;
}
table.cfdebug{
	margin-top: 100%;
}
table.cfdebug table.cfdebug{
	margin: 0;
}
/* @end */

