body, table, tr, td, img, p
{
	margin : 0;
	padding : 0;
        color:#003d78;
	font-size: 14px;
	font-family: Eurostib, Eurosti,  Verdana, Arial, Helvetica, sans-serif;
}

h1{
	color: #003d78;
	font-size: 18px;
}
h2{
	color: #c41230;
	font-size: 16px;
}

#header, #footer, #innerContainer
{ 
	width : 811px;
	margin : 0 auto;
	padding: 0px;
}
#midView
{
	background: url(Images/midView.jpg) left top no-repeat;
}
#containerHeader, #containerFooter, #containerBody
{ 
	width : 100%;
	background : red;
	margin : 0;
	padding : 0;
}
#containerFooter
{
 	background:url(Images/footerSlice.jpg)  left  top repeat-x;
}
#footer
{
	padding: 10px;
	background:url(Images/footerMidSlice.jpg)  left  top repeat-x;
	color: #a8a8a8;
        text-decoration: none;

}
#footer table tr td
{
	font-size: 10px;
}

.middleImage
{

	background: url(Images/midView.jpg) left top no-repeat;
	height: 108px;
	width: 810px;
	clear: left;
}
#containerHeader
{
	background: url(Images/topslice.jpg) #FFFFFF  bottom left repeat-x;
	height: 100px;
}
#containerBody
{
	background: url(Images/midSlice.jpg) top left repeat-x #e3e3e3;
}
#topMenu
{
	background: url(Images/topMenu.jpg) center top no-repeat;
}
#topMenu span 
{
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 3px;
}

.topMenuLink
{
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 3px;
	text-decoration: none;
}

#body{
	padding: 25px 15px;
	background: #FFFFFF;
}
.middle{
	margin : 0;
	padding : 0;
}
.clear
{
	clear:both;
}
/* Naviagtion information */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 160px;
	text-align: center;
	background: url(Images/normSlice.jpg) top left repeat-x;
	padding: 9px 0px;
	text-decoration: none;

font-weight: bold;
	color: #2f6191;
	margin-top: -1px;
}
#nav li 
{ /* all list items */
	float: left;
	width: 158px;/* width needed or else Opera goes nuts */
	height: 38px;
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: solid;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 160px;
font-weight: normal;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a{ /* second-level lists */
	margin: auto;
	padding: 3px 0px;
	background: #ffffff;
	font-weight: normal;

	
}
#nav li:hover a, #nav li.sfhover a
{
	background: url(Images/hoverSlice.jpg) center center repeat-x;
}
#nav li:hover  ul a, #nav li.sfhover  ul a
{
	background: #fff;
} 
#nav li ul li{ /* second-level lists */
	height: 25px;
	border-width: 0px;
	border-style: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover { /* lists nested under hovered list items */
	background : #c41230;
	color: #FFFFFF;	
}

.image {
	height: 174px;
	width: 195px;
	text-align: center;
}
