body, p, li, td, dl, dd, tr, th, td, table {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 10pt;  /* rule for ie4/5 */
	font-size: 12pt;  /* rule for better browsers */
	color: #333333;
  }
option,select,input,textarea {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12pt;  /* rule for better browsers */
	color: #333333;
}
p{
	line-height: 18px;
	font-size:12pt;
}

body {
	color: #333333;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

a:link {
  color: #5096F5;
  text-decoration: underline;
}
a:visited {
  color: #5096F5;
  text-decoration: underline;
}
a:hover {
  color:#005FE0;
  text-decoration: underline;
}
a:active {
  color:#760000;
  text-decoration: underline;
}


h1 {
	font-size:14pt;
	margin: 15px 0px 8px 0px;
	padding: 0;
	color: #002D8D;
	letter-spacing: -1px;
	font-style: italic;
}
h2 {
	font-size:140%;
	margin: 14px 0px 2px 0px;
	padding: 0;
	color: #A5ABAB;
	font-weight: bold;
	letter-spacing: -1px;
}
h3 {
	font-size:115%;
	margin: 7px 0px 0px 0px;
	padding: 0;
	color: #585858;
	font-weight: bold;
}
h4 {
  font-size:100%;
  margin: 4px 0px 0px 0px;
  padding: 0;
  /*top, right, bottom, left*/
}
h5 {
	font-size:140%;
	margin: 14px 0px 2px 0px;
	padding: 0;
	color: #34668F;
	font-weight: bold;
	letter-spacing: 0px;
}


#nav {
		background: #fff;
		width: 185px;
		text-align: left;
		padding:0px 10px 0px 30px;
		margin: 0px;
	
}

#nav ul {
	padding: 2px;
	margin: 0;	
}

#nav li {
	list-style-image: url("../images/arrow.gif");
	font-size:8pt;
	padding: 8px 0px 8px 0px;
	margin:0;
	background: url("../images/line.gif") left bottom no-repeat;
/*	display: block;		*/
	display:list-item;
}

#nav li li {
	list-style-position: outside;
	list-style-image: url("../images/white.gif");
	font-size:8pt;
	padding: 1px 0px 1px 10px;
	background: url("../images/white.gif") left bottom no-repeat;
	margin:0;
		}


#nav a { 
		margin: 0;
		padding: 0;
		line-height: 150%;
		text-decoration: none;
		
}

#nav li a:link, #nav li a:visited {
		color: #002E90;
			text-decoration: none;
		
}

#nav li a:hover, #nav li a:active {
		color: #21B3EA;
		text-decoration: none;
}

#nav li li a:link, #nav li li a:visited {
		color: #5096F5;
		text-decoration: none;
		
}

#nav li li a:hover, #nav li li a:active {
		color: #A7ACAB;
		text-decoration: none;
}


.testimonial{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size:8pt;
	color: #4B4B4B;
	line-height: 16px;
	font-style: italic;
	visibility: hidden;
}
.testName{
 margin: 0px;
   padding: 0px 10px 0px 10px;
	font-size:75%;
	color: #002E90;
	line-height: 12px;
	font-weight: bold;
}
.testNamea{
 margin: 0px;
padding: 0px 10px 0px 10px;
	line-height: 12px;
  font-weight: bold;
	font-size:75%;
	
}

.latestnews{
	padding: 10px;
	font-size:8pt;
	color: #4B4B4B;
	line-height: 16px;	
}

.warning {
	font-size: 9pt;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.smll_print {
	font-size: 8pt;
	color: #002D8D;
	text-decoration: underline;
}
.faqsubtitle {
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #002D8D;
	margin-bottom: 0px;
	margin-top: 12px;
	padding: 2px;
}
.alignright {
	text-align: right;
}
.pictureframe {
	border: 1px solid #000000;
}
.phototext {
	font-size:8pt;
	color: #4B4B4B;
	line-height: 16px;
}
.pictureframe-lm {
	border: 1px solid #000000;
	margin-left: 10px;
}
.pictureframe-lmbm {
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.pictureframe-rm {
	border: 1px solid #000000;
	margin-right: 10px;
	margin-top: 5px;
}
#search input {
	font-size: 8pt;
}

#button  {
	background-color: #DBE6F5;
	font-weight: bold;
	color: #002D8D;
	border-right-color: #EEF3FA;
	border-bottom-color: #DBE6F5;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.warningsmall {
	font-size: 8pt;
	font-style: italic;
	color: #FF0000;
}
.pictureframe-rm_no_border {
	border: 0px none #000000;
	margin-right: 10px;
	margin-top: 5px;
}
.pictureframe-lm_no_border {
	border: 0px none #000000;
	margin-top: 5px;
	margin-left: 10px;
}
.login {
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}

.login a:link {
	color: #FF0000;
	text-decoration: none;
}

.login a:visited {
	color: #FF0000;
	text-decoration: none;
}

.login a:hover {
	color: #FF8080;
	text-decoration: none;
}

.login a:active {
	color: #FF0000;
	text-decoration: none;
}


.bottombanner {
	display: block;
	padding: 10px;
		font-size:70%;
}
.noprint {
	display: none;
}

#popup {
	background-color: #FFFFFF;
}
#lftgrad {
	background-image: url(../images/lftgrad.gif);
	background-repeat: repeat;
}
#rig_grad {
	background-image: url(../images/rig_grad.gif);
	background-repeat: repeat;
}
.question {
	vertical-align: text-bottom;
}
#relax {
	background-image: url(../images/ist2_3532751-beach-relax.jpg);
	background-repeat: no-repeat;
}
.LargePrint {
	font-size: 24px;
	font-weight: bold;
	color: #34668F;
}

.descriptor       {
	margin-right: 12px;
	height: 130px;
	/* [disabled]background-image: url(../images/box_bg.gif); */
	background-repeat: no-repeat;
	/* [disabled]padding: 2px; */
}
.sub_heading {
	font-size: 11pt;
	font-weight: bold;
}
