/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #000000;
 background:#8786b0 url(../images/bkg-page.gif) repeat-x fixed;
 padding:0;
 font: 0.82em/1.3 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #353479;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #000000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: #FFFFFF;
 }

#hdr {
 padding-top: 180px;
 background: #fff url(../images/headerlogo2.jpg) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#cont {
	width:751px;
	padding: 10px 20px 20px;
	background: #FFFFFF;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #353479;
text-decoration: none;
}
#cont a:hover {
text-decoration: underline;
color: #000;
}
#cont h2 {
	color: #006;
}
#cont h3 {
	color: #006;
}
#cont h4 {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}

#ftr {
	clear: both;
	color: #ffffff;
	background:#8786b0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #8786b0;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #ffffff;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #FFCCCC;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.txtBigRed {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #9D0000;
}
.txtBigPurple {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #353479;
}
.boxRight {
	float: right;
	width: 450px;
}
.boxBlue {
	background: #DCDCE9;
	padding: 15px;
	width: 400px;
	border: 1px solid #53527C;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.boxBlue h3 {
	color: #006;
	margin-top: 5px;
}
.boxBlueCTR {
	background: #DCDCE9;
	padding: 15px;
	width: 400px;
	border: 1px solid #53527C;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}
.boxBlueCTR a:link, .boxBlueCTR a:visited, .boxBlueCTR a:active {
	color: #353479!important;
	text-decoration: underline!important;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.boxBlueCTR a:hover {
	text-decoration: none!important;
	color: #333!important;
}
.press ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 25px;
}
.press li {
	padding-top: 15px;
	padding-left: 25px;
	background: url(../images/dot-redcross2.png) no-repeat 0px 13px;
}
.clear {
	clear: both;
}
.boxFlu {
	background: #E8E8E8;
	padding: 8px;
	width: 220px;
	margin-left: 25px;
	border: 1px solid #000;
	float: right;
}
.vidRight {
	float: right;
	width: 310px;
	margin-left: 10px;
}
.vidRight2 {
	float: right;
	width: 430px;
	margin-left: 10px;
}