/**************** body and tag styles ****************/
body
{
	margin-top: 0;
	margin-bottom: 30px;
}

#container
{
	width: 750px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #FFFFFF;
}

#container2
{
	width: 746px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #FFFFFF;
	border-bottom: 2px solid #2763A5;
}

/* sample from code.google.com/webfonts 	h1 { font-family: 'Yanone Kaffeesatz', arial, serif; }*/

h1
{
	color: #6DA6E2;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	clear: both;

/*
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #6DA6E2;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	*/
}


h2
{
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	clear: both;
}

h3
{
	color: #2763A5;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-weight: bold;
	border-bottom: 2px #999 solid;
	margin-top: 10px;
	margin-bottom: 0;
}

a
{
	color: #6DA6E2;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	background-color: #FFFFFF;
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/** start added by E */
.highlight
{
	color: #2763A5;
	font-style: italic;
}

.blockout
{
	color: #666666;
	font-style: normal;
	text-decoration: line-through;
}

/** end added by E */
/**************** images styles ****************/
a img { border: none; }

img.left,img.center,img.right
{
	padding: 8px;
	border: 1px solid #DDDDDD;
	/* border: 1px solid #a0a0a0;*/
	background-color: #FFFFFF;
}

img.left
{
	float: left;
	margin: 0 12px 5px 0;
}

img.center
{
	display: block;
	margin: 0 auto 5px auto;
}

img.right
{
	float: right;
	margin: 0 0 5px 12px;
}

/**************** form styles ****************/
form
{
	/*		display: inline;*/
	border-bottom: 1px solid #999;
	margin: 0 0 11px 0;
	padding-bottom: 11px;
}

/*	form {
	  float:left;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  }
	  
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
*/

/**************** header styles ****************/
#header
{
	width: 750px;
	border: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}

#header p
{
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}

/**************** menu styles ****************/
#tabs10
{
	float: left;
	width: 750px;
	font-size: 93%;
	padding-bottom: 1px;
	border-bottom: 4px solid #2763A5;
	line-height: normal;
}

#tabs10 ul
{
	margin: 0;
	padding: 10px 10px 0 282px;
	list-style: none;
}

#tabs10 li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs10 a
{
	float: left;
	background: url("images/tableft10.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs10 a span
{
	float: left;
	display: block;
	background: url("images/tabright10.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

#tabs10 a span { float: none; }
#tabs10 a:hover { background-position: 0 -42px; }
#tabs10 a:hover span { background-position: 100% -42px; }

/**************** content styles ****************/
#content
{
	width: 520px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}

#content p
{
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#content p.testimonials
{
	padding-bottom: 0;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

#content div.testimonials
{
	padding-bottom: 5px;
	border-bottom: 1px #DDD solid;
}

/**************** sidebar styles ****************/
#sidebar
{
	width: 175px;
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}

#sidebar p
{
	margin: 0;
	padding: 0 0 1px 0;
	/*border-bottom: 1px solid #DDDDDD;*/
}

#sidebar p.rulebelow
{
	border-bottom: 1px solid #999;
	margin: 0 0 11px 0;
	padding-bottom: 11px;
}

#sidebar p.strike{
	text-decoration-line: line-through;
}
#sidebar p.redalert{
	text-decoration-line: underline;
	color: red;
}
span.redalert{
	text-decoration-line: underline;
	color: red;
}
/*	#sidebar form
	{
		padding-bottom: 15px;
		border-bottom: 1 #DDD solid;
		border-top: 1;
		border-right: 1;
		border-left: 1;
	}
	  
/**************** footer styles ****************/

#footer
{
	margin-top: 15px;
	padding: 0 2px 0 2px;
	clear: both;
	width: 742px;
	background-color: #2763A5;
}

#footer p
{
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

#footer p a
{
	color: #FFFFFF;
	background-color: #2763A5;
	font-weight: 100;
	border-bottom: 1px dotted #FFFFFF;
}

#footer p a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
/** flashering text **/
.flash {
  animation: blinker 0.75s ease-in-out 0.5s 4;
}

@keyframes blinker {
  50% {
    opacity: 20%;
  }
}
.ptb10 {padding: 10pt 0 5pt 0;}
/**************** links page styles ****************/

table.c20 {text-align: center; width: 527px; height: 334px;}
  img.c19 {border: 0 solid ; width: 147px; height: 201px;}
  img.c18 {border: 0 solid ; width: 132px; height: 143px;}
  img.c17 {border: 0 solid ; width: 236px; height: 199px;}
  img.c16 {border: 0 solid ; width: 124px; height: 135px;}
  img.c15 {border: 0 solid ; width: 138px; height: 189px;}
  img.c14 {border: 0 solid ; width: 130px; height: 190px;}
  img.c13 {border: 0 solid ; width: 131px; height: 172px;}
  td.c12 {text-align: left;}
  img.c11 {border: 0 solid ; width: 192px; height: 212px;}
  img.c10 {border: 0 solid ; width: 104px; height: 130px;}
  table.c9 {text-align: center; width: 100%;}
  img.c8 {border: 0 solid ; width: 84px; height: 139px;}
  img.c7 {border: 0 solid ; width: 170px; height: 100px;}
  img.c6 {border: 0 solid ; width: 178px; height: 172px;}
  img.c5 {border: 0 solid ; width: 100px; height: 126px;}
  img.c4 {border: 0 solid ; width: 89px; height: 92px;}
  img.c3 {border: 0 solid ; width: 138px; height: 136px;}
  td.c2 {text-align: center;}
  img.c1 {border: 0 solid ; width: 132px; height: 131px;}

