body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

body {
	margin: 15px;
}

* {
	margin: 0;
	padding: 0;
}


/********************************/
/* DEFAULT LINK */
/********************************/

a, a:active, a:link, a:visited { 
	color: #993333;
	text-decoration: underline;
}
a:hover {
	color: #993333 !important;
	text-decoration: none;

}



/********************************/
/* MAIN COLORS */
/********************************/
.blue {
	color:#003399;
}




/********************************/
/* DEFAULT TAGS */
/********************************/
p, li {
	font-size: 1.1em;
	line-height: 1.8em;
}
p {
	margin: 0 0 .7em 0;
}
ul, ol {
	margin-top:0em;
	margin-bottom:.7em;
}
ul ul, ol ol {
 margin-top: .4em;
 margin-bottom: .0em;
}
li {
	margin-bottom:.3em;
	list-style-type: square;
}
li li	{	
	font-size: 1em;
}	
ul, ol, blockquote, .indent  {
 padding-left: 3.5em;
}
UL LI	{	
	list-style-type:	disc;
}	
UL UL LI	{	
	list-style-type: square;
}	
UL UL UL LI	{	
	list-style-type: square;
}	
OL LI	{	
	list-style-type:	decimal;
	}	
OL OL LI	{	
	list-style-type:	lower-alpha;
	}	
OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

h1, h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height:1.1em;
	color:#993333;
	padding-top:.5em;
	border-top:1px solid #993333;
}
h1 {
	font-size:2.2em;
	margin: 1em 0 .5em 0;
}
h1:first-child {
	margin-top:.5em;
	padding-top:0;
	border-top:0;
}
h2 {
	font-size:1.8em;
	margin: 1em 0 .5em 0;
}

h3, h4, h5, h6 {
	color:#000000;
	line-height:1.4em;
}
h3 {
	font-weight: bold;
	font-size:1.2em;
	margin: 1.5em 0 .5em 0;
}
h4, h5, h6 {
	font-weight: bold;
	font-size:1.1em;
	margin: 1.5em 0 .5em 0;
}
hr {
	border:0; /*For no shade*/
	color:#CCCC99; /*To set color in IE*/
	background-color:#CCCC99; /*To set color in Mozila*/
	height: 1px;
	/*A margin rule could be added but will have a different result accross browsers.*/
}

/********************************/
/* BROWSER DEBUGGING */
/********************************/
/* To use in BR tag after last set of nested DIVs. Firefox and IE6 will then correctly display the container DIV.*/
.clear { 
clear: both;
line-height:0;
height:0;
}
.clearLeft { 
clear: left;
line-height:0;
height:0;
}
.clearRight { 
clear: right;
line-height:0;
height:0;
}



/********************************/
/* LAYOUT */
/********************************/

#pageContainer {
	border:3px solid #003399;
	/*border:1px solid #FFF;*/
	width: 780px;
	background-color: white;
	margin:0 auto;
}
#pageContainer td {
	border-collapse:collapse;
}
.tdMasthead {
	width: 780px;
	background-color: #003399;
	height: 85px;
	padding:0;
}
.tdMenu {
	background-color:#CCCC99;
	width:170px;
	padding:0;
	vertical-align:top;
}
.tdContentContainer {
	width:610px;
	padding:0;
	vertical-align:top;
}

.content {
	margin:0 25px;
}

.contentFeature {
	clear:left;
	margin:0 15px;
}
.contentFeature h1, .contentFeature h2 {
	padding-top:0;
	border-top:0;
	margin-top:.5em;
}
.contentFeature h3 {
	margin-top:0;
}



#pressRelease {
	clear:left;
	margin-top:10px;
	border-top: 1px solid #CCCC99;	 	
	padding:7px 25px;
}
#pressRelease h2 {
	padding-top:0;
	border-top:0;
	margin-top:.5em;
	color:#003399;
}

.featureLeft, .featureRight {
	float: left;
	width: 269px; /* total width minus paddings and 1px border */
	padding:10px 10px 5px 10px;
	border-top: 1px solid #CCCC99;
}
.featureLeft {
	border-right: 1px solid #CCCC99;  /* to overlap right border of .featureLeft */
}
.featureRight {
	border-left: 1px solid #CCCC99;
	margin-left:-1px;
}
.featureLeft h2, .featureRight h2 {
	color:#003399;
}
.featureLeft p, .featureRight p {
	line-height:1.3em;
}


#footer {
	padding:7px 25px;
	margin-top:30px;
	border-top: 1px solid #CCCC99;
}
#footer UL {
	padding:0;
	margin:0;
}
#footer li {
	font-size:0.9em;
	list-style:none;
	text-transform:uppercase;
	display: inline;
	padding-right: 0.8em;
}
#footer a:active, #footer a:link, #footer a:visited {
text-decoration:none;
color:#7F7F5F;
}
.resource {
	color: #990000;
}

/********************************/
/* CONTENT */
/********************************/


.linksNoIndent {
	padding-left:0;
	color: #993333;
}
.linksIndent {
	padding-left:3.5em;
	color: #993333;
}
.linksNoIndent li, .linksIndent li {
	list-style:none;
	background-image: url(../images/link_Button.gif);
	background-repeat: no-repeat;
	background-position:0 .2em;
	font-weight:bold;
	line-height: 1.3em;
	padding-left: 17px;
}


.pictRight {
	float:right;
	padding:5px 10px;
	width:280px;
}
.pictRight p {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:1.3em;
	line-height:1.1em;
	color:#993333;
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
}

.note {
line-height:1.2em;
}
.topBorder {
border-top: 1px solid #990000;
padding-top:.5em;
margin-top:1.5em;
}
.noTopMargin {
margin-top:0;
}

.tableGrants {
width:100%;
border-top:1px solid #CCCC99;
margin-top:10px;
}
.tableGrants td, .tableGrants th {
padding:0 10px 5px 0;
border-bottom:1px solid #CCCC99;
vertical-align:top;
}
.tableGrants th {
text-align:left;
}
.tableGrants p {
margin:0;
}







