@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3366CC;
	border-left-color: #3366CC;
	margin-top: 10px;
	border-top-color: #3366CC;
	border-bottom-color: #3366CC;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/ictlogo20093.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav {
	height: 75px;
	background-color: #FFFFFF;
}
#wrapper #headerimg {
	height: 550px;
	background-color: #FFFFFF;
	background-image: url(../images/midlogo4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#wrapper #nav .style2 #text {
	background-color: #FFFFFF;
}
#wrapper #nav #bodytext {
	height: 500px;
	background-color: #EDEDED;
	margin-right: auto;
	margin-left: auto;
    width: 990px;
}
#wrapper #nav #bodytext #center {
	height: 500px;
	width: 990px;
	background-color: #F3F3F3;
}
#wrapper #nav #bodytext #center p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px;
	color: #3366FF;
}

