@charset "utf-8";
/* CSS Document */
.headline {
	color: White;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: -2px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
#navContainer {
        padding-left: 0px;
	background-color: black;
	clear: both;
	height: 32px;
	width: auto;
}
#mainLayout {
	background-color: black;
	clear: both;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-left-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 0px;
	position: relative;
}
#footerBox {
	text-align: center;
	clear: both;
	height: 40px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #CCFF66;
}
#eventscolumn{
padding-left: 0px;
padding-right: 0px;
padding-top: 110px;
width:150px;
margin: 0px;
float: left;
height: auto;
}
#leftColumn {
        
        background-image: url(images/bckgnd93.jpg);
        background-position: 0px 25px;
        background-repeat: no-repeat;        
        padding-left: 0px;
	margin-top: 15px;
        margin-left: 0px;
	float: left;
	height: auto;
	width: 600px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #333;
	padding-right: 100px;
}
#leftColumn p {
	line-height: 22px;
}
#rightColumn { 
        background-image: url(images/updates.jpg);
        background-position: -4px 200px;
        background-repeat: no-repeat;  
        padding-left: 10px;
        padding-right: 10px;
	float: left;
	height: 600px;
	width: 130px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#rightColumn p {
	background-color: #000;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px dotted #5A710D;
	line-height: 18px;
}
#rightColumn div {
	margin-bottom: 10px;
}
#header {
	background-color: black;
	padding: 0px;
	clear: both;
	height: 142px;
	width: 1000px;
	background-image: url(images/3.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	position: relative;
}
.pagetitle {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
#pageTitleBox {
	position: absolute;
	left: 15px;
	top: 20px;
	width: auto;
}
#titleBox {
	position: relative;
	height: 40px;
	width: 250px;
	left: 5px;
	top: 40px;
}
#iith_logo{
        height: 100px;
	width: 600px;
	float: left;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#followus{

        height: 90px;
	width: 190px;
	float: left;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#globalMenu {
	height: 20px;
	width: 190px;
	float: left;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(images/globalnav_bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.subheadline {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -2px;
}
.updates {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	
}
.intro {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
        text-align: center;
}
a:link {
	color: #FFF;
        text-decoration: none;
}
a:visited {
	color: #FFF;
        text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

#footerBox a:link {
	color: #FFF;
}
#footerBox a:visited {
	color: #333;
}
#footerBox a:hover {
	color: #333;
	text-decoration: none;
}
#footerBox a:active {
	color: #FFF;
	text-decoration: none;
}


