/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';
@import 'navigation.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */
body{
	background-image:url(../images/bg.jpg);background-repeat:repeat-x;
}
a{
	text-decoration:none;
}
.goback{
	font-weight:bold;
}
.title{
	margin-top:0px;height:75px;
}
.title img{
	padding:0px;margin:-6px 0px 0px 0px;
}
.bannerPhoto{
	height:207px;
	margin:0px 0px 0px 15px;
	padding:0px;
	overflow:hidden;
	background-color:#000;
}
.boxes{
	background-color:#cdcdcd;
/*	border:solid 20px #d6d6d6;*/
	border:solid 20px #cdcdcd;
	margin-top:5px;
}
.boxHold{
	background-color:#fff;
	margin-right:5px;
	height:200px;
/*	width:160px;*/
}

.boxTop{
	background-color:#fff;
/*	margin-right:5px;*/
	height:150px;
}
.event{

}
.date{
	font-size:18px;
		font-weight:bold;
}
.location{
	font-size:14px;

}
.publication{
	font-size:18px;

}
.boxTop h1{
	font-size:15px;
/*	text-transform:uppercase;*/
	padding:10px 5px 0px 10px;
	margin:0px;
	color:#F42513;
	height:110px;
/*	line-height:11pt;
	*/
	overflow:hidden;
}
.boxTop h1 a{
	color:#F42513;
/*		color:#0057ba;*/
}
.boxTop h1 a:hover{
/*	color:#d5003f;*/
			color:#003399;
}
.boxBottom{
/*	background-color:#cc9999;
	background-color:#797979;*/
		background-color:#80a2d2;
	height:50px;
}
.boxBottom h2{
	font-size:14px;
	text-transform:uppercase;
	padding:10px 10px 0px 10px;
	color:#fff;
	line-height:1em;
}
.boxBottom h2 a{
	color:#fff;
	font-weight:bold;
}
.boxBottom h2 a:hover{
	color:#fff;
}
.readMore{
	font-size:11px;
	text-transform:none;
	color:#003399;
/*	color:#d5003f;*/
	float:left;
	margin:0px 0px 0px 10px;
}
.readMore2{
	font-size:11px;
	color:#003399;
}
.readMore:hover{
/*	color:black;*/
	color:#003399;
	text-decoration:underline;
}
.content{
	background-color:#fff;
/*	margin-left:20px;
	padding:20px;*/
/*	height:400px;*/
	margin:0px 0px 0px 20px;
	padding:20px;
}
.contentContainer a:hover{
	color:#F42513;
}
.contentContainer{
/*	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;*/
/*	border-bottom:1px solid #ccc;*/
background-color:#ccc;
border-bottom:20px solid #ccc;
font-size:10pt;
color:#333;
}
.contentContainer h3{
	font-weight:bold;
		color:#003399;
}
.contentContainer p{
/*	text-indent: 20px;
	margin:0px;*/
	text-indent: 0px;
	margin-top:0px;
	margin-bottom:10px;
}
.contentContainer li{
	margin-left:20px;
}
.contentContainer ul{
	margin-left:20px;
}
.bioimage{
	margin:0px 10px 10px 0px;
}
.footer{
		border-top:1px solid #ccc;
		background-color:#fff;
		padding:20px;
		text-align:center;
		font-size:9pt;
		color:#3d3d3d;
}