/* CSS Document */
html{
	height:100%;
	margin:0;
	}
body{
	background-color:#1d1d1d;
	margin:0;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a{
	text-decoration:none;
	color:#006699;
	}
	
#mainDiv{
	display:block;
	min-height:100%;
	background-image:url(images/backgroundLoop.jpg);
	background-repeat:repeat-y;
	width:884px;
	margin-left:auto;
	margin-right:auto;
	}
	
#contentDiv{
	width:884px;
	display:block;
	margin-left:12px;
	}
	
#footer{
	display:block;
	width:884px;
	height:35px;
	background-color:#1d1d1d;	
	margin-left:auto;
	margin-right:auto;
	}

#bottomLinks {
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#000000;
	text-align:center;
	}
	
#bottomLinks a{
	color:#99CC00;
	}
	
#firstColumn{
	float:left;
	margin-left:15px;
	margin-top:10px;
	}

#secondColumn{
	float:left;
	margin-left:50px;
	margin-top:10px;
	width:400px;
	}

#redHeader{
	background-color:#ea4b14;
	width:320px;
	height:38px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:500;
	cursor:pointer;
}

#yellowHeader{
	background-color:#ebf41f;
	width:320px;
	height:38px;
	color:#FFFFFF;
	font-weight:500;
	cursor:pointer;
}

#blueHeader{
	background-color:#2092f3;
	width:320px;
	height:38px;
	color:#FFFFFF;
	font-weight:500;
	cursor:pointer;
}

#purpleHeader{
	background-color:#b51ff4;
	width:320px;
	height:38px;
	color:#FFFFFF;
	font-weight:500;
	cursor:pointer;
}

#redContent, #yellowContent, #blueContent, #purpleContent{
	background-color:#333333;
	height:200px;
	color:#FFFFFF;
	font-size:11px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}

#colorfulSection{
	border-width:2px;
	border-style:solid;
	border-color:#999999;
	}

#mainPic{
	border-style:solid;
	border-width:2px;
	border-color:#999999;
	}

#events{
	width:369px;
	font-size:11px;
	display:block;
	}
	
.date{
	float:right;
	width:369px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:1px;
	}
	
#upcomingEventsTitle, #contactTitle{
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#669900;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#000000;
	line-height:24px;
	font-weight:500;
	margin-bottom:4px;
	}

#nameTitle, #emailTitle{
	margin-left:30px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}

.update{
	margin-bottom:10px;
	}
	
#internshipForm{
	background-color:#CCCCCC;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	padding-left:8px;
	line-height:30px;
}

.updateBox{
	width:500px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	background-color:#E8E8E8;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	}