body {
	margin:0;
	background-color:#007ca9;
}
.bodybg
{
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#f4f4f4;

}
.a1:link 
{
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}

.a1:visited 
{
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}

.a1:hover 
{
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
	

}
.a2:link 
{
	font-family: "Arial";
	font-size: 11px;
	font-weight:bold;
	color: #002485;
	text-decoration: none;
}

.a2:visited 
{
	font-family: "Arial";
	font-size: 11px;
	font-weight:bold;
	color: #002485;
	text-decoration: none;
}

.a2:hover 
{
	font-family: "Arial";
	font-size: 11px;
	font-weight:bold;
	color: #002485;
	text-decoration:underline;
	

}
.a3:link 
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #858988;
	text-decoration: none;
}

.a3:visited 
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #858988;
	text-decoration: none;
}

.a3:hover 
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #858988;
	text-decoration:underline;
	

}
.inputtext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 17px;
	border: 1px solid #7DA9C4;

}
.leftmenu
{
	background-color:#292929;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-left:6px;

}
.listmenu {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C5C5C5;

}
.buttonstyle {
	font-family: "Verdana";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #a40000;
	border: 1px solid #FFFFFF;
	height:18px;
	background-image:url(images/btn_bg.jpg);
	padding-left:5px;
	padding-right:5px;

}
.bodytext {	
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
}
.greytext {
	font-family: "Arial";
	font-size: 11px;
	color: #525757;
}
.bluetextsmall{
	font-family: "Arial";
	font-size: 10px;
	color: #007ca9;
}
.bluetextmedium{
	font-family: Arial;
	font-size: 12px;
	color: #007ca9;
}
.bluetext{
	font-family: "Arial";
	font-size: 18px;
	color: #074d91;
}
.whitetext {
	font-family: "Verdana";
	font-size: 11px;
	color: #FFFFFF;
}
.heading {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	color: #009aea;
}
.blueouterborder
{
	border-left:solid 2px #80bed4;
	border-right:solid 2px #80bed4;
	border-bottom:solid 2px #80bed4;

}
.blueinnerborder
{
	border-left:solid 1px #bfdee9;
	border-right:solid 1px #bfdee9;
	border-bottom:solid 1px #bfdee9;
}
.imageborder
{
	border: solid 1px #bfdee9;
	padding:1px;

}
.bannerwhitebox
{
	background-color:#FFFFFF;



}
.bannerinnerbluebox
{
	border: solid 1px #c1e3e6;
	background-color:#edf8f7;


}
.tabselected
{
	background-color:#FFFFFF;
	font-family:"Arial";
	font-size: 11px;
	font-weight:bold;
	color: #007ca9;


}
.tabnormal
{
	background-color:#90c7d9;
	font-family:"Arial";
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;


}
/**************** contact form **************************/

input, select, option{
  height: 18px;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(images/contact-input-back.gif) repeat-x;
	width: 190px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: url(images/buttonbg.jpg) repeat-x;
	width: 78px;
	height: 29px;
	border: 1 solid #0066FF;
	color: white;
	font-weight: bold;
}
#text{
    width: 580px;
    float: left;
    margin: 0 0 40px 50px;
    padding: 0 0 0 0;
}
/******************* main text area elements *******************/
#text h3{
    padding: 15px 0 0 0;
}

#text p, #text ul, #text ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
}

#text ul, #text ol{
    padding: 0 0 15px 30px;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 30px;}

#text img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

#text table img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0;
}

#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder{
    border: 0;
}

blockquote{
    font-size: 0.9em;
    background: url(../images/blockquote-middle.gif) repeat-y;
    margin: 0 0 15px 0;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url(../images/blockquote-start.gif) no-repeat;
    padding: 15px 25px 5px 45px;
}

blockquote cite{
    width: 533px;
    height: 29px;
    display: block;
    background: url(../images/blockquote-end.gif) no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #798263;
}
