HTML{
	background-color: #022d58;
}
BODY {
	padding: 0px; 
	margin: 0px;
/* 	font-family: Arial, Helvetica, sans-serif; */
/* 	font-family:"Times New Roman", Times, serif,  Verdana,Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color:#7193ac;
	text-align:center;
	vertical-align: top;
	font-size: 13px;
}
	
IMG {
	border: 0;
	border-width: 0px;
}

.wholeWindow {
/* 	height: 100%; */
	text-align: center;
	padding:0;
	width: 877px;
	margin:auto;
}
.privacy-policy a, .privacy-policy a:visited, .privacy-policy a:link {
    color: #E2E6E9;
	font-size: 11px;
}
.privacy-policy a:hover{
	color: #FEA62A;
}


input, select, textarea{
	color:#000;
/* 	font-family:"Times New Roman", Times, serif,  Verdana,Arial, Helvetica, sans-serif;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a{
	color:#FEA120;
	text-align: left;
 	text-decoration: none;
/*  	font-family:"Times New Roman", Times, serif,  Verdana,Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
}

/*a:link{
	color: #DE7858;
}*/

a:hover{
	color:#7BBFEE;
}

/*a:visited
{color: #DE7858;}
a.bold{ font-weight: bold;}*/

.top{
	position: relative;
	width:877px;
	background-color:#FFFFFF;
}

.top-bg{
	position: relative;
	background-image: url(../img/top_bg.jpg);
	background-position: right;
	height: 130px;
	width:877px;
}
.top-bg1{
	position: relative;
	background-image: url(../img/top_bt.gif);
	background-position: right;
	height: 21px;
	width:877px;
}
.logo{
	position: relative;
 	text-align: left;
 	padding-top: 22px;
 	padding-left: 22px;
}

.top-menu{
	position: absolute;
	top: 0;
	right:10px;
	padding-top: 100px;
	color: #E2E6E9;
}
.top-menu a{
	color: #E2E6E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px;
}
.top-menu a:hover{
	color: #FEA62A;
}

.main-menu-container{
	position:relative;
	background-color: #FFFFFF;
	height: 35px;
	width:100%;
}
.main-menu{
	float:right;
	padding-right: 20px;
}
.main-menu-sep, .main-menu-lastsep {
	float:left;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 9px;
	background-image: url(../img/menu_sep.gif);
	background-position: top;
	background-repeat:no-repeat;
}
.main-menu-firstsep {
	float:left;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 5px;
	background-image: url(../img/menu_beg.gif);
	background-position: top;
	background-repeat:no-repeat;
}
.main-menu-item {
	float: left;
	font-size: 14px;
 	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	padding-left: 13px;
	padding-right: 13px;
	height: 35px;
	background-image: url(../img/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	white-space: nowrap;
}
.main-menu-end{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 35px;
	width:9px;
	text-align: center;
	background-image: url(../img/menu_end.gif);
	background-position: top;
	background-repeat:no-repeat;
}
	
.main-menu-item a{
	float:none;
	color: #C5D9E2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.main-menu-item a:hover {
	color:#FEA62A;
}
	
.main{
	clear:both;
	width:877px;
	background-color: #FFFFFF;
}

.column-left{
	float:left;
	color: #FEA120;
	width: 20%;
	padding-top:50px;
	align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.column-left ul{
	width:100%;	
	margin: 0;
	padding: 0;
}
.column-left li{
	padding: 10px 10px;
	list-style: none;
	border-bottom: dotted 1px;
	border-color: #FEA120;
}
	 
.column-left li.first {
	list-style: none;
	list-style-position: inherit;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
	border-color: #FEA120;
}

.column-left .call-us {
	text-align: left;
	color: #FEA120;
	padding: 10px 5px 10px 28px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px;
	border-color: #FEA120;
}

a.href-block-lm{
	display: block;
	color: #FEA120;
	padding-left: 18px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/pointer.gif);
	background-repeat: no-repeat;
/* 	background-position: top left; */
	background-position: top left;
}
a.href-block-lm:hover{
	color:#7BBFEE;
}

	 
.column-right ul{
/* 	width:100%; */
	margin: 0;
	padding: 0;
}

.column-right li{
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	border-bottom:dotted 1px;
	border-color: #FEA120;
	padding-left: 0px;
}
li.header{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
	border-color: #FEA120;
	color:#1C59AC;
	text-align: center;
}

li.header1{
	font-size: 13px;
/* 	font-weight: bold; */
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	border-bottom: dotted 1px;
	border-color: #FEA120;
	color:#1C59AC;
	padding-left: 10px;
}

.column-right{
	float:left;
	color: #FEA120;
	width:17%;
	padding-top:50px;
	vertical-align: top;
	text-align:left;
/* 	border:solid 1px; */
}

.column-center{
	float:left;
	width: 60%;
	vertical-align: top;
	padding: 5px 10px;
/* 	border:solid 1px; */
}

.main-text{
	background-color: #FFFFFF;
	color: #0d2b5b;
	line-height: 20px;
}
.title{
	color: #FEA120;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.inside-text{
	padding: 10px 10px;
	text-align: left;
}

.vline{
	vertical-align:top;
	background-image: url(../img/vline.gif);
	background-position: top;
	background-repeat:repeat-y;
}
.msg{	
	font-size: 10px;
	padding: 10px;
	color: #0d2b5b;
	background-color: #d6d3d4;
	margin-bottom: 20px;
}
.inside-form{
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
}
.inside-form-block{
	background-color: #FFA21F;
}
.button, .fixed_buttons {
	background-color: #021739;
	background-image: url(../img/btn-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	border-style: solid;
	border: 0;
	
}

.string{
	vertical-align: top;
	line-height: 20px;
}

a.href-block{
	display: block;
	color: #FEA120;
	padding: 10px 10px;
	font-size: 13px;
	font-weight: bold;
}
a.href-block:hover{
	color:#7BBFEE;
}


.item{
	padding: 14px 20px 14px 15px;
	color: #fff;
	font-size: 11px;
}
.item a{
	color: #de785b;
	font-size: 14px;
   font-weight: bold;
	padding: 0px 10px;
	width:70%;
}

.copyright{
	float:left;	
	text-align: center;
	width: 857px;
	background-color:#FFFFFF;
	height:18px;
}
	
.bottom-bar{
	position:relative;
	clear:both;
	width:100%
}	

.lb-con{
	float:left;
	width:10px;
	height:18px;
	background-color: #FFFFFF;
	background-image: url(../img/lb-con.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
.rb-con{
	float:left;	
	width:10px;
	height:18px;
	background-color: #FFFFFF;
	background-image: url(../img/rb-con.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
.bottom-line{
	position:relative;
/* 	clear:both; */
	width:100%
}	

#adds{
	border-color: #31425E;
}
.content_headline{
	font-size: 24px;
	font-weight: bold;
}
	
h3{
	font-size: 18px;
	font-weight: bold;
}
	
.light{
	color: #e2e4e9;
}
	
.column-right {
	color: #e2e6e9;
}
.column-right p {
	padding: 0px 15px;
}
.column-title{
	font-size: 18px;
	font-weight: bold;
	color:#DE785F;
	padding: 0px 15px;
	text-align: center;
}
a.light-href{
	font-size: 12px;
	color: #e2e6e9;
	display: block;
	padding-top: 5px;
}
a.light-href:hover{
	color: #de7858;
}

a.light-href:visited{color:#e2e4e9;}
	
.headline{
	font-size:18px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	color: #FEA120;
}

.content{
	font-size:14px;
	padding: 0px 0px 20px 0px;
}


.programmhref{
	font-size: 12px;
}
