form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #174A7C;
	background: InactiveCaptionText url(../images/pageBG.jpg) repeat-y center; /*background: #FFFFFF url(../images/pageBG.jpg) repeat-y top center;  */
	/*width: auto;*/ /* width: 1024px;*/
	/*height: auto;*/ /*New*/
}

#page
{
	margin: 0px auto;
	text-align: left;
	/*width: 1024px;*/ /*width:100%;*/
	margin: 0 auto; /* template center align for non IE*/
}

/*#headerSpacing { height: 50px; }*/
#headerSpacing { height: 5px; } /*New*/

/*------------------------------------------------------------------------------
	ANCHOR LINKS
-------------------------------------------------------------------------------*/
a           
{
    text-decoration: none;
    color: #94A545;
    font-weight: normal;
}
a:hover {text-decoration: underline; color: #FF6600;}


#content { background: #FFFFFF url(../images/rightTop.jpg) no-repeat top right; }
#subContentTop 
{
	background: #FFFFFF url(../images/subRightTop.jpg) no-repeat top right; 
	height: 48px;
}
#subBase
{
	background: url(../images/subBase.jpg) no-repeat top left;
	height: 398px;
}
#subText
{
	height: 355px;
	padding: 0px 30px 0px 25px;
	background: #FFFFFF;
}
#homeText
{
	height: 251px; /* 298px */
	line-height: 20px;
	padding: 47px 50px 0px 25px;
}
.scroll
{
	height: 325px;
	line-height: 20px;
	padding: 1px 15px 15px 0px; /*padding: 15px 15px 15px 0px;*/
	overflow: auto;
}
h1,h4,h5,h6
{
	font-size: 16px;	
	font-weight: bold;
	margin: 5px 0px;
	text-align: left;
	color: #92278F;
	border-bottom: 1px solid #94A545;
}
h2
{
	font-size: 14px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #92278F;
	/*border-bottom: 1px solid #94A545;*/
}
h3
{
	font-size: 12px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #92278F;
	/*border-bottom: 1px solid #94A545;*/
}

ul {
	margin: 0px;
	padding: 6px 0px 6px 30px;
	list-style-position: outside;
	list-style: none;
}

li {
	list-style: none;
	list-style-position: outside;
	text-indent: 15px;
	padding: 0px;
	/*text-align: left*/
	background:transparent url(../images/bult_org_arrow.gif) 0% 50% no-repeat;
	/*background:none;*/
}

/*------------------------------------------------------------------------------
	SIDE NAVIGATION
-------------------------------------------------------------------------------*/
#sideNav
{
	font-size: 11px;
	line-height: 20px;
	color: #174A7C;
	font-weight: normal;
	margin: 0 0 0px 0;
	padding: 20px 25px; /*padding: 7px 25px;*/ /*new*/
	text-decoration: none;
	text-align: right;
	/*display: none;*/ /* remove this line if side navigation is needed */
}
#sideNav a
{
	font-size: 11px;
	color: #94A545;
	font-weight: normal;
	padding: 0px;
	text-decoration: none;
}
#sideNav a:hover, #sideNav a.selected
{
	color: #92278F; /*174A7C*/
	text-decoration: none;
}

/*------------------------------------------------------------------------------
	FOOTER NAVIGATION
-------------------------------------------------------------------------------*/
#footerNav
{
	font-size: 11px;
	color: #94A545;
	font-weight: normal;
	margin: 0 0 0px 0;
	padding: 15px 0px;
	text-decoration: none;
	text-align: center;
	/*height: 97px;*/
	height: 70px;/*new*/
	background: url(../images/subFooter.jpg) no-repeat top left;
}
#footerNav a
{
	font-size: 11px;
	color: #94A545;
	font-weight: normal;
	padding: 0px 0px;
	text-decoration: none;
}
#footerNav a:hover, #footerNav a.selected
{
	color: #92278F; /*94A545*/
	text-decoration: none;
}

/*------------------------------------------------------------------------------
	COPYRIGHT
-------------------------------------------------------------------------------*/
#copyright
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8px; /*old 8*/
	margin: 50px 55px;
	text-align: right;
}

/*------------------------------------------------------------------------------
Top Drop Down Menu 
-------------------------------------------------------------------------------*/
#dropmenudiv{
position:absolute;
border:1px solid #174A7C; /*5675A5*/
border-bottom-width: 1;
font:normal 11px;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 2px solid #FFFFFF; /*5675A5*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-size: 12px;
/*font-face: arial;*/
text-align: left;
}

#dropmenudiv a:hover{ color: #92278F;/*hover background color*/
background-color: #CFE0F9;
}


/*------------------------------------------------------------------------------
	FONT COLORS
-------------------------------------------------------------------------------*/
/*
	Text Blue: 174A7C
	Green: 94A545
	Purple:92278F
	Orange: FF6600
	/* top, right, bottom, left */
*/