/* CSS Document */
/* handheld.css
	to control the layout of the page on a pda
	  */
	  
a:link	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf;}

a:visited { font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf; }

a:hover	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }

a:active	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }
			 
/* FROM COA_Layout.CSS BELOW THIS LINE */			 
		  
body {margin: 0px; width:240px;
	 background-color:#E9E5B6;  font-size: 80%; background:  url("");
}

#pagecontainer { width:240px;
 MARGIN: 0px auto;  background-color: #e9e5b6;
}
#header {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0em; PADDING-TOP: .25em;  BACKGROUND-COLOR: black; width:240px; 
}
#header h6 {}
/* #logo {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 0px; 
	text-indent: 0px; background-color:white; background: none; height: auto; width:auto;margin:0; font-size:12px; color:#FF0000;
	} */
	
#logo {
	margin:0; padding:0;
	}

#logo a {
	display:inline ;
	width:auto; height:auto;
	margin:0; PADDING: 0px;
	background:  url(" "); 
	text-decoration: underline;
	font-weight:bold;
	}

#logo a span { display:inline;}	
	
	
	
#skip a, #skip a:hover, #skip a:visited  
 { 
 position:inline; 
 
 } 
#headerlinks { font-family: Arial, Helvetica, sans-serif; position:static; display:inline; 
			font-size: .75em; color: white; text-align:left; 
}
a.headerlink:link	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf;}

a.headerlink:visited { font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf; }

a.headerlink:hover	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }

a.headerlink:active	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }
	
#navwrap2 {display:none; }	
		 
#breadcrumbs { top:0; left:0; margin:0; clear: left; font-size: .8em;background-color: #e9e5b6;  padding-left: 0px; color: #1f2827;
}

a.bcrumblink:link	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: #1f2827;}

a.bcrumblink:visited { font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: #1f2827; }

a.bcrumblink:hover	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white; background:#5a5d70; }

a.bcrumblink:active	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white; background:#5a5d70; }
			 

#content{
	width:240px;
}
#calloutbox {
	float:none;
	margin-left:2px;
	border:1px solid black;
 width: auto;
	background-color: #92b2b1;
}
#digestbox {
	position:relative;
	margin-left:2px;
	border:1px solid #e9e5b6;
 width: auto;
	background-color: #bec8af;
	padding-left: 2px;
}
.pagedate {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em; 
	font-weight: normal; 
	color: black; 
	margin-left: 0px; 
	margin-top: 0em;
	margin-bottom: 0px;
}


#siteinfo {position:static;
	PADDING: 2px; BORDER: 0px dotted black; margin:0; background-color: #1f2827; width:240px;
}
#siteinfo P {
	MARGIN: 2px; TEXT-ALIGN: center; color: #f5f2cf; font-size: .9em;
}
a.siteinfolink:link	{ font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf;}

a.siteinfolink:visited { font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf; }

a.siteinfolink:hover	{ font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }

a.siteinfolink:active	{ font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }
			 
.offleft {position:relative;
	left: auto;
	width: auto; }
	
a.offleft:link	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf;}

a.offleft:visited { font-family:Arial, Helvetica, sans-serif; 
			 text-decoration: underline; color: #f5f2cf; }

a.offleft:hover	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }

a.offleft:active	{ font-family: Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white;  }
	
/* FROM COA_CONTENT.CSS BELOW THIS LINE */
#pagebody {
	PADDING-RIGHT: 0em; PADDING-LEFT: 0em; PADDING-BOTTOM: 0em; PADDING-TOP: 0em;  clear: left;  margin:0; background:  url("");
}

#columns{
	width:240px;BORDER: 0px dotted blue; padding-top: 0px;
}

#leftnav {position:static;
width:12em;
margin: 0em 0em 0em 0em; padding-top:2px;
 background-color:#e9e5b6; 
}
.menutitle {font-size:1.1em; font-weight:bold; margin-bottom:0px; text-align:left;  color:black; margin-top:0; padding-left: 5px;background:  url("") no-repeat; background-color:#b5a78a;
}

/* pagetextcontainer is the standard containing box used in pages with simple rounded corners
	- any special images that need to be used should be placed in a separate, overriding css file -
	- for example, the section's css file */
#pagetextcontainer {display:inline;
margin:0; padding:0; width:240px;
 BACKGROUND-COLOR: #f5f2cf; 
}
.topright {background:  url(" ");
}
.topleft {background:  url(" ");
}
.bottomright {background:  url(" ");
}
.bottomleft {background:  url(" ");
}

#pagetext {  margin:0;
padding:0;  

}

h1{font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.75em; 
	font-weight: normal; 
	color: #6d4057; 
	margin-left: 0px; 
	margin-top: 0em;
	margin-bottom: 3px;
}



h2 {font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: #6d4057; 
	margin-left: 0px; 
	margin-top: 1em;
	margin-bottom: 1em;
}

a.h2link:link	{ font-family: Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #494B5A; margin-left:0px;}

a.h2link:visited { font-family:Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #494B5A; }

a.h2link:hover	{ font-family: Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #6d4057; }

a.h2link:active	{ font-family:Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #6d4057; }

.par_text {font-family:  Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: normal; 
	color: black; 
	margin-left: 2px; 
	margin-top: 0em;
	margin-bottom: .5em;
	line-height: 1.5em;
	margin-right: 0;

}

#pagetext p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: normal; 
	color: black; 
	margin-left: 2px; 
	margin-top: .7em;
	margin-bottom: .5em;
	line-height: 1.3em;
	margin-right: 2px;
	}
	
#pagetext ul{ 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 1.1em;
	color: black;
	margin-left:12px; 
	line-height: 1.5em;
	margin-right: 1em;
	padding-left: 0;
	}
#pagetext ul li{ 
	margin-left : 5px; 
}
#pagetext ul ul{ 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color: black;
	margin-left: 10px; 
	line-height: 1.5em;
	margin-right: 0;
}

#pagetext ol li{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em;
	color: black;
	margin-left: 10px; 
	line-height: 1.5em;
	margin-right: 1em;
}
#pagetext ol ol li{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
		color: black;
	margin-left: 10px; 
	line-height: 1.5em;
	margin-right: 1em;
}
table {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em;
	color: black;
	margin-left: 5px; 
}

/* for high level paragraph rounded boxes */
.high_level_par{
	width: 95%;
	margin-top: 5px; margin-left: 5px; margin-bottom: 5px;
	padding:0;
	background-color: #e9e5b6;
	overflow:auto;
}
.high_level_par H2 {
	margin:0;
	padding:4px 5px 5px 5px;
	background:  url(../../images/high_par_topLpurple.gif) top left no-repeat; 
background-color: #6d4057;
	}
	
#calloutbox {
	display:inline;
	margin-left:1em;
	border:1px solid #494B5A;
 width: 100%;
	background-color: none;
}

#calloutbox .title {
	display: block;
	float: left;
	text-align: center;
	width: 100%; 
	margin: 0;
	padding: 2px;
	background-color: #494B5A;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em; 
	font-weight: bold; 
	color: #f5f2cf;
	clear:both;
	}

/* for student, fac/staff, and alumni resource pages */
#calendarbox{
	display:inline;
	margin-left:1em;
	border:1px solid #b5a78a;
 width: 100%;
	background-color: none;
}
#calendarbox .title {
	display: inline;
	float: left;
	text-align: center;
	width: 100%; 
	margin: 0;
	padding-bottom: 2px;
	background-color: #b5a78a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	font-weight: bold; 
	color: black;
	clear:both;
	}

/* For CoA Home Page */
#leftnav{display:none; }
#leftcolumn  {display:none; }
#slideshow {display:none; }
.homepic {display:none; }

#newsandevents { float:left; padding-left: 1em; margin-top: 2px; margin-left: 2px; width: auto;
BORDER: 0px dotted black; display:inline;
}

#newsandevents.h1 {font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #1f2827; 
	margin-left: 0px; 
	margin-top: 5px;
	padding-bottom: 2px; margin-bottom:0;
}
#newsandevents.h2 {font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-weight: bold; 
	color: black; 
	margin-left: 2px; 
	margin-top: 2px;
	margin-bottom: 0em; padding-bottom:0;
}

a.h2:link	{ font-family:Arial, Helvetica, sans-serif; 

			font-size: 1em; text-decoration: underline; color: #494B5A; }

a.h2:visited { font-family: Arial, Helvetica, sans-serif; 

			font-size: 1em; text-decoration: underline; color: #494B5A; }

a.h2:hover	{ font-family: Arial, Helvetica, sans-serif; 

			font-size: 1em; text-decoration: underline; color: #f5f2cf; }

a.h2:active	{ font-family: Arial, Helvetica, sans-serif; 

			font-size: 1em; text-decoration: underline; color: #f5f2cf; }

.iteminfo { font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; text-align: left; color: black; margin-top:0px;
		margin-left: 10px; margin-right: 0px; margin-bottom:0px;
		}
		
.printOnly {
	display:none; }
	
/* FROM FAQ.CSS controlling Ugrad and Grad FAQ layout */

/* margin for the DTs (shorthand) */
#FAQlist dt {margin-left:0px; margin-right: 5px; margin-bottom: 5px; margin-top:5px; padding-bottom: 5px; }

/* image and left padding for DDs */
#FAQlist dd {background:url(); background-position: no-repeat;padding-left:10px; font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif; padding-bottom: 10px; }

/* styling all anchors in the DTs */
#FAQlist dt a{background:0 0 no-repeat;padding-left:32px; font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
				padding-bottom: 5px; color:#494B5A;text-decoration:none; line-height:1.5em;  }


#FAQlist dd p {margin-left: 0px; margin-right: 10px; font-size:1em; font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;}


