Body {
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
	background-color: #003366;
	color: inherit;
	font-family: sans-serif;
	font-size: 12px;
}

#header {
  background: #d7dabd;
}

.uclaISAP {
/*	font-size:1.25em;
	font-weight:bold; */
	float:left;
	width:310px; 
	height:25px;
	z-index:1;
	visibility:visible;
	background-image:url(../images/ucla-isap-title-text.gif);
	background-repeat:no-repeat;
	margin-left:19px;
	margin-top:21px;
}

#UCLALine {
	float:left;
	top:28px;
	width:100%; 
	height:54px;
	z-index:2;
	visibility:visible;
	background-image: url(../images/UCLALine.jpg);
	background-repeat:repeat-x;
}

#DMCTextBox {
	float:left;
	top:82px;
	width:100%;
	height:110px;
	z-index:3;
	visibility:visible;
	background-image:url(../images/DMCTextBox.jpg);
}

#MiddleLine3 {
	float:left;
	top:192px;
/*	width:749px;  */
	height:8px;
	z-index:5;
	visibility:visible;
	background-image:url(../images/MiddleLine3.gif);
	background-repeat:repeat-x;
	width:100%;
}

#BottomLine4 {
/*	float:left;
	top:462px;
	width:749px;  */
	height:18px;
	visibility:visible;
	background-image:url(../images/BottomLine4.gif);
	background-repeat:repeat-x;
	width:100%;
}

#outerWrapper {
  background: #fff url(background_3.gif) repeat-y left;
}

#wrapper {
  background: url(background_2.gif) repeat-y right;
}

#container {
  width: 100%;
  float: left;
/*  margin-right: -200px;  */
  background: url(background_2.gif) repeat-y right;
}

#navBar {
  margin-right: 1px;
  background: url(background_3.gif) repeat-y left;
}

#colLeft {
  width: 210px;
  float: left;
  border-right: solid;
  border-right-width: 2px;
  border-color: #CCCCCC; 
}

#colMiddle {
  margin-left: 210px;
  padding-left:20px;
  padding-right:20px;
  border-left: solid;
  border-left-width: 2px;
  border-color: #CCCCCC;
}

#colRight {  /* LEAVE THIS DIV BLANK IN THE ACTUAL WEB PAGE */
  width: 1px;
  float: right;
}

#footer {
  clear: both; 
}
/*
#wrapper {
  background:
    #f1f2ea url(background.gif) repeat-y right;
}
*/
.clearing {
  height: 0;
  clear: both;
}

#frameCopyright {
	margin-top:5px;
	padding:0px;
	text-align:center;
}

.pdLeft {
	padding-left:25px;
}

A:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	background-color:inherit;
}
A:visited {
	color:  #009999;
	text-decoration: none;
	font-weight: bold;
	background-color:inherit;
}
A:hover {
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
	background-color:inherit;
}
UL.bod {
	font-size: 12px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;

}
LI.links {
	font-size: 12px;
	list-style-image: url(../images/dot.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left:-15px;
}

.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color:inherit;	
}
.copyRight A:link {
	color: #CCCCCC;
	background-color:inherit;	
}
.copyRight A:visited {
	color: #CCCCCC;
	background-color:inherit;	
}
.copyRight A:hover {
	color: #FFFFFF;
	background-color:inherit;	
	text-decoration: underline;
}

H2 {
	font-size:large;
	padding-top:.5em;  
}
H3 {
	font-size: medium;
	margin-top:5px;	
}
.dashed {
	border-style:dotted;
	border-color: #999999;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-width:3px;
	width:100%;
}
