/*
	Global MRL Styles
*/
a {
   color:#314768; 
   text-decoration:none; 
}

a:hover {
   text-decoration:underline; 
}

body { 
   font-family:verdana,helvetica,sans-serif; 
   background-color:#ffffff; 
   text-align:center; 
   background-image: url(/mrl/images/bg.gif); 
   background-repeat: repeat;
   height: 100.2%;
}

#content {
	width: 730px; 
	border: 8px solid; 
	border-color: #DEDEDE; 
	background:#ffffff; 
	margin-right: auto; 
	margin-left: auto;
}

#header {  
	height: 50px;  
	margin: 1px 0px 0px 1px; 
	text-align:left; 
	background: ffffff; 
}

#header img { 
	border: 1px solid; 
	color: efefef; 
}

#main { 
	width: 728px;  
	margin-top: 1px;
	margin-bottom: 0px;
	font-size: 10px; 
	padding: 0px; 
	line-height: 18px; 
	text-align: left;  
	color:#333333; 
	background:#ffffff;
}

#main td { 
	font-size: 11px; 
}

#footer { 
	clear:left;
	width:730px; 
	height: 30px;  
	background: #DEDEDE;
}

#footer td { 
	height: 30px; 
	vertical-align: middle; 
	font-size: 10px; 
}

#footer a { 
	color: 000000; 
	text-decoration: underline; 
}


textarea  { 
	background: #AEC79F; 
	font-family: verdana; 
	font-size: 10px; 
}

/*  navigation styles */
#navigation {  
	width: 728px;  
	height: 30px;  
	text-align:left; 
	background: #CCCCCC; 
	color: #000000; 
	font-size:10px; 
	margin: 1px 1px 1px 1px;
	z-index: 100;
	padding-top:1px;
}

#navigation ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
}

/* menu button widths */

#nav #info { 
	width: 105px; 
	border-left-width: 1px; 
	position:relative;
}
#nav #programs { 
	width: 75px;
}
#nav #iab{ 
	width: 130px;
}
#nav #steering { 
	width: 100px;
}
#nav #part { 
	width: 135px;
}
#nav #prgsug {
   	width: 80px
}
#nav #contact { 
	width: 85px; 
	border-right: 0px;
}

/* general link style */
#nav a {
	font-weight: normal;
	color: ffffff;
	text-decoration: none;
	padding:5px;
	margin: 0;
	display: block;				
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #CCCCCC;
	display: block;
	border-right: 1px solid #ffffff;
	margin-bottom: 0px;
	height:25px; 			
}

#nav li a {
	color: #000000;
	background-color: #CCCCCC;
	display:block;
	padding-bottom: 8px;
	margin-bottom: 0px;
	height:12px; 			
}
#nav li a:hover {
	color: #CCCCCC;
	background-color: #999999;
	display:block;
}

/* drop down menu initial */

#nav li .last { 
	border-bottom: 1px solid #ffffff; 
}


#nav li li:hover, #nav li li.over  {
	background-color: 999999;
	color: CCCCCC;
    display: block;
	margin: 0;
	padding: 0;
}

#nav li li a {
	border-top: 1px solid #ffffff;
	display: block;
	font-weight: normal;
	margin-bottom: 0px;	
}

#nav li li a:hover { 	 
	color: #DEDEDE;
	background-color: #999999;
	display:block;
	margin-bottom: 0px;	
}

#nav li ul {
	width: 190px;
	display: none;
	position: absolute;
	left: 0;
	font-weight: normal;
		background-color: #999999;
}

li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	float: none;
	background-color: #999999;
	width: 190px;
	text-align:left;
	display: block;
	margin-bottom: 0px;
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;		
}

#nav li:hover ul, #nav li.over ul {
 	display: block;
}
