@charset "utf-8";
html {
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-image:url(img/bottomBg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

body,div,font,p,input,textarea,h1,h2,h3,h4,br,div {
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.6em;
	padding-top:0;
	margin-top:0;
}

#body h1 {
	padding-top:0;
	margin-top:0;

}

img {
	border:0;
}

a {
	color:#112243;
	text-decoration:none;

}

a:hover {
	color:#F25526;
	text-decoration:none;
}

#left {
	 width:5%;
	 float:left;
	 background-image:url(img/leftBg.png);
	 background-repeat:repeat-y;
	 background-position:right;
	 height:100%;
	 background-color:#FFFFFF;
 }

#center {
	 width:90%;
	  float:left;
  
}

#right {
 	width:5%;
 	float:left;
 	height:100%;
  	background-image:url(img/rightBg.png);
 	background-repeat:repeat-y;
 	background-position:left;
	background-color:#FFFFFF;
}

#top {
	position:relative;
	height:170px;
	background-image:url(img/indexTR.png);
	background-position:right;
	background-repeat:no-repeat;
	border-right:2px solid #FFFFFF;
	
}

#top img {
	padding-left:20px;
	padding-top:50px;

}

#slogan {
	position:absolute;
	right:35%;
	top:125px;
	visibility: visible;
}



#topNav {
	clear:both;
	background-image:url(img/topNavBg.png);
	height:23px;
	padding-top:5px;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;


}

#topNav a {
	padding-left:10px;
	padding-right:10px;
	font-size:95%;
	
}

#body {
	clear:both;
	padding:20px;

}

#footer {
	bottom:0;

}

#firstDiv {
	height: 110px;

}

.darkBigText {
	color: #074a8a;
	font-size: 14px;
}

.lightBlueBigText {
	color: #4c9dd0;
	font-size: 14px;
	letter-spacing:1px;
}

#middleTable {
	height:150px;
	border-top:3px solid #99C5E1;
	border-bottom:3px solid #99C5E1;
	
	
}

#middleTable td {
	height:150px;
	background-position:center; 
	background-repeat:no-repeat;
	width:20%;
	background-color:#B6B6B6;

	
}

.imageSelect  {
	border:1px solid  #F25526;
}


