html, body{
	margin:0;
	padding:0;
}

img a{border:none; outline:none;}

img{border:none; outline:none;}

a{border:none; outline:none;}

img { -ms-interpolation-mode: bicubic; }


body {
	font: 13px/1.3em Arial, Helvetica, sans-serif;
	background: #ffffff url(/images/bg-repeat.jpg) repeat-x;
}


.outerwrapper{
	width:100%;
	height:358px;
	background:url(/images/bg-header-repeat.jpg) repeat-x;
}

.outerwrapper-sub{
	width:100%;
	height:308px;
	background:url(/images/bg-header-repeat.jpg) repeat-x;
}


.wrapper{
	width:900px;
	margin:0 auto;
}

.header{
	height:155px;
	background:url(/images/bg-header.jpg) no-repeat;
}

.content{
	background:#ffffff url(/images/bg-content2.jpg) no-repeat;
	min-height:469px;
	height:auto !important;/*this is added to fix min-height in IE6*/
    height:469px;/* (and this too) this is added to fix min-height in IE6*/
	padding:0 20px 0 20px;
}

.content-text{
	float:left;
	width:650px;
	text-align:justify;
	
}


.sub_content-text{
	float:left;
	width:auto;
	text-align:justify;
	
}

.sub_content-text img{
	margin:10px;
}

.footer{
	background: #ffffff url(/images/bg-footer2.jpg) no-repeat bottom;
	height:200px;
	font-size:10px;
	color:#022a5d;
	padding:20px;
}

.footer input{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
}

.footer-nav{
	text-align:center;
}

.flash-holder{
	float:left;
	width:657px;
	
}

.flash-holder-sub{
	float:left;
	width:865px;
}


.right-side{
	width:200px;
	float:right;
	padding-top:30px;
}

.right-side img{
	padding: 0 0 20px 0;
}


.top-nav{
	height:34px;
	font-size:12px;
	color:#022a5d;
}

.top-nav input{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
}

.top-left{
	float:left;
	width:250px;
	padding:0 5px;
	font-size:10px;
}

.top-right{
	float:right;
	width:400px;
}

.special-name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1A618F;
	font-style:italic;
}

/* default link styles*/		
a{
	color:#022a5d;
	text-decoration: none;
}

a:hover{
	color:#000000;
	text-decoration: underline;
}
