.frame {
	width: 760px;
	border: 1px #FFFFFF;
	vertical-align: top;
	text-align: left;
	border-color: #FFFFFF;
	border-top-style: solid;
	border-style: solid;
	background-color: #FFFFFF;
	height: 100%;
	position: relative;
}
.address {
	background-color: #156BAD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	height: 20px;
}
.header {
	background-color: #156BAD;
	height: 102px;
	background-image: url(../images/DOM_heading.gif);
}
.footerLink {
	color: #FFFFFF;
}
.footerLink:hover {
	color: #FCC745;
}
.toolbar {
	background-color: #FCC745;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #126BAD;
	height: 30px;
	width: 760px;
}
.mainBody {
	width: 483px;
	position: relative;
}
.links {
	left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
//added color setting to override default blue
; 	text-decoration: none;
}
.textLink {
	color: #126BAD;
	font-weight: bold;
	vertical-align: top;
}
	
.toolbarLink {
	font-weight: bold;
	color: #126BAD;
	text-decoration: none;
}
.domICAN {
	background-image: url(../images/DOM_domICAN.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	padding-left: 20px;
//sjn added 26sept2006
	padding-right: 20px;  //sjn added 26sept2006
; 	padding-right: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #126BAD;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #126BAD;
	font-weight: bold;
}
h3 {
	color: #FCC745;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	list-style-position: outside;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	height: 30px;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.padLeft20 {
	padding-left: 20px;
}

.mainTable {
	position: static;
}
.w3cLinks {
	color: #FFFFFF;
	font-size: 10px;
}
.facultyEmail {
	color: #126BAD;
	font-weight: bold;
	text-decoration: none;
}
.facultyCarrot {
	font-weight: bold;
	color: #FCC745;
}
.facultyTypeHeading {
	font-size: 14px;
	font-weight: bold;
	color: #FCC745;
}
.spacebar {

	background-color: #FCC745;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #126BAD;
	height: 10px;
	width: 760px;
}
.SideLinkCarrot {

	font-weight: bold;
	color: #FFFFFF;
}
#headerTitle {
	font: 50px Arial Narrow;
	color: White;
	float: left;
	width: 760px;
	height: 102px;
	text-align: left;
}
#hdrLeftSpacer{
	float: left;
	background-image: url(../images/DOM_header_blank.gif);
	width: 760px;
	height: 102px;
	font-size:  40px;
}
#hdrRightTxt{
	float: right;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom:10px;
}
#hdrRightTxtZeroTop {
	float: right;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom:10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.topLink {
	font-size: x-small;
	color: #666666;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	float: right;
}
.floatRight {
float:right;
margin-left:15px;
margin-bottom:15px;
}
.floatLeft {
float:left;
margin-right:15px;
margin-bottom:15px;
}

// sjn 03oct2006 added img, no border override to remove blue border from RCAS header images with link maps
// ............. added .pad10 & .pad20

