/*--Core components--*/
* {
	padding:0;
	margin:0;
	border:0;
}

body {
	text-align:center;
	font-family:verdana;
	background-color:#d2d2d2;
	/*background-image:url('images/background.png');
	background-repeat:repeat-x;
	/*background-image:url('images/techoutbreak.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom center;*/
}

#container {
	background-image:url('images/nbugrad.png');
	background-repeat:repeat-x;
	height:500px;
}



/*--Header/Nav--*/
#header {
	text-align:center;	
	background-color:#1e1e1e;
}

#header #hholder {
	text-align:left;
	width:900px;
	margin:auto;
	padding:20px 0 18px 5px;
	/*height:30px;*/
	/*background-image:url('images/header2.png');
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;*/
}

#header h1 {
	/*margin:25px 0 25px 10px;*/
	padding:0;
	font-size:32px;
	color:#fff;
	font-family:Helvetica;
	/*height:97px;*/
}

#header #navbar {
	background-color:#103178;
	border-top:1px solid #1e49a3;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:5px 0 5px 0;
}

#header #navbar ul {
	list-style:none;
	width:900px;
	margin:auto;
	text-align:left;
}

#header #navbar ul li {
	display:inline;
	border-left:1px solid #15409c;
	border-right:1px solid #0d2863;
}

#header #navbar ul li:first-child {
	border-left:0;	
}

#header #navbar ul li:last-child {
	border-right:0;
}

#header #navbar ul li a {
	color:#bbb;
	text-decoration:none;
	/*background-image:url('images/button.png');*/
	font-size:12px;
	padding:15px 10px 15px 10px;
}

#header #navbar ul li a:hover {
	background-image:url('images/mover.png');
	text-decoration:underline;
	color:#fff;
}

/*--Content Holder--*/
#content {
	padding-top:20px;
	display:block;
	text-align:left;
	width:900px;
	margin:auto;
	overflow:hidden;
}

#mainCol, #sideCol {
	overflow:hidden;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}



/*--Main Column--*/

#mainCol {
	float:left;
	width:670px;
	padding:0 5px;
	background-color:#fff;
	-moz-border-radius-topleft:0;
	-webkit-border-topleft:0;
}


		

/*--Minimize--*/
.min {
	float:right;
	height:7px;
	margin:0 6px 0 0;
	cursor:pointer;
}


/*--Side Column--*/
#sideCol {
	float:right;
	width:200px;
}

#sideCol .sideItem {
	padding-bottom:20px;
	background-color:#fff;
	margin-bottom:20px;
}

#sideCol .sideItem:last-child {
	margin-bottom:0;
}

#sideCol h4 {
	padding:5px 0 0 7px;
	margin-bottom:7px;
	font-size:16px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight:500;
}


/*--Footer--*/
#footer {
	position:fixed;
	bottom:0;
	right:0;
	font-size:10px;
	color:#fff;
}


.clr {
	clear:both;
}


/*
* * {border:1px solid #999;}
* * * {border:1px solid #933;}
* * * *{border:1px solid #393;}
* * * * *{border:1px solid #339;}
* * * * * *{border:1px solid #582;}
* * * * * * *{border:1px solid #952;}
*/
