#content .left .odd{
	width: 613px;
	float: left;
}
#content .tab{
	background-image: url(images/tab_background.gif);
	width: 177px;
	height: 19px;
	padding-top: 6px;
}
#content .tab h2{
	color: #000652;
	font-size: 1.4em;
	margin: 0px 0px 0px 13px;
}
#insideContainer {
	background-color: #fff;
	border-top: 1px solid #c5c5c5;
	padding: 14px;
}
/*--Article Page--*/
#insideContainer h4{
	font-size: 1.4em;
	font-weight: bold;
	color: #000652;
	margin-bottom: 8px;
}
#insideContainer h5{
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}
#insideContainer p{
	font-size: 1.1em;
	line-height: 1.6em;
	color: #333333;
	margin-bottom: 8px;
}
#insideContainer p.deck{
	font-weight: bold;
}
#photoContainer {
	float: left;
	width: 302px;
	margin: 0px 15px 5px 0px;
}
#photoContainer .photo {
	margin-bottom: 5px;
}
#photoContainer .photo img{
	border: 1px solid #000652;
}
#photoContainer .caption{
	font-weight: bold;
	font-style: italic;
}
#relatedLinks{
	width: 290px;
	font-size: 1.1em;
	margin-top: 12px;
}
#relatedLinks .headline{
	background-color: #de9203;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	color: #fff;
	margin-bottom: 7px;
}
#relatedLinks .left{
	float: left;
		width: 140px;
}
#relatedLinks .right{
	float: right;
		width: 140px;
}
#relatedLinks li{
	list-style: inside; 
	line-height: 1.6em;
}
#relatedLinks a{
	color: #000652; 
	font-weight: normal;
}
#pullQuoteContainer{
	float: right;
	border-top: 1px solid #000652;
	background-image: url(images/inside_pull_back.jpg);
	background-repeat: repeat-x;
	width: 160px;
	margin: 5px 0px 5px 15px;
}
#pullQuoteContainer p{
	color: #484d8c;
	font-size: 1.4em;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 14px;
}
#pullQuoteContainer .byline{
	text-align: right;
	margin: 14px;
}
#pullQuoteContainer .byline p{
	margin: 0px;
}
#pullQuoteContainer .title{
	font-size: 11px;
	font-style: normal;
}
/*--Contact Page--*/
#generalContact .left, #generalContact .right{
	width: 275px;
}
#generalContact .contactTitle{
	font-weight: bold;
	color: #000652;
	text-transform: uppercase;
}
#generalContact p{
	margin: 0px;
}
#formContact{
	margin-top: 10px;
}
#formContact .contactTitle{
	font-weight: bold;
	color: #000652;
	text-transform: uppercase;
}
#formContact p{
	margin: 0px;
}
#formContact input{
	margin: 0px 0px 5px 0px;
}
#formContact textarea{
	margin: 0px 0px 5px 0px;
	width: 500px;
	height: 300px;
}
#formContact select{
	margin: 0px 0px 5px 0px;
}