﻿@import "contactUsStyle.css";
@import "feedbackStyle.css";
@import "bodyColor.css";
body
{
	color:#cdd1d5;
}

#outerMostDiv
{
	width:850px;
}


/*#outerDiv
{
	border: 4px solid #3a8bf8;
	width: 850px;
	text-align: left;
	background-color:#0a418b;
}
*/
#topMenuTd a
{
	font-family: verdana;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#topMenuTd a:hover
{
	text-decoration:underline;
	font-weight: bold;
}
#headerDiv
{
	width: 850px;
	background-image: url( 'image/logo/headerNewT.png' );
	background-repeat: no-repeat;
	height:200px;
}
#barDiv
{
	width: 850px;
	background-image: url(      'image/logo/grayBar.jpg' );
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: top;
}
#navDiv
{
	width:665px;
}

#navDiv ul
{
	list-style-type:none;
	margin:auto;
	padding:0px;
	
	height:35px;
}
#navDiv ul a
{
	display:inline-block;
	text-decoration: none;
	
	color: #e5f907;
	
	font-family: verdana;
	font-size: smaller;
	padding-right: 6px;
	padding-left: 6px;
	padding-top:5px;
	height: 35px;
}
	
#navDiv li
{
	float:left;
	text-align:center;
	height:35px;
	
}


#navDiv li a:hover
{
	color: #FFFF66;
	background-color: #0a418b;
	height:35px;
}
#childTitleImageTd
{
	width:380px;	
	border: 1px solid #99FF66;
}
#childTitleTd
{
	width: 290px;
	border: 1px solid #99FF66;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}
/*#contentDiv
{
	width: 850px;
	

background-color:#0a418b;
font-family: verdana;
	font-size: smaller;
}*/ 
#leftMenuTd
{
	width:180px;
	vertical-align:top;
	border-right: 1px solid #3a8bf8;
	
}
#leftMenuTd ul
{
	list-style: square;
	padding-left: 7px;
	margin-left: 7px;
	/*color for list */
	color: White;
}
#leftMenuTd ul li a
{
	font-family: Verdana;
	font-size: x-small;
	color: #99ae09;
	text-decoration:none;

}
#leftMenuTd ul li a:hover
{
	text-decoration: underline;
}

#contentTd
{
	width: 670px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}


#footerDiv
{
	width: 850px;
	height: 35px;
	text-align: center;
	background-image: url(   'image/logo/grayBar.jpg' );
	background-repeat: no-repeat;
/*	border-top: 1px solid #99FF66;*/
	font-family: verdana;
	font-size: x-small;
}
#footerDiv ul
{
	list-style:circle;
	height:35px;
	padding-top:10px;
	
}
#footerDiv ul li
{
	display: inline;
	padding-right:7px;
	height: 35px;
	
}
#footerDiv a
{
	text-decoration:none;
	color:#c0c0c0;
}
#footerDiv a:hover
{
	color:Yellow;
	text-decoration:underline;
}
#copyRightDiv
{
	color: #c0c0c0;
	text-align: right;
	font-family: verdana;
	font-size: x-small;
}
.childHeading
{
	
}
.headingTitleTd
{
	width:240px;
}
.headingPictureTd
{
	width:400px;
}

.childBody
{
	
}
.imgLeft
{
	float:left;
}
.imgRight
{
	padding: 5px;
	float: right;
}

.leftAlign
{
	text-align: left;
}
.rightAlign
{
	text-align: right;
}
.imgFadDiv img
{
	border: 1px solid #cccccc;
	
}
/* style for MPP */
#dirList a
{
	color: #FFCC99;
	text-decoration:none;
}
#dirList a:hover
{
	text-decoration:underline;
	color:White;
}
.quoteDiv
{
	text-align: right;
	font-family: verdana;
	font-size: smaller;
}
#resourcesDiv
{
	font-family: verdana;
	font-size: small;
}
#resourcesDiv ul
{
	list-style-type: circle;
}
.mouse
{
	cursor:pointer;
}