  body
  {
    background-image:url("images/background.jpg");
	background-repeat:repeat-x;
	background-color:#34352f;
	margin-top:0px;

  }
  
  body, input, textarea, select
  {
	font-family:arial,sans-serif;
	font-size:12px;  
  }

  h1
  {
    color:#ca1414;
	font-size:16px;
    clear:both;
  }

  h2
  {
    color:#ca1414;
	font-size:14px;
  }

  a
  {
    color:#ca1414;
  }

  div#main
  {
    margin-left:auto;
	margin-right:auto;
	width:730px;
  }
   
  div#left
  {
    width:219px;
	min-height:495px;
	height:auto !important;	
	height:495px;	
	float:left;
	background-repeat:no-repeat;
	background-position:top left;	
	background-color:#363730;
  }

  div#topright
  {
    width:511px;
	min-height:526px;
	height:auto !important;	
	height:526px;	
	float:left;
    background-image:url("images/right.jpg");
	background-repeat:no-repeat;
	background-position:top left;		
  }
  
  div#contentbackground
  {
    float:left;
	width:511px;
	background-image:url("images/contentbackground.jpg");
	background-repeat:repeat-y;
  	min-height: 614px;
	height:auto !important;	
	height: 614px;
  }  
  
  table#login
  {
    margin-top:225px;
	margin-left:250px;
  }
  
  table#login td, input
  {
    font-size:10px;
  }
  
  div#contentarea
  {
    margin-top:25px;
    margin-left:25px;
	margin-right:50px;
  	background-color: #FFFFFF;
  
  }
  
  div.newsitem
  {
    width:50%;
	line-height:1.5em;
	float:left;
  }
  
  div.newsitem div.dateline
  {
    color:#333377;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
  }
  
  div.newsitem a
  {
    color:#ca1414;
  }
  
  div#menuarea
  {
    margin-top:195px;
	margin-left:60px;
  }
  
  div#menuarea div.menubackground
  {
  	width:150px;
	min-height:20px;
	height:auto !important;	
	height:20px;		
	background-image:url("images/menuunderline.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;	
	margin-bottom:10px;
  }
  
  div#menuarea a
  {
    font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
  }
  
  div#menuarea a:hover
  {
    color:#e5e5e5;
  }

  .anylinkcss
  {
    position:absolute;
    margin:1px;
    visibility: hidden;
    line-height: 18px;
    z-index: 100;
    font-size:10px;
    background-color: #b41010;
    width: 215px;
    filter: alpha(Opacity=75);

    //font-style:normal;
    //font-variant:normal;
    //font-weight:normal;
    //font-size:5px;
  }
  .anylinkcss a, a:visited.menu, a:link.menu, a:hover.menu, a:active.menu
  {
    font-family : arial, sans-serif;
    color : #ffffff;
    width: 100%;
    display: block;
    border-bottom:#f2a39f dotted 1px;
    //padding-left:10px;
    text-decoration: none;
    font-weight: bold;
    text-indent: 8px;
    text-align:left;
    font-size:10px;
    text-decoration:none;
  }

  .anylinkcss a:hover
  { /*hover background color*/
    background-color : #e81e1e;
	text-decoration:none;
  }

  p.IndentedProgram
  {
    margin-left:25px;
	margin-bottom:5px;
	margin-top:0px;
  }

  div#ProgramDetails
  {
    background-color:#f0c8cd;
	border:solid #b41010 1px;
    padding:3px;
    float:left;
	margin-right:15px;
  }

  div#ProgramDetails a
  {
    text-decoration:none;
    color:#b41010;
  }

  div#ProgramDetails a:hover
  {
    text-decoration:underline;
  }

  div#TestimonialBackground
  {
  	background-image: url('images/testimonialbackground.jpg');
	background-repeat: no-repeat;
	width: 188px;
	height: 103px;
	float: right;
  	margin-top: 75px;
  	vertical-align: middle;
  }

  div#TestimonialBackground div
  {
  	margin: 10px;
	color: #000000;
  	font-size: 11px;
  }

  /* photo gallery */
  img.Thumbnail
  {
    border: solid #B4100F 1px;
	padding:1px;
  }

  img.Thumbnail:hover
  {
    border: solid #343375 1px;
  }

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('images/photogallery/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('images/photogallery/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/photogallery/nextlabel.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	 
  
  /* campus stylesheets */
  div#EditMyProfile
  {
    margin-left:60px;
  }

  div#EditMyProfile a  
  {
    font-size:10px;
  }

  /* online application */
  span.FormError, p.FormError, span.Required
  {
    color:red;
  }
  

