@charset "utf-8";
/* CSS Document */
body, html {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(Images%20-%20NEW/background.png);	
	background-attachment: fixed;
	height: 100%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: inherit;
	color: #027fff;
}
a:active {
	text-decoration: blink;
	color: #027fff;
}
.ismain{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.ismain #container {
	width: 800px;
	margin: auto;
	text-align: center;
	border-color: #000000;
	background-image: url(Images%20-%20NEW/background1.png);
	background-repeat: repeat;
}
.ismain #header {
	border: thin none #0000FF;
	background-color: #494F54;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ismain #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ismain #mainContent {
	background-image: url(Images%20-%20NEW/background1.png);
	background-repeat: repeat;
}
.ismain #mainContent #wrap img{
	float: left;
	padding: 10px;
	padding-top: 0px;
}
h3{
	font-family: Veranda, Helvetica, sans-serif;
	color:#2B7D95;
	margin: 3px;
}
h3 a{
	text-decoration: none !important;
	font-family: Veranda, Helvetica, sans-serif;
	color:#2B7D95 !important;
	margin: 3px;
}

.ismain #mainContent #wrap{
	width: auto;
	padding-right: 20px;
	padding-left: 20px;	
}
.ismain #mainContent #wrap .box1{
	clear: both;
}
.ismain #mainContent #wrap .box1 .left{
	float: left;
	text-align: left;
}
p#mtop{
	text-align: left;
}
p#clear{
	clear:both;
}
.ismain #footer {
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #494F54;
	width: 800px;
}
.ismain #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {color: #100c6d; font-size: medium; font-weight: bold; font-family: Verdana;}
.style2 {color: #100c6d !important; font-size: x-large; font-weight: bold; font-family: Verdana; text-decoration: none!important;}
.style2 a{color: #100c6d !important; font-size: x-large; font-weight: bold; font-family: Verdana; text-decoration: none!important;}
.style3 {color: #000000; font-size: 12px; font-weight: normal; font-family: Verdana;}
.style4 {color: #FFFFFF; font-size: 8px; font-weight: normal; font-family: Verdana;}
.style5 {color: #FFFFFF; font-size: 12px; font-weight: normal; font-family: Verdana;}
.clear{
	clear: both;
	height: 0px;
	width: 100%;
}
.imgpadtop{
	padding-top: 0px;
	padding-bottom: 15px;
}
.img_center_clear{
	margin: auto;
	clear: both;
	margin: 5px;
	float: none !important;
}

#project{
	width: 90%;
	margin: auto;
	padding: 5px;
	clear: both;
	margin-bottom: 8px;
	background-image: url(Images%20-%20NEW/colbg.png);
}
#project table{width: 100%}
#project table table{width: auto}
#project #pimg{
	margin: auto;
	clear: both;
	max-height: 300px;
	max-width: 300px;
}
#project table p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 100%;
}
#project table p.an{
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#project table h4{
	color: #100c6d;
	font-family: Verdana, Geneva, sans-serif;
}
.mlinks{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
#imgh{
	height: 360px;
	float: left;
}