/*.typography {
	font-family: Arial, Verdana, sans-serif; 
}

.typography p { 	
	color: #666;
	font-size: 1.2em;
	margin-top: 10px;
 }
 
 .typography br { 
 	clear: both; 
	height: 10px;
}

.typography a { 
 	text-decoration: underline;
}
	
.typography a:hover { 
 	text-decoration: none;
}

.typography h2 { 
	font-size: 1.8em; 
	color: #4EA3D7; 
	margin-top: 5px;
}*/

/*---------------*/

a{
	color:#FF6600;
}

a:visited, a:active{
	color:#853333;
}

a:hover{
	color:#00A8FF;
}

p{
	font-size:12px;
	line-height:18px;
}

#content p{
	margin-bottom:0.7em;
}

strong{
	color:black;
}

h1{
	font-size:22px;
}

h2{
	font-size:18px;	
	color:#000033;
}

h3{
	font-size:15px;
	color:#006699;
}

h4 { font-size:14px;	}
h4.home { color:#ff6600; font-size:14px; }

#sidebar h4{
	font-size:13px;
	font-weight:bold;
	color:white;
	background-color:#00CCFF;
	text-transform:uppercase;
	padding:7px 40px 8px 10px;
	margin-bottom:10px;
	
	margin-top:0px !important;
	margin-top:10px;	
	
	font-family:trebuchet ms;
}

ul.venue li {
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
}
.checkbox_grants1 {
	background-color:#666666;
}

.checkbox_grants2 {
	background-color:#999999;
}

.checkbox_grants3 {
	background-color:#CCCCCC;
}
.checkbox_grants1, .checkbox_grants2, .checkbox_grants3 {
	margin-right:5px;
	text-align:center;
	width:50px;
}

div.peopleBrief {
	margin: 7px 0px 15px;
}
img.smallAvatar{
	float: left;
	margin-right: 15px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
#content .left {
	text-align: left;
}
#content .center {
	text-align: center;
}
#content .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
#content img {
	border: none;
}
	#content img.right {
		float: right;
		margin-left: 20px;
	}
	#content img.left {
		float: left;
	}
	#content img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	#content img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}