/* For the main area */
.leftTitle
{
	border-bottom: 1px solid rgb(204,204,204);
	margin-bottom: 3px;
	width:auto;
	display: inline;
}

.leftMenuTitle
{
	color:rgb(237,116,0);
	font-family: Lucida Grande, Sans-Serif;
	font-size:17px;
	text-transform: uppercase;
}

.middleTitle
{
	color: rgb(102,102,102);
	font-family: Lucida Grande, Sans-Serif;
	font-size: 17px;
	text-transform: capitalize;
}

.middleTitleDescription
{
	color:rgb(237,116,0);
	font-family: Goudy Bold Italic;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 20px;
}

.pullquoteText
{
	color:rgb(237,116,0);
	font-family: Lucida Grande, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
}

.headlineInPage
{
	color:rgb(237,116,0);
	font-family: Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

.nonLinkablePublicationTitle
{
	color:rgb(0,100,143);
	font-family: Lucida Sans, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
}

.publicationDescription
{
	color: #000;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
}

#RightContentBock1
{	
	background-color: rgb(255,234,184);
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 0px 4px 0px;
	z-index: 2;
	padding: 12px;
	width: 181px;
	/*height: 980px;
	float: left;*/
	overflow: visible;	
}

#RightContentBock2
{
	display: none;
}

/* For the 'Links' area */

.title
{
	color: rgb(237,116,0);
	font-family: Lucida Sans, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.bigTitle
{
	color: rgb(198,98,0);
	font-family: Lucida Sans, Sans-Serif;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 2px solid rgb(198,98,0);
	text-transform: uppercase;
}

.header
{
	color:rgb(72,72,72);
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.text
{
	color: #000;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

.link
{
	color: rgb(237,116,0);
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}
.link a:link {color: rgb(237,116,0);
	text-decoration:none;}     /* unvisited link */
.link a:visited {color: rgb(237,116,0);
	text-decoration:none;}  /* visited link */
.link a:hover {color:rgb(237,116,0);
	text-decoration:none;}   /* mouse over link */
.link a:active {color: rgb(237,116,0);
	text-decoration:none;}   /* selected link */

.linkableHeader
{
	color:rgb(237,116,0);
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

/* For the 'Grant Program'*/
.title_bottom
{
	color: rgb(0,100,143);
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;	
}

.bigTitle_bottom
{
	color: rgb(123,179,192);
	font-family: Lucida Sans, Sans-Serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px rgb(123,179,192);
}

.link_bottom
{
	color: rgb(0,110,149);
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;	
	text-decoration: none;
}
.link_bottom a:link {color: rgb(0,110,149);
	text-decoration:none;}     /* unvisited link */
.link_bottom a:visited {color: rgb(0,110,149);
	text-decoration:none;}  /* visited link */
.link_bottom a:hover {color: rgb(0,110,149);
	text-decoration:none;}   /* mouse over link */
.link_bottom a:active {color: rgb(0,110,149);
	text-decoration:none;}   /* selected link */
