@charset "UTF-8";
/* CSS Document */
/* defines the look of body text on the pages */
body {
	margin: 10;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* defines the look of text field in the combo search box */
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	top: 50px;
	margin-left: 0px;
	padding-left: 0px;
}
/* defines the look of the div with a light grey border that surrounds the entire page */
.UMDintra #container {
	width: 760px; 
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0;
} 
/* defines the look of the top portion of the page contains logo and search box */
.UMDintra #header {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
/* most likely not needed*/
.UMDintra #header h1 {
	margin: 0; 
	padding: 10px 0;
}
/* defines the look of the column that contains the navigation*/
.UMDintra #sidebar1 {
	float: left; 
	width: 130px;
	clear: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
/* defines the look of the column that contains the news box*/
.UMDintra #sidebar2 {
	float: right;
	width: 160px;
	margin: 0px;
	padding: 0px;
	width: 118px;
	clear: none;
}
/* defines the look of the column that contains the body of the page*/
.UMDintra #mainContent {
	width: 484px;
	margin-top: 0;
	margin-bottom: 0;
	clear: none;
	left: -1px;
	top: 319px;
	margin-right: 0px;
	margin-left: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: verdana;
} 
/* defines the look of the area that contains department banner*/
.UMDintra #banner {
	width: 484px;
	margin-top: 0;
	margin-bottom: 30;
	padding-top:0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: none;
	left: -1px;
	top: 289px;
	margin-right: 0px;
	margin-left: 140px;
	right: 0px;
	bottom: 0px;
} 
/* defines the look of the area that contains the footer links*/
.UMDintra #footer { 
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
/* defines the look of any paragrapgh text used in the footer*/
.UMDintra #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* defines the positioning of combo search box and links */
.UMDintra #topsearch {
	float: right;
	top: 7px;
	left: 665px;
	width: 415px;
	height: 50px;
	padding: 0px;
	margin-right: 5px;
	margin-top: 45px;
}
/* defines the positioning of the umdnj logo */
.UMDintra #UMD_logo {
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	position: static;
	width: 282px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* defines the positioning and look of the tabbed links */
.UMDintra #Tabs {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	background-image: url(../template_images/back_long.gif);
	background-repeat: repeat;
	height: 30px;
	width: 761px;
} 
/* defines the positioning and look of the bread crumb trail */
.UMDintra #bread {
	width: 484px;
	margin-top: 0;
	margin-bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	clear: none;
	left: -1px;
	top: 319px;
	height: 15px;
	margin-right: 0px;
	margin-left: 140px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
} 
/* defines the look of the combo search text */
.blue_links {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #3366cc;
} 
/* defines the positioning and look of the news box */
#news_box {
	background-color: #E2EEF9;
	width: 112px;
	background-image: url(../template_images/newscorner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
}
/* defines the positioning and look of the UMDNJ logo */
#UMD_logo {
	position:absolute;
	width:250px;
	height:94px;
	left: 342px;
	top: 13px;
}
/* defines the background for the area between the tabs at top and the footer at bottom */
.UMDintra #border {
	background-image: url(../template_images/background.gif);
	float: left;
}
/* an alternate rule for pages without the news box */
.UMDintra #mainContent_policies {
	width: 540px;
	margin-top: 0;
	margin-bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	clear: none;
	left: -1px;
	top: 319px;
	margin-right: 0px;
	margin-left: 145px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
} 

