/* CSS Document */
/* This set of CSS are used by both the front and the back end systems so that
a document can be previewed exactly as it will appear (although some things like width might not be the same.
This is mainly for headings and formatting */


#sharedContent {
	margin: 0px;
	padding: 10px;
	color: #333;
	font-size: 13px;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
}

#sharedContent a {
	text-decoration: none;
	color: #087e93;
}

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

/* General classes */

#sharedContent h3 {
	margin: 0px;
	padding: 0px;
	color: #c00;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
}

#sharedContent h2 {
	margin: 0px;
	padding: 0px;
	color: #099;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial;
}

#sharedContent h4 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial;
}

p {
	margin: 0px 0px 10px 0px;
}

.item {
	margin: 10px 0px 10px 0px;
}

.divider {
	margin: 5px 0px 10px 0px;
	padding: 0px;	
	text-align: center;
}

#focusStory {
	width: 540px;
}

#focusStory a {
	color: #333;
	font-size: 13px;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	text-decoration: none;
}

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

#tickerTape {
	margin: 0px;
	padding: 0px;
}

#tickerTape a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #003333;
}

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

.tickerDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#otherNews {
	margin: 0px;
	padding: 0px;
}

#otherNews a {
	font-family: Verdana;
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}

blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px solid #666;
}

#sidebarText {
	margin: 10px 0px;
	padding: 5px 10px 5px 5px;
	background-color:#ecf5b8;
	
	width: 300px;
}


#sidebarText h2 {
	color: #c00; 
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.mediaGallery {

	margin: 0px;
	padding: 5px;
	text-align: left;
}

.caption {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-align: center;
}




