/* PLACE ALL LAYOUT STYLES HERE */

body {
	text-align:center; 
	Background: #FFFEEA;
	margin: 0; 
	padding:0;
}

#outer {
	background: url(images/bg_center.jpg) repeat-y;
	width: 800px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}

#outerfooter {
	background: url(images/global/background/bg_footershield.gif) no-repeat;
	width:800px;
	margin:0 auto;
	height: 153px;
	padding: 0;
}
#outervalids {
	background:#FFFEEA;
	width: 800px;
	margin:0 auto;
	height: auto;
}
#container {
	width:780px; 
	margin:0 auto; 
	background: #FFFFFF; 
	text-align:left; 
	position:relative;
	height: auto;
}
#footcontainer {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;*/
	width:780px; 
	margin:0; 
	padding: 0;
	/* background: #FFF; */ 
	text-align: right; 
	position:relative;
	top: 100px;
}
#footlogos {
	
}
#validscontainer {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: auto;
	position: relative;
	text-align: right;
	vertical-align: top;
}
#panorama {
	position: relative;
	top: 0px;
	height: auto;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#header-top {
	margin: 0px;
	padding: 0;
	clear: both;
	height: 50px;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	background-color: #E0DFE3;
}
#header-top h1 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 28pt;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	position: relative;
	top: 5px;
	left: 10px;
	margin: 0;
}
#header-top h2 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 17pt;
	font-weight: normal;
	color: #32428b;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 19px;
	letter-spacing: 10pt;
	left: 280px;
}
/* MAIN DROP-DOWN MENU STARTS HERE */
#homebutton {
	background-color: #336699;
}

#dropdownmenu
{	margin: 0;
	padding: 0;
	z-index: 30;
	background-color: #006633;
	background-color: #009966;
	}

#dropdownmenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
/*	font: bold 11px arial*/}

#dropdownmenu li a
{
	display: block;
	margin: 0 0px 0 0;
	padding: 5px 10px;
	width: 109px;
	background: #336699;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin-left: 1px;
	}

#dropdownmenu li a:hover
{	background: #003366;
	color: #FF9900;
	}

#dropdownmenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #003366;
	}

#dropdownmenu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #003366;
	font: 11px arial;
	}

#dropdownmenu div a:hover
{	background: #003366;
	color: #FF9900;
	}
	
/* OLD MENU FORMAT STRATS HERE */
#header-bottom-index {
	height: auto;
	width: 780px;
	position: absolute;
	top: 268px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}
/*#header-bottom-index-nojava {
	height: auto;
	width: 780px;
	position: absolute;
	top: 268px;
	padding-top: 5px;
	padding-left: 0px;	
	color: #FFFFFF;
}*/
#header-bottom {
	height: auto;
	width: 785px;
	position: absolute;
	top: 233px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}
/*#header-bottom-nojava {
	height: auto;
	width: 780px;
	position: absolute;
	top: 270px;
	padding-top: 5px;
	padding-left: 0px;	
	color: #FFFFFF;
}*/
#header-bottom-index ul{
	margin: 0px;
	padding: 0 0 0 0px;
}
/*
#header-bottom-index li{
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3em;
}
#header-bottom-index li a{
	display: inline;
	text-decoration: none;
	color: #333333;
}
#header-bottom-index li a:hover{
	text-decoration: underline;
}*/
#content-main {
	height: auto;
	width: 570px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	margin-right: 10px;
}
#footercontainer{
	margin: 0px;
	height: auto;
	width: 780px;
	padding-top: 97px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10pt;
}

/* PLACE ALL FORMATTING STYLES HERE */

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
	font-family: Garamond, Georgia, Times, "Times New Roman", serif;
}
#content-main h1 {
	color: #32428b;
	font-size: 38pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#content-main p {
	padding-left: 10px;
	line-height: 25px;
}
#content-main a:link {
	color: #32428b;
	text-decoration: underline;
}
#content-main a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC6600;
}
#header-bottom ul{
	margin: 0px;
	padding: 0 0 0 0px;
}
/*#header-bottom li{
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3em;
}
#header-bottom li a{
	display: inline;
	text-decoration: none;
	color: #333333;
}
#header-bottom li a:hover{
	text-decoration: underline;
}*/
#footer{
	text-decoration: none;
	text-align: right;
}
#footer ul{
	margin: 0px;
	Padding: 5px 0 0 0;
	
}
#footer li{
	text-align: center;
	display: inline;
	color: #FFFFFF;
	font-size: 10px;

}
#footer li a{
	padding: 0 10px 0 10px;
	color: #FFFFFF;
	text-decoration: underline;
	
	margin: 0;
}
#footer li a:hover{
	text-decoration: underline;
	color: #CC9900;
	background-color: #003366;
	Font-weight: bold;
	
}
#footer li a:visited{
	color: #FFFFFF;
}
#footer li a:active{
	color: #FFFFFF;
}
#footer p {
	color: #CC9900;
	font-size: 10px;
	padding: 0;
	margin: 2px 10px 0 0;
}
#footer p a {
	color: #CCCCCC;
	padding: 0;
}
#footer p a:hover {
	color: #ffffff;
	font-weight: bold;
}
#validscontainer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 0 10px 10px 0;
}
#validscontainer a {
	text-decoration: none;
}
#outer #container #content-main table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
tr.d0 td {
	background-color: #CC9999; color: black;
}
tr.d1 td {
	background-color: #9999CC; color: black;
}
.indent1 {
	margin-left: 10px;
}
#announce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 78%;
	border: thin solid #336699;
	text-align: center;
	margin-left: 10%;
	margin-right: 5%;
	background-color: #E6E6E6;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 12px;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;

}
#subheading {
	color: #FF6600;
	padding: 0px 30px 0px 30px;
}

#subheading p {
	font-style: italic;
	color: #FF6600;
	font-size: 10px;
	line-height: 12pt;
}
#webicons img {
	margin-bottom: -5px;
}
#outervalids #rightbuttoncontainer {
	float: right;
	height: 50px;
	width: 60px;
	margin-left: 5px;
}
#outervalids #iapslogocontainer {
	float: right;
	height: auto;
	width: 60px;
	margin-left: 5px;
}
#outervalids #isclogocontainer {
	float: right;
	height: auto;
	width: 60px;
	margin-left: 5px;
}
#outervalids #ceopbuttoncontainer {
	float: right;
	height: 50px;
	width: auto;
	margin-left: 5px;
}
