/* Missions Fest International CSS - inside pages */


/*#content
=================================================*/
#content {
	line-height: 1.5em;
}


/*#text
=================================================*/
#text {
	float: right;
	width: 476px;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 40px;
}

#text a {
	font-weight: bold;
	color: #2e4190;
	text-decoration: none;
}

#text a.bot-nav {
	font-weight: normal;
}

#text a:hover {
	text-decoration: underline;
}

#text address {
	font-style: normal;
	padding-bottom: 30px;
}

#text h2 {
	color: #2e4190;
	border-bottom: 1px solid #2e4190;
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 1.2em;
}

#text h2.first {
	margin-top: 0px;
}



#text h3 {
	color: #2e4190;
}

#text h3.name {
	padding-top: 15px;
}

#text h3.article-title {
	padding-top: 15px;
	font-size: 1em;
	border-bottom: 1px solid #2e4190;
}

#text h3.second {
	margin-top: 40px;
}

#text h4 {
	color: #2e4190;
	border-top: 1px solid #2e4190;
	margin-top: 20px;	
}

#text h4.first {
	margin-top: 0px;
}

#text img.but {
	border: none;
	padding-top: 20px;
	padding-bottom: 10px;	
}

#text img.testimonial {
	float: right;
	padding-left: 15px;
	clear: both;
}

#text img.flag {
	float: right;
	padding-left: 10px;
}

#text ol {
	font-style: italic;
	font-size: 0.9em;
	margin-top: 35px;
	margin-bottom: 35px;
	list-style-position: inside;
}

#text li.article {
	padding-top: 0px;
	padding-bottom: 0px;
}

#text p {
	margin-top: 10px;
}

#text p.intro {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 20px;
}

#text p.last {
	margin-bottom: 30px;
}

#text p.quote {
	color: #2e4190;
	margin-top: 20px;
	margin-bottom: 10px;
}

#text p.testimonial {
	font-style: italic;
}

#text p.sm-bot {
	margin-bottom: 20px;
	font-size: 0.8em;
}

#text span {
	font-weight: bold;
	color: #2e4190;
}

#text span.author {
	color: #000;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

#text span.italic {
	font-style: italic;
	font-weight: normal;
}

#text ul {
	list-style: none;
	margin-bottom: 30px;
}

#text ul.resources {
	list-style: square;
}

#text ul.resources2 {
	list-style: square;
	margin-top: 15px;
}

#text ul.articles {
	margin-left: 30px;
}


#text li.selected {
	font-weight: bold;
	font-variant: small-caps;
	list-style: none;
}

#text li {
	clear: both;
	padding-top: 25px;
}

#text li.marked {
	padding-top: 2px;
	font-variant: normal;
}

#text li.bottom-nav {
	padding-top: 5px;
	display: inline;
	font-size: 0.8em;
}

#flashPlayer {
	float: right;
	clear: right;
	padding-left: 15px;
	padding-top: 10px;
}


