﻿body{
	background-color: #1572f3;
	background-image:url("../images/bg1.jpg");
    background-repeat: repeat-x;
    color: #4C4C4C;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    line-height: 22px;
    margin-top: 0;
	

}

#wrap{
	background-color: white;
    background-repeat: repeat-x;
    height: auto;
    margin: auto;
    width: 1004px;
	margin-top:2px;
	
}
#header {
    
	background-color: white;
    height: auto;
    margin-top: 0;
    width: 1004px;
	float:left;
}
#header-left{
	padding:0px;
	line-height:0px;
	margin-top:0px;
	margin-left:0px;
	float:left;
	width:604px;
	height:150px;
	/*background:url("../images/logo1.gif") no-repeat;*/
}
#header-right{
	padding:0px;
	line-height:0px;
	margin-top:0px;
	padding-top:20px;
	padding-left:40px;
	margin-left:0px;
	float:left;
	width:150px;
	height:100px;
	/*background:url("../images/logo1.gif") no-repeat;*/
}
#logo-left img{
	float:left;
	padding:2px;
	margin-top:38px;
}
/*#logo-right img{
	float:left;
	padding:2px;
}*/
.menu{
	
	width:1004px;
	height:25px;
	background:#0E7BC0;
	float:left;
}
.menu ul{
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
}
.menu ul li{
	padding:0px;
	width:124px;
	float:left;
	line-height:25px;
	margin:0px;
	text-align:center;
	margin-top:0px;
	
	
}
.menu ul li+li{
	border-left:1px solid white;
}
.menu ul li a:hover{background:white; color:#2D7FA5;}
.menu ul li a{
	margin:0px;
	color:white;
	text-decoration:none;
	font-size:12px;
	display:block;
	font-weight:bold;
	
}
.iconDiv{
	float:left;
	padding-top:5px;
	width:100%;
	background:white;
	border-bottom:1px solid #B49CE5;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}
.iconDivImg{
	 padding-left:10px;
	padding-top:10px;
	width:70%;
	background:white;
	border-bottom:1px solid #B49CE5;
}
.iconButton{ 
	 padding-left:0px;
	padding-top:0px;
	width:100px;
	font-family:Verdana, Century Gothic;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	
	border-bottom:1px solid #B49CE5; background-color: #C0C0C0; }

.iconTable{
	float:left;
	width:100%;
	font-size:10px;
	background:white;
	font-style:italic;
	font-weight:bold;
	border-bottom:0px solid #B49CE5;
	font-family: Geneva,verdana, Century Gothic;
}
.iconButton:hover{background:#1572f3; color: White;}
.iconContainer{
	float:left;
	margin-left:20px;
	
	
}
.iconHeading{
	margin-left:30px;
	font-size:15px;
	margin-top:20px;
	font-weight:normal;
	
	font-family: Geneva,verdana;
	color:#FF7145;
	
	
}
#footer{
	float:left;
    background-color:#EFEFEF;
    float: left;
    height: 70px;
    width: 1004px;
	color:black;
	margin-left:0px;
}
