/* CSS Document */

body {
margin: 0 0 20px 0;
background-image:url(images/back.png);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #17345C;
line-height: 1.4em;
}

a {color: #6C6C6C;}

.idimg {border: 1px solid #000;}

	.topdiv {
	text-align:right;
	border-bottom: 1px dashed #647AA9;
	}
	
	img {border:none;}
	
	hr {
	margin: 20px 5px 20px 5px;
	height: 1px;
	}
	
	h1 {
	font-size:14px;
	font-weight: bold;
	background-image:url(images/woodstock.png);
	background-repeat:no-repeat;
	padding: 0 0 0 25px;
	}
	
	h2 {
	font-size: 12px;
	font-weight: bold;
	}
		h2:before {content:"» ";}
	
	.navi  li{			/* ul on top of freshers page */
	list-style-type:circle;
	padding: 2px 0 2px 0;
	}

a {
font-weight:bold;
text-decoration:none;}

/* all the boxes */
#box {
width:750px;
margin: auto;
}

#container {
margin: 5px 10px 0 0;
float:left;
width: 600px;
}

#top {
background-image:url(images/top.png);
background-repeat:no-repeat;
padding: 0;
height: 50px;
width: 750px;
}

#logo {
margin: 5px 0 6px 0;
}

#maintop {
background-image: url(images/whitetop.png);
height: 10px;
width: 600px;
}

#main {
width: 580px;
background-image:url(images/whiteback.png);
background-repeat:repeat-y;
padding: 1px 10px 5px 10px;
text-align:justify;
min-height: 300px;
}

	#main a {color: #339966;}

#footer {
width: 600px;
background-image:url(images/foot.png);
height: 23px;
text-align:center;
padding: 7px 0 0 0;
font-size: 10px;
color: #999999;
}

	#footer a {color: #B4CAE7;}

/* all tabs styles */

#tabs{
margin: 0;
text-align:left;
float: left;
width: 90px;
}

#tabs a{
display: block;
margin: 0 0 5px 0;
padding: 2px 0 2px 5px;
font-size: 11px;
text-decoration:none;
letter-spacing: 1px;
border: 1px solid #7E94C4;
}

	#tabs a:hover {
	background-color: #fff;
	}

		.n {background-color: #CAFFC5;}
		.f {background-color: #B7DBFF;}
		.s {background-color: #FFCDFF;}
		.ab {background-color: #FFC7B7;}
		.g {background-color: #FFFDB0;}
		.l {background-color: #EBFFC1;}
		.p {background-color: #D6FEFF;}
		