﻿@charset "UTF-8";
/* CSS Document */


#contentWrapper {
	border-style:solid;
	border-color:#009;
	border-width:3px;
}

#header {
	background-image:url(../Images/PNG/NEICheader.png);
	background-repeat:no-repeat;
}

#menu {
	background-image:url(../Images/PNG/NEICmenubackground.png);
	background-repeat:repeat-x;
}


#menu ul a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
}
#menu a:hover {
	color:#A4C7FF;
}

	
#mainContent {
	color:#009;
	font-size:14px;
}

#mainContent h1 {
	font-size:20px;
}

#mainContent img {
 
}

#blocks a img {
	text-decoration:none;
	border:none;
}

#block1, #block2, #block3 {
	border-style:solid;
	border-color:#009;
	border-width:3px;
}


#footer {
	border-top-style:solid;
	border-top-color:#009;
	border-top-width:3px;
}
	
#footer a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:#009;
}
.title {
	font-size:16px;
	font-weight:bold;
}

