﻿body {
	margin-top:0px;
	background: #676767 url('IASimages/gradient.gif') repeat-x fixed left top; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
	text-align: center;
}

#PageStatusConsole {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#SiteActions {
	background-color:black;
	width:760px;
	height:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}


/* -----------------------------------------------------------  Masthead  --------------------------*/
/* -------------------------------------------------------------------------------------------------*/




/* -----------------------------------------------------------  Top Nav  ---------------------------*/
/* -------------------------------------------------------------------------------------------------*/
#TopNavMenu {
/*	background-color:#c3d5dc;*/
	width:760px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
/*	border-bottom:3px #9fb4c2 solid;*/
}

#TopNavMenu a, a:visited {
	color:white;
}

#TopNavMenu a:hover {
	color:white;
}



/* -----------------------------------------------------------  globalNav  -------------------------*/
/* -------------------------------------------------------------------------------------------------*/

.globalNav {
	width:760px;
	margin-left:auto;
	margin-right:auto;
    *position:relative;
    *top:-1px;
}
.globalNavItem {
	background-color:#c3d5dc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
.globalNavItem a {
	display:block;
	color:white;
}
.globalNavItem a:hover {
	color:white;
}
.globalNavHover {
	background-color:#b5cad4;
}
.globalNavSelected {
	background-color:#9fb4c2;
}
.globalNavSelected a:hover {
	color:white;
}




/* -----------------------------------------------------------  Content  ---------------------------*/
/* -------------------------------------------------------------------------------------------------*/

#Top {
	background-image:url('IASimages/top.png');
	width:782px;
	margin-left:auto;
	margin-right:auto;
}

#SiteWrapper {
	background-image: url('IASimages/wrapper-bg.gif');
	width:782px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:table;
	height:100%;
}


#Header {
	background-image:url('IASimages/header.gif');
	width:760px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}


#Content {
	width:720px;

	background-color:white;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#Content a:link, a:visited {
	color:#de6e1d;
	text-decoration: none;
	background-image:url('IASimages/dotted-silver_.gif');
	background-position:left bottom;
	font-weight:bold;
}
#Content a:hover {
	color: #993300;
	font-weight:bold;
}


#Content b, strong {
	color:black;
	font-weight:bold;
}



#Content h1 {
	color:black;
	font-size:22px;
	text-transform:uppercase;
	border-bottom:1px gray dotted;
}

#Content h2 {
	color:#9fb4c2;
	font-size:16px;
	text-transform:uppercase;
}

#Content h3 {
	color:#de6e1d;
	font-size:14px;
	text-transform:uppercase;
}


.SubHeadline {
	color:#9fb4c2;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}


/* -----------------------------------------------------------  Custom Styles  ---------------------*/
/* -------------------------------------------------------------------------------------------------*/

.myStylesCustom-SubHeadline
{
	font-weight: bold;
	color:#9fb4c2;
	font-size:16px;
	text-transform:uppercase;
}







/* -----------------------------------------------------------  Footer  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/

#Footer {
	background-image:url('IASimages/bottom.gif');
	background-position:center top;
	background-repeat:no-repeat;
	width:782px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	color:white;
}
.footerlogo {
	float:left;
	height:56;
}
.spacing {
	float:left;
	width:150px;
}

.ms-vb {
	padding-top: 10px;
}



