@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	/*background: #A5A5FF;*/
	/*background: url("images/bg-gradient.png");*/
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #f7f7f7;
}
h2 {
	color: #A80004;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 1px;
	 margin-top:-0px;
     margin-bottom:0px;
}
a:visited {
	color: #0266d0;
	text-decoration:none;	
}
a {
	color: #0266d0;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;	
}
a.white {
	font-size: 14px;
	font-family: Arial, Verdana;
	color: #F5F5F5;
	text-decoration:none;
}
a.white:hover {
	font-size: 14px;
	font-family: Arial, Verdana;
	color:#FDF893;
}
.style12 {
	font-size: 14px;
	font-family: Arial, Verdana;
	color: #FDF893;
	text-decoration:none;
}

TABLE   { 
	border-collapse: collapse;
	align: center;
}

.tableHeader
{ border-bottom: 1px solid #EEEEEE;
border-top: 1px solid #EEEEEE;

text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 14px;
}

.header {	
	font-size: 140%;
	font-weight: bold;
	font-family: Verdana;
	color: #444444;
}
.tableHeader2
{
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
.tableHeader3
{
}
.bluebg
{
	background: url(images/header_bluebg.jpg); 
	background-repeat: repeat-x;
}
.bg2
{
	background: url(images/header_bg2.jpg); 
	background-repeat: repeat-x;
}
table.alerts
{ text-align: center;
font-size: 14px;
color: #000000;
width: 260px;
background-color: #fafafa;
border: 1px #EEEEEE solid;
border-collapse: collapse;
border-spacing: 0px;}


table.alerts2
{ text-align: center;
font-size: 14px;
color: #000000;
background-color: #FBFCFD;
border: 1px #CCCCCC solid;
border-collapse: collapse;
border-spacing: 0px;}

.tdwidth {
vertical-align:text-top;
width: 31%;
}
.tdwidth2 {
vertical-align:text-top;
width: 3%;
}
.alertHd
{
	border-bottom: 1px solid #DDDDDD;
	background-color: #f7f7f7;
	color: #A80004;
	font-weight: bold;
	font-size: 114%;
	letter-spacing: 1px;
}


.alertBod p
{ 
color: #404040;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style3 {
	color: #000099;
	font-weight: bold;
}
.style4 {
	color: #000099
}
.style5 {
	color: #000000;
	font-weight: bold;
}
.style6 {
	font-size: large
}
.style7 {font-size: 120%}
.style8 {
	color: #333333;
	font-weight: bold;
}
.style9 {color: #333333}
.style10 {
	font: Helvetica,Arial,Sans-serif;
	color: #A80004;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
}
.style18 {
	color: #A80004;
	font-weight: bold;
}

.header2{
	color: #A80004;
	font-weight: bold;
}
div.imgzoom {
  line-height: 0;
  font-size: 0;

  z-index: 10;

  border: 5px solid #fff;
  margin: -5px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  border: 2px solid #000;
  background-color: #fff;
  padding: 5px;
}

div.imgzoom a {
  background: url(imgzoom-close.png) no-repeat;

  display: block;
  width: 44px;
  height: 45px;

  position: absolute;
  left: -22px;
  top: -22px;
  /* IE-users are prolly used to close-link in right-hand corner */
  *left: auto;
  *right: -22px;

  text-decoration: none;
  text-indent: -100000px;
  outline: 0;

  z-index: 11;
}

div.imgzoom a:hover {
  background-position: left -45px;
}

div.imgzoom img,
div.imgzoom embed,
div.imgzoom object,
div.imgzoom div {
  width: 100%;
  height: 100%;
}
#liquid-round {
width:70%;
margin:0px auto;
background:#fff url(images/css/leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(images/css/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(images/css/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(images/css/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(images/css/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(images/css/bottom-right.gif) no-repeat right top;
}