body {
	margin: 0 auto;
	height: 100%; /* needed for container min-height */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	background: #FFFFFF url(../imgs/background.gif) repeat-x;

}

h1 {
	margin: 1em 0 1em 0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
}
h2 {
	margin: 1.5em 0 0.5em 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.6em;
	border-bottom: 1px solid #999999;
}
h3 {
	margin: 1em 0 0.3em 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 1em;
	text-align: left;
}
h5 {
	margin: 3px 0 0 0;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #0066FF;
	text-align: right;
}

a {
	color: #0000CC;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.link a {
	text-align: right;
}

.imgLayout {
	float: left;
	padding-right: 10px;
	border: 0;
	text-decoration: none;
}

.imgLayoutRight {
	float: right;
	padding-left: 10px;
}

.imgGallery {
	border: solid 3px #FFFFFF;
}

.imgGallery:hover {
	border: solid 3px #0000FF;
}

/*//////////////////////////////////////////////////////////

CONTAINERS

//////////////////////////////////////////////////////////*/

#container {
	margin: 13px auto;
	width: 786px;
	height:auto !important; /* real browsers */
	background-color: #FFFFFF;
	background: url(../imgs/) center top no-repeat;
}

#HeaderWrapper {
	float: left;
	width: 100%;
	height: 240px;
	margin: 0;
	background: url(../imgs/HeaderWrapperBG2.gif) top no-repeat;
}

#ContentWrapper {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	background: url(../imgs/ContentContainer4BG.gif) top no-repeat;
}

#headerFlash {
	float: right;
	width: 500px;
	height: 180px;
	padding-top: 15px;
	padding-right:23px;
	padding-bottom: 4px;
}

#headerLogo{
	margin-left: 23px;
	float: left;
	width: 226px;
	height: 195px;
	background: url(../imgs/logo.gif) no-repeat;
}

#content{
	padding-left: 40px;
	padding-bottom: 15px;
	float: left;
	width: 706px;
	text-align: left;
}

#leftCol{
	padding-left: 40px;
	float: left;
	width: 340px;
	text-align: left;
}

#rightCol{
	padding-right: 40px;
	float: right;
	width: 340px;
	text-align: left;
}


/*//////////////////////////////////////////////////////////

NAVIGATION

//////////////////////////////////////////////////////////*/

#Nav {
	margin-left: 24px;
	float: left;
	width: 736px;
    line-height: normal;
	font-size: 95%;
	background: url(../imgs/NavBackground.gif) repeat-x;
	border-left: 1px #6c96df solid;
	border-right: 1px #6c96df solid;
	border-bottom: 1px #6c96df solid;
}

#Nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

#Nav li {
	background: url(../imgs/NavLeft_new.gif) no-repeat top left;
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
}

#Nav a {
	float: left;
	display: block;
	background: url(../imgs/NavRight_newb.gif) no-repeat top right;
	text-decoration: none;
	color: #000033;
	padding: 8px 22px 12px 22px;
}

/*#Nav li:hover {
  background-position: 0% -35px;
}
  
#Nav li:hover {
  background-position: 100% -35px;
}*/

#Nav li:hover, #Nav li:hover a {
  background-position:0% -35px;
  color:#fff;
}
#Nav li:hover a {
  background-position:100% -35px;
}

#Nav #current {
  background-position:0% -35px;
  background: url(../imgs/NavLeft_down_new.gif) no-repeat left top;
}

#Nav #current a {
  background-position:100% -35px;
  background: url(../imgs/NavRight_down_newb.gif) no-repeat right top;
  color:#fff;
}

/*//////////////////////////////////////////////////////////

FOOTER ELEMENTS

//////////////////////////////////////////////////////////*/

#footer {
	float: left;
	width: 786px;
	height: 100px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background: url(../imgs/footer2.gif) no-repeat;
}
