*{
margin:0;
padding:0;
}

a.blueLink:link, .blueLink a:link
{
	color:#003070;
	font-weight:bolder;
	text-decoration:none;
}
a.blueLink:visited, .blueLink a:visited
{
	color:#4E688B;
	text-decoration:none;
}
a.blueLink:hover, .blueLink a:hover
{
	color:#808080;
	text-decoration:underline;
}
a.blueLink:active, .blueLink a:active
{
	color:#aaaaaa;
}

/*
.blueLink a:link
{
	color:#003070;
	font-weight:bolder;
	text-decoration:none;
}
.blueLink a:visited
{
	color:#4E688B;
	
	text-decoration:none;
}
.blueLink a:hover
{
	color:#808080;
	text-decoration:underline;
}
.blueLink a:active
{
	color:#aaaaaa;
}
*/
a.blackLink:link, .blackLink a:link   /* unvisited link */
{
	color: #000000;
	text-decoration: none;

}

a.blackLink:visited, .blackLink a:visited    /* visited link */
{
	color: #000000;
	text-decoration: none;

}
a.blackLink:hover, .blackLink a:hover /* mouse over link */
{
	color: #000000;
	text-decoration: underline;
	

}   
a.blackLink:active, .blackLink a:active /* selected link */
{
	color: #000000;
	text-decoration: underline;

}   


a.redLink:link, .redLink a:link   /* unvisited link */
{
	color: #8E1622;
	text-decoration: none;

}

a.redLink:visited, .redLink a:visited    /* visited link */
{
	color: #8E5E63;
	text-decoration: none;

}
a.redLink:hover, .redLink a:hover /* mouse over link */
{
	color: #DFC3C3;
	text-decoration: underline;
	

}   
a.redLink:active, .redLink a:active /* selected link */
{
	color: #DFC3C3;
	text-decoration: underline;

}   


a.whiteLink:link, .whiteLink a:link /* unvisited link */
{
	color: #ffffff;
	text-decoration: none;

}

a.whiteLink:visited, .whiteLink a:visited   /* visited link */
{
	color: #ffffff;
	text-decoration: none;

}
a.whiteLink:hover, .whiteLink a:hover /* mouse over link */
{
	color: #ffffff;
	text-decoration: underline;
	

}   
a.whiteLink:active, .whiteLink a:active /* selected link */
{
	color: #C6C6D4;
	text-decoration: underline;

}   

.whiteBottom
{
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

.rightNavImage
{
	margin-top:10px;
}

.alignLeft
{
	text-align:left;
}
.alignRight
{
	text-align:right;
}

.navBarLink
{
	float:left;
	height:30px;
	line-height:1em;
	margin-top:36px;
	overflow:hidden;
	width:100%;
	
}
.vline
{
	/*virtical line for navBar*/
	background-color:#676767;
	height:64px;
	position:absolute;
	right:0;
	width:1px;
	z-index:6;
}
.nav_blurb
{
	margin: 0 5px 10px;
	font-weight: bold;
	text-align: center;
}
.nav_blurb img
{
	border: 3px solid #BFBFBF;
}
.leftNavHeading
{
	color:#000000;
	font-weight: bold;
	cursor: row-resize;
	padding-right:12px;
	width:155px;
	/*text-align: center;*/
}
.cursorExtra
{
	cursor: row-resize;
}
.leftNavSubLinks
{
	margin-left: 10px;
	font-weight: bold;
	font-size: 85%;
	width: 150px;/*this ensures that IE will not make the menu jump to the left for javascript blind effect*/
}
.leftNavSubLinks ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
}
.leftNavSubLinks li
{
	text-indent: -15px;
	padding-left: 15px;
}

.customLeftNavContainer
{
	margin-left: 10px;
}
.nav_hr
{
	border-bottom: 1px solid #999999;
	margin: 4px;
}
.rightNavBox
{
	margin-left:auto;
	margin-right:auto;
	width: 95%;
	font-weight: bold;
	font-size: 140%;

}
.fakeFooter
{
	height: 0px;
	width: 100%;
	clear: both;
}
.bottomFrame
{
	height: 20px;
	width: 920px;
	margin-left:  14.6%;
	margin-right: auto;
	margin-top:-10px;
	
	background-image:	url('../../images/misc/bottomFrame.jpg');
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:bottom center; 
}

.noBorder
{
	border-style: none;
}	
.notice
{
	font-weight: bold;
	font-style:italic;
}
.note
{
	font-style: italic;
}
.whiteBorder
{
	border: medium solid rgb(255,255,255);
}

.applyButton
{
	width: 150px;
	height: 50px;
	font-size:150%;
	color: #000000;
	font-weight:normal;

}

hr.white
{
	background-color: #ffffff;
	color: #ffffff;
	width: 98%;
	height: 1px;
	border: 0;
}
hr.black
{
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0;
}
hr.grey
{
	background-color: #828282;
	color: #828282;
	width: 98%;
	height: 1px;
	border: 0;
}
hr.STwidth
{
	width: 98%;
}
hr.STpadding
{
	margin-top:10px;
	margin-bottom: 10px;
}

.moreMarginTop
{
	margin-top: 50px;
}

.whiteText
{
	color:#ffffff;
}
	
.rightNavText
{
	text-align:left;
	font-size:80%;
	color: #777777;
}
.rightNavText ul
{
	list-style: none;
}
.section_title
{
	color: rgb(142, 22, 34);
	/*font-variant: small-caps;*/
	border-bottom: 1px solid #BBBBBB;
	margin-top:2em;
	
}
a.rightNavBox
{
	font-weight: bold;
}
.dotsLetsMarg
{
	margin-left: 30px;
}
.bold
{
	font-weight: bold;
}
.red
{
	color: rgb(142, 22, 34);
}
.blue
{
	color: rgb(0, 48, 114);
}
.grey
{
	color: #828282;
}
.hrule
{
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	margin-right: 10px;
}
.center
{
	margin-left: auto;
	margin-right: auto;
	
}
.text_center
{
	text-align: center;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.caps
{
	font-variant: small-caps;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.clearfloat
{
	clear: both; /*sometimes you have to clear the float so that items after it will be inline as they should*/
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}

/******* begin stylish box code ********/
/*****Usage*****
		<div class="box">
			<div class="boxblur">
				<div class="boxshadow">
					<div class="boxcontent">
						<img class="boximage"  src="../../FScode/pages/RegFaculty/nsse/images/happystudent_small.jpg"/>
					</div>	
				</div>
			</div><div class='clearfloat'></div>
		</div>
*/
.box
{
	background-color: #ccc; /*shadow color*/
	display:inline-block;
	margin:10px 10px 0px 0px;
}
.boxblur{
	
	color: inherit;
	width:auto;
}

.boxshadow,
.boxcontent{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.boxshadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.boxcontent{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #bbb; /*border color*/

}
.boximage
{
	display: block;
}
table.fancy_table
{
	border-collapse: collapse;
	border: 1px solid #bababa;
	background-color: #eeeeee;
}
table.fancy_table td, table.fancy_table th
{
	padding: 5px;
}
table.fancy_table th
{
	background-color: #869DBC;
	color: #ffffff;
}
.fancy_table_highlight
{
	background-color:#CFCFCF;
}
.fancy_table_highlight_lt
{
	background-color: #dfdfdf;
}
.fancy_table_highlight .fancy_table_highlight_lt
{
	background-color: #bfbfbf;
}
/******* end stylish box code ********/
.containerPlus, .hidden
{
	display: none;
}
img.info_bullet
{
	vertical-align: bottom;
	margin: 0 2px;
}
