/* @group universal */

.mainnav {
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */; 
	list-style: none; 
	list-style: none;
	
}

.mainnav ul li {
	position: relative;
}

.mainnav li ul { /* Set 1px less than menu width */

	top: 0;
	display: none;
}

/* Styles for Menu Items */

A.mainnav:link, A.mainnav:visited {

	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #194053;
	padding: 5px;
	border-bottom: 1px solid #2E5F70; 
	font-size: 13px;
}

A.mainnav:hover { color: #194053; background: #97AFB8; }


.QuoteBox {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	border: dotted #0C693E 1px;
	background-color: #bfd4c8;
	top: 2px;
	padding: 10px;
}

h1 {
	border-bottom: 1px solid #2E5F70; 
	padding-bottom: 10px; 
	margin: 10px 0px 0px; 
	padding-top: 0px; 
	color: #2E5F70;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px; 
	padding-top: 10px;
}

h4 {
	font-size: 13px; 
	padding-left: 15px; 
	color: #262626;
}

p {
	line-height: 16px;
}

a:link, a:visited {
	color: #2E5F70; 
	text-decoration: underline;
}

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

.mmhide_missing {
	color: #ff0033;
}

#list {
	padding-left: 15px; 
	padding-bottom: 15px; 
	padding-top: 10px;
}
.headers{
	background: #2E5F70;
}

body {
	background: #E1E8EB url(images/bg.gif) repeat-x; 
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.project {
	color: #ffffff; 
	padding-left: 16px; 
	font-size: 26px;
}

#sidebar {
	float: right; 
	width: 140px; 
	background: #bfbfbf; 
	padding: 10px; 
	position: absolute; 
	right: 0px; 
	top: 275px; 
	border-top: 1px solid #333333;
}

/* 2 Column Code */



#container
{
width: 750px;
margin: 10px auto;
color: #333;
border: 1px solid #194053;
line-height: 130%; 
	background: #fff no-repeat left top url(./images/bgnd_leftnav.jpg);
}

#top
{
	border-bottom: 1px solid #194053; 
	height: 57px;
}

#leftnav
{
float: left;
margin: 0; 
	line-height: 20px; 
	background: #1e3cd0; 
	width: 150px;
}

#content
{
margin-left: 150px;
border-left: 1px solid #194053;
padding: 1em; 
background: url(./images/bgnd_content.gif) repeat-x;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
border-top: 1px solid #194053; 
text-align: center; 
background: #BFD4DE;
}

#leftnav p { margin: 0 0 1em 0;
}

.footer_credit {
	font-size:10px;
}



/* @end */



/* @group subnav_articles */
.sub_art {
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */; 
	list-style: none; 
	list-style: none;
}

.sub_art p{
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */; 
	list-style: none; 
	list-style: none;
	color:white;
	font-size:15px;
}

.sub_art ul li {
	position: relative;
}

.sub_art li ul { /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */

A.sub_art:link, A.sub_art:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #2E5F70;
	padding: 5px;
	border-bottom: 1px solid #97AFB8; 
	font-size: 13px;
}

A.sub_art:hover { color: #194053; background: #97AFB8; }

/* @end */

#top_home
{
	border-bottom: 1px solid #194053;  
	height: 113px;
}

/* @group subnav_programs */
.sub_prgm {
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */; 
	list-style: none; 
	list-style: none;
}

.sub_prgm ul li {
	position: relative;
}

.sub_prgm li ul { /* Set 1px less than menu width */

	top: 0;
	display: none;
}

/* Styles for Menu Items */

A.sub_prgm:link, A.sub_prgm:visited {

	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #2E5F70;
	padding: 5px;
	border-bottom: 1px solid #97AFB8; 
	font-size: 13px;
}

A.sub_prgm:hover { color: #194053; background: #97AFB8; }

/* @end */


/* @group articles pages */

/* Styles for Menu Items */

#sidebar {
	float: right; 
	background: #97AFB8; 
	padding: 10px; 
	position: relative; 
	top: 0px; 
	right: 0px; 
	width: 130px; 
	border-bottom: 1px solid #000f5d;
}

/* 3 Column Code */



#container_art
{
	width: 750px;
	margin: 10px auto;
	color: #333;
	border: 1px solid #000f5d;
	line-height: 130%; 
	background: #fff url(./images/bgnd_leftnav.jpg) no-repeat left top;
}

#container_art h1{
	border-bottom: 2px solid #2E5F70; 
	padding-bottom: 10px; 
	font-size: 25px; 
	margin: 10px 0px 0px; 
	padding-top: 0px; 
	line-height: 24px; 
	color: #2E5F70;
}

#top_art
{
	border-bottom: 1px solid #000f5d; 
	height: 57px;
}

#top_art h1
{
padding: 0;
margin: 0;
}

#leftnav_art
{
float: left;
width: 150px;
margin: 0; 
	line-height: 20px; 
	background: #1e3cd0;
}

#rightnav_art
{
float: right;
width: 150px;
margin: 0; 
	line-height: 20px; 
	background: #2E5F70; 
	border-left: 1px solid #000f5d;
	border-bottom: 1px solid black;
}

#cornerstone_art {
	background: #97AFB8; 
	padding: 10px;
}

#content_art
{
margin-left: 150px;
border-left: 1px solid #194053;
margin-right: 150px;
padding: 1em; 
	background: repeat-x url(./images/bgnd_content.gif);
}


/*#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
border-top: 1px solid #000f5d; 
	text-align: center; 
	background: #dae3ff;
}*/

#dialogue_art {
	padding-left: 37px; 
	margin: 0px;
}

#leftnav_art p, #rightnav_art p { margin: 0 0 1em 0; }

/* @end */

/* @group contact us */

.sub_art_contactus li ul { /* Set 1px less than menu width */
	top: 0;
	display: none;
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */; 
	list-style: none; 
	list-style: none;
}

/* @end */

